Market Price Value

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44082
    mrjayar
    Participant

      Hello,
      Is it possible not to show any price if the cost is zero? I have some menu items that are “market value”. Can you please point to the right direction? Thanks

      #44097
      Olly
      Admin & Mod

        depends on what exactly you want to accomplish.
        the easiest though would be to simply add some css declarations
        i.e something like
        #wppizza-article-prices-xxx {display:none}
        or even (better probably, but depends on exactly how your prices are set up)
        #wppizza-article-sizes-xxx {display:none}

        where the ‘xxx’ equals the id of the menu item.
        (might also want to have a look at https://docs.wp-pizza.com/developers/?section=frontend-css-styles-layout )

        if you truly want to not display them at all (i.e not even in the sourcecode of the page) you’ll have to get your hand s dirty with some wordpress/php coding/filtering
        (if you need that and are happy to do some php coding, let me know and i’ll find some filter that allows you to do that)

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘Market Price Value’ is closed to new replies.