Show original price in "sale" category

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Mon Nov 16, 2015 5:15 pm
Hi,

I am trying to show the original price and sale price for "sale" category layout. I found this thread:

https://www.gavick.com/forums/instyle/s ... discounted

As I could not locate the default.php, I tried to add the code to category.php - did nor worked. Any advise?

Thanks
User avatar
Fresh Boarder

GK User
Tue Nov 17, 2015 9:22 am
Hi,

This thread is from Joomla version of the instyle theme, so it can't work.

Could you send me an URL to your page with your "sale" category? I'll check it and let you know.
User avatar
Moderator

GK User
Wed Nov 18, 2015 10:36 am
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
You can also use any custom css plugin:
Code: Select all
ul.products li.product .price del {
   display: block;
}
User avatar
Moderator

GK User
Wed Nov 18, 2015 2:19 pm
This is fixed. Thank you!
User avatar
Fresh Boarder


cron