Hi When a customer has uploaded an image file and the shopping cart appears I have this text TEXT_OPTION_DIVIDER in between the item name, How do I get rid of it?
Hi When a customer has uploaded an image file and the shopping cart appears I have this text TEXT_OPTION_DIVIDER in between the item name, How do I get rid of it?
sry a3prints.co.uk/a3prints
Please see this screen shot
You appear to be missing the define from your language files:
/includes/languages/english/shopping_cart.php
Line #29 : define('TEXT_OPTION_DIVIDER', ' - ');/includes/languages/english/account_history_info.php
Line #38 : define('TEXT_OPTION_DIVIDER', ' - ');
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!
Many thanks, looked at them locally and those lines were there so re uploaded and seems ok now. Thank you