WPPizza – A Restaurant Plugin for WordPress › Support › Add-Ons › Extensions › Add Ingredients › Support › Limit changes and half/half menu items
- AuthorPosts
- 8 February, 2016 at 10:45 am #15635
I have 2 questions. know this’ll involve some programming on my part, but would appreciate some suggestions.
I’m making a website for a pizza place with locations. I’ve already figured out a way to modify the Google Cloud Print addon to print at different locations depending on pickup location or delivery source.
The customer is requesting 2 more features:1. I have set up the entire pizza menu with preselected ingredients. For menu pizzas they only allow you to remove and/or add 2 ingredients. How would I implement this?
2. Allow customers to order different menu items for each half. For example, only have menu pizza 1 on half, and then menu pizza 2 on the other. (Right now I can only seem to put a menu pizza on the whole pizza, and then only adjust the toppings for each half)
8 February, 2016 at 2:17 pm #15638re 1: just set the relevant restrictions in the custom groups
re 2: if you want to add a menu item as ingredient, you’ll have to add it as ingredient
have a look here https://www.wp-pizza.com/twentytwelve/ at the “pizza half and half”.
hawaiian, italien, sicilian etc are just added toppings (just change these to the pizzas you want to be able to choose from)8 February, 2016 at 2:38 pm #15639Okay, so there would be no way to remove/add toppings?
8 February, 2016 at 2:49 pm #15640huh ? what do you mean by there is “no way to remove / add toppings” ?
that’s the point of the whole thingi must be missing something..
8 February, 2016 at 5:17 pm #15651Let’s put it this way
#1 has pepperoni, onions, mushrooms and peppers
#2 has ham, pineapple, cream cheese and baconcustomer wants to order half #1 + half #2, but exclude the cream cheese. If I just add the name of the pizza as an ingredient, they can’t do that, can they?
8 February, 2016 at 5:53 pm #15652you are right. you cannot do that .
the plugin allows to add toppings to a base so to speak. it does not cater for adding/chaining menu items to menu items (and then adding / substracting toppings for those subitems)17 February, 2016 at 9:30 am #15873Regarding the change limit:
How do I limit that? I have a pizza with 6 PRESELECTED toppings, but I only want the customer to be able to remove a maximum of 2 and/or add a maximum of 2.17 February, 2016 at 2:50 pm #15884something like this i would have thought screenshot
although -if you also have preselected things – one would still be able to remove items to below 4, one would not actually be able to add it to the cart, so you might want to add something to the label of the group like “minimum of 4 maximum of 8” or some such thing
17 February, 2016 at 3:00 pm #15885PS: i will have a look at adding an alert of some sort before trying to add to cart when removing below 4 instead of waiting until the user is actually trying to add it to the cart.If memory serves me right, the restriction(s) were added before the ability to pre-select things so did not take the possibility into consideration that things might already have been added.
anyway, i’ll see what i can come up with there
- AuthorPosts
- The topic ‘Limit changes and half/half menu items’ is closed to new replies.