I would like to remove "Save 20% Off" from the product listing page, I assume it's in the product_listing.php ? where is this code? I cannot seem to find it.
THANKS!
I would like to remove "Save 20% Off" from the product listing page, I assume it's in the product_listing.php ? where is this code? I cannot seem to find it.
THANKS!
english.php:
// Discount Savings
define('PRODUCT_PRICE_DISCOUNT_PREFIX','Save: ');
define('PRODUCT_PRICE_DISCOUNT_PERCENTAGE','% off');
define('PRODUCT_PRICE_DISCOUNT_AMOUNT',' off');
Neville
An assumption is what you arrive at when you get tired of thinking...
There's a better and easier way.
Go to Configuration --> Product Info
Set "Product Info - Show Sales Discount Savings Status" to Zero.