Prices not showing correctly
-
Hi,
I have an issue that just appeared.
It might involve multiple plugins but I wanted to check that it isn’t an issue related to the core first.I am using the Aelia Currency Switcher and WC Dynamic Pricing plugin.
Usually if the product had a discount it would show the full price
<del>24.95</del>
followed by the normal price.All of sudden I cannot get the <del> price to show on any of the product or category pages.
(It works still with sale prices)
It shows with the <del> price once you go to the cart.Price is implemented on price.php with
<p class="price">Price: <?php echo $product->get_price_html(); ?></p>
Can you give me any clues to why the <del> price isn’t showing?
Thanks
Nik
- The topic ‘Prices not showing correctly’ is closed to new replies.