the home of the wordpress wppizza plugin
WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Order articles come with extra price :/
Hi OLly, Can you please give me a hand with this:
[link redacted by admin. Do I really have to spell this out ? DO NOT POST LINKS THAT CONTAIN ADULT CONTENT. ]
How can i remove these double prices (the one with the dishes in []….)
Thanks a lot.
something like the following in your functions.php
add_filter('wppizza_filter_order_item_markup', 'my_filter_orderpage_items'); function my_filter_orderpage_items($markup){ unset($markup['price']); return $markup; }
PS: they are not double prices , but the single item price