WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Customizing Categories
- AuthorPosts
- 20 January, 2022 at 10:39 pm #58728
Hello Olly —
We’ve been using WPP to collect room service orders for our hotel for several weeks now and everything is going swimmingly. We just added a new category which will hold different Menu Items. This category is for enhancements and add-ons for Valentine’s day. Our service team handles the room service orders and another team will be dealing with the orders of the new category.Using extensions or existing tools: Is there a way to:
1) send the emails/notifications from orders of the new Category to another email address?
2) Slightly customize the Orders page for people making a purchase of Menu items from the 2nd category? (some of the labels won’t apply)Thanks–
27 January, 2022 at 6:57 pm #58781re 1): you could send some additional emails (conditional on the order values , i.e category selected) using the ‘wppizza_on_order_execute’ action hook
https://docs.wp-pizza.com/developers/?section=action-wppizza_on_order_execute
maybe even in conjunction with this filter here in some way
https://docs.wp-pizza.com/developers/?section=filter-wppizza_filter_optionsRe 2:
i would think this resource here would get you on the way
https://docs.wp-pizza.com/developers/?section=wppizza-markup-pages-page-order-php - AuthorPosts
- The topic ‘Customizing Categories’ is closed to new replies.