I am building website for my pizza shop and I need your help to add checkbox selection which adds toppings to the pizza and adds additional topping charges on top of actual pizza price.
How can I add an feature which lets customers TIP my drivers. I can see only discounts but there is no feature adding TIPs upon checkout.
Currently, you can add up to three variants so what you could do is make three dropdowns with all the ingredients in each. Then all you need to do is add a price for each variant combination.
For tipping, a workaround I found was to add a product and name it Add Tip. Then add a variant with prices broken down into $2.50 increments. It’s not perfect, but it worked for a restaurant I work with.
Thank you very much for your help. I was also thinking exactly the same. The thing is customers are used to Tip when placing the order at checkout with %, number or cash options. I think there is no other way around but using custom code in Webflow. With the checkboxes I will do as you said!
I wish I had something better than adding 20 cents to the price and adding a disclaimer underneath. Where do you live where you’d need to add the bottle charge?
Yeah that’s what I thought of but the problem is that depending on the case size, the price is different. $1.20 for case of 6, $2.40 for case of 12. So it would have to be pulling that from each product and adding it to the final cost.
I figured that could work, IF I could create some sort of CMS text element that adds the sum of those numbers for each product added to the cart. But I don’t think that’s possible.
I live in Toronto, ON. My client told me that it is required by law to disclaim the bottle deposit cost. Not sure if that’s entirely true, but I have to take his word for it.
My last solution was to simply indicate on the checkout that $0.20 has been added to the cost of each bottle. But my client wants it to be added at the checkout and shown in a price breakdown. Instead of adding it to total cost and adding a disclaimer.