• Resolved timgreen

    (@timgreen)


    I’m wondering if there is a way to instead of giving a clear cut price in the price section, to just have the plugin display something like “call for pricing” or “call to discuss pricing.” It seems like only numbers are recognized by the plugin because whenever we add something like a phrase the page just returns $0.00 as you can see on the page I’ve linked. The 12 hub worm chopper attachment is actually supposed to say “Call for Pricing” where the price is displayed. Any ideas on how to accomplish what I’m describing?

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

Viewing 1 replies (of 1 total)
  • Hi Tim,

    Unfortunately, there is currently no option for this. One thing you could do is just hide the price via custom CSS. For example:

    .prod-cat-price .full-price {
    display: none;
    }
    

    And, if you happen to be using the premium version, you could then additionally do something like create a custom field, set it to display in the thumbnails and use that to write in your “call to discuss” message.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the Price to a phrase’ is closed to new replies.