• Resolved kja03

    (@kja03)


    We have one single menu item, a “Today’s Fish Special” item which varies in price from day to day and should be listed as “POA” (price on application) but the price field only allows numerical entries. Is there a way I can do this… or can you integrate maybe a checkbox to enable this option on single menu items in a future version?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support eugenewhite

    (@eugenewhite)

    Hello there!

    Sorry for the late response. Yes, at this moment there’s no way to set a non-numeric value as a price for menu items. So in this case, I may only suggest you apply some custom CSS code(s) to hide item prices and display some text instead. Here’s an example of the code, where you need to specify the post ID of each item you would like to modify:

    .post-2205 b{
      visibility: hidden;
    }
    .post-2205 span:before{
      content: 'text';
    }
    Plugin Support eugenewhite

    (@eugenewhite)

    Hello there!

    We haven’t heard from you in a while and will mark this topic as resolved. In case you still have some questions, please submit a new one.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Single Item “POA” (price on application) instead of numerical price.’ is closed to new replies.