• Resolved sylvjw15

    (@sylvjw15)


    Hi!

    I’ve tried to resolve this myself both within WooCommerce and the site Theme Options but no luck. I was going to add custom CSS but I may this this back in the future.

    The products are showing double pricing. I’ve done various tests (as you can see based on the amount of products on my site) but whichever way I go about it, it still shows two price points (not sale PP).

    (I have one item with a Sale price point but this still shows the Reg. PP twice.)

    Any way to fix this?

    Site: http://www.surpassnutrition.com

    Thanks Hannah!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there,

    Not sure why, I don’t use that theme or Woo but it they both have the same .amount class. One is a little more unique so you could do this:

    .woocommerce-price-suffix .amount{ display:none;}

    You’d need to test how this affects the rest of your site just in case there are any areas that only use .woocommerce-price-suffix class.

    Hope this helps.

    Take care.

    Thread Starter sylvjw15

    (@sylvjw15)

    I know that will work but I’m looking for a different work-around in the event I need to use them in the future.

    Thanks.

    Then you remove it when you need to show them.

    How else would you envisage it working?

    Take care.

    Thread Starter sylvjw15

    (@sylvjw15)

    I just find it odd that the template is showing two sets of pricing. This has never happened before. I’ll go ahead and plug-in the extra line of CSS. If I ever need it again I’ll open a new ticket.

    Thanks Tim~

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Theme showing Double Pricing’ is closed to new replies.