The prices per unit show up with annoying, useless parentheses on the product page, for example
price for 3 months ( +$240.00 )
Are the parentheses necessary? How can I get rid of them?
Thanks!
The prices per unit show up with annoying, useless parentheses on the product page, for example
price for 3 months ( +$240.00 )
Are the parentheses necessary? How can I get rid of them?
Thanks!
If you look in your languages files you will see the:
Using your templates and overrides, you can change these ...Code:define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( '); define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' )'); define('ATTRIBUTES_WEIGHT_DELIMITER_PREFIX', ' ('); define('ATTRIBUTES_WEIGHT_DELIMITER_SUFFIX', ') ');
To find the files that use these constants, go to the Tools ... Developers Tool Kit ... and in the bottom input box enter:
ATTRIBUTES_PRICE_DELIMITER_PREFIX
select Catalog ... and Click the SEARCH ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!