Hide regular price if sale price added

Top WooCommerce & WordPress Plugins Forums MSRP (RRP) for WooCommerce Hide regular price if sale price added

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #95773
    Guy Clapson
    Member

    Hi There,

    Is there a way to switch off the regular price when we have a sale price added.

    Currently, we have MSRP then the our regular price which is fine when we have no sale on. however, some products on sale (less than our usual price) which now shows 3 prices, MSRP, regular and sale. we would prefer it to just show MSRP and sale price or MSRP and regular price if there is no sale on.

    Hope this makes sense!

    • This topic was modified 1 year, 4 months ago by WPWhale.
    #95774
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    Sure, I can do that. Will try to release new plugin version on Monday. One question though – which product types do you have on your site? I mean – simple, variable, grouped etc.?

    #95775
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    As promised, we’ve released new plugin version 1.3.6 today, where I’ve added Hide regular price for products on sale option to “WooCommerce > Settings > MSRP > Advanced Options”. Please take a look and let me know if something is not working as expected. And if you like the plugin, please consider leaving me a rating.

    #95776
    Guy Clapson
    Member

    Hi There,

    Thanks for doing that so quickly. Works great.

    I noticed that the sale price has no label before the price. With products that aren’t on sale, we have a plugin where we can alter the label i.e. Now – £24.95 or Our price – £24.95. Is it possible to add a label?

    Also is it possible to see the MSRP strike through price on products in the shop or category page. Currently it only shows either the sale price or the regular price. It used to show regular with strike through and sale price if there was one.

    Thanks

    #95777
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    Sorry for a late reply.

    1. Label for the sale price – I could add some option for that in “Hide regular price for products on sale” section, but I think you can already do it with the existing plugin by selecting “Instead of the standard price” as “Position” and then using %price% placeholder in “Final Template” options, e.g.:

    Our price: %price%<div class="price"><label for="alg_wc_msrp">MSRP</label>: <span id="alg_wc_msrp"><del>%msrp%</del>%you_save%</span></div>

    2. MSRP strike-through – actually it should be stricken through – please make sure that you have <del> tag in your “Final Template” in “Archives Display Options” section (i.e. for shop / category pages), i.e. this part:

    ... <del>%msrp%</del> ...

    Please let me know if you have any questions.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.