Order articles come with extra price :/

WPPizza – A Restaurant Plugin for WordPress Support General Support Order articles come with extra price :/

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22226
    randomjumbo
    Participant

      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.

      #22228
      Olly
      Admin & Mod

        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;
        }
        
        #22230
        Olly
        Admin & Mod

          PS: they are not double prices , but the single item price

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Order articles come with extra price :/’ is closed to new replies.