Page 1 of 1
Can i build a website like this
Posted: Sun Sep 20, 2020 4:20 pm
by vanndammo
i am wanting to build a e-commerce website the same as
http://onlineturf.co.uk
the website sells rolls of garden turf and has a a shopping cart that automatically sets different rates of cost the larger the quantity you buy. so for example
1-10sqM would be £5persqM
11-20sqM would be £4.80persqM
20-40sqM would be £4.50persqM
etc etc
is this possible to do using WYSIWYG website builder.
Re: Can i build a website like this
Posted: Sun Sep 20, 2020 4:36 pm
by BaconFries
Yes it is possible to design the layout with the program but it would brequire a backend (server sided) system in PHP call the information from the likes of a MySql database to calculate the prices etc. On another note you may be able to us conditions in WB to implement this see the following
https://www.wysiwygwebbuilder.com/conditions.html
Re: Can i build a website like this
Posted: Sun Sep 20, 2020 5:54 pm
by wwonderfull
As beacon said the layout can be replicated but not 100%. That website was built with developers with the proprietors own way of customization. As for the pricing thing yes it is possible to add value in edit-boxes or check-boxes for pricing.
For example this is how you can set value for the pricing thing and get a quantity along with total pricing:
Here is the link of the demo file of WWB project which can give you an idea if you have some experience with values
http://www.wysiwygwebbuilder.com/suppor ... lation.zip
NOTE: If you use layout grid then the cart will be responsive and if you use form area then it has its own size. Depending on how many products you want to sell can change the design and how the cart is setup completely!
If you need for the online payment system you can use a third-party payment method or use PayPal add to cart which WWB already has.
Here are some links on how to use PayPal add to cart if you find it helpful.
https://www.wysiwygwebbuilder.com/paypal_buynow.html
https://www.wysiwygwebbuilder.com/paypal_cart.html