Can i build a website like this

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
vanndammo
 
 
Posts: 13
Joined: Fri Jan 11, 2019 6:56 pm

Can i build a website like this

Post 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.
User avatar
BaconFries
 
 
Posts: 5325
Joined: Thu Aug 16, 2007 7:32 pm

Re: Can i build a website like this

Post 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
wwonderfull
 
 
Posts: 1255
Joined: Fri Aug 21, 2020 8:27 am

Re: Can i build a website like this

Post 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:
Image

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
Post Reply