kumarji Posted September 4, 2014 Share Posted September 4, 2014 Hello, i want to use prestashop for create an online ordering website for fast food like pizza,burger etc. But i have little confusion, i will explain my idea Category -> Pizza -Pizza Margareta - Pizza Vegetarian - Pizza Double Cheese Each pizza has three sizes (small,medium,large) and each pizza has its own predefined ingredients. But i also want to offer client to choose extra ingredients for put on the pizza. example extra ingredients - oignions, mozzarella cheese,olives,piment,egg etc each ingredient price is 1 euro extra. if client want to add 10 extra ingredients on 1 pizza i need he can select all the ingredients and add that products, then the price of the pizza selected will be updated according to the number of the extra ingredients selected. i think it will be good to make the ingredients in the form of checkboxes. and need to select for what products which ingredients should show. And i wil make two carriers with name Delivery and TakeAway. is there any way so that client can choose on the First the Carrier Delivery or Take away ? before adding the products. if anyone have any idea.it will really help me. Thanks, Link to comment Share on other sites More sharing options...
bellini13 Posted September 4, 2014 Share Posted September 4, 2014 For your first question, the answer is product combinations. You would create attributes and groups, and then assign those to your products For example, create a group called Size, and within Size you create small, medium and large. Then for your product, you would use the product combination generator to add these attributes. The result is that the customer then has to select which size pizza when they add the product to the cart. As for the ingredients, I'm not sure if that can be accomplished without the use of an attribute module. The idea here is you would have a series of Yes/No checkboxes or radio buttons. Onions: Yes or No Mozzarella: Yes or No etc... So then for each Yes, you would instruct Prestashop to charge +1 Euro. Search for "attribute wizard" and you should find what you need I don't believe you can select a carrier before you add the product. There may be a delivery module out there, but you would have to search for that. Link to comment Share on other sites More sharing options...
selectshop.at Posted October 1, 2014 Share Posted October 1, 2014 (edited) Why you don't use WordPress for that ? You have a ready to use Pizzaservice theme/addon for it (wp-pizza), with all what you need. Just a month ago I realized such page for a customer. Edited March 16, 2015 by razaro (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts