I am getting this code when I put +5 to be added to a product
6ft by 1 inchATTRIBUTES_PRICE_DELIMITER_PREFIX+$5.00ATTRIBUTES_PRICE_DELIMITER_SUFFIX
why the heck is it doing that?
anyone?
thanks :)
I am getting this code when I put +5 to be added to a product
6ft by 1 inchATTRIBUTES_PRICE_DELIMITER_PREFIX+$5.00ATTRIBUTES_PRICE_DELIMITER_SUFFIX
why the heck is it doing that?
anyone?
thanks :)
What characters are you typing into the input field?
If you want PLUS five dollars, then simply enter:
5.0000
into the field... No dollar sign, no + sign, just:
5.0000
when I enter it into the attributes I put the 5 into the price area
This looks like you are missing the language define statements for:
ATTRIBUTES_PRICE_DELIMITER_PREFIX
ATTRIBUTES_PRICE_DELIMITER_SUFFIX
These belong in each of the language files for the product types, example:
/includes/languages/english/product_info.php
Line #42 : define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( ');/includes/languages/english/product_info.php
Line #43 : define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' )');
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!
Linda
thank you so much :)
not sure why those were missing but they were :)
Thanks for the update that you were just missing the defines on those constants ...
Rule of thumb is, if you see it in ALL_CAPS then most likely there is a define statement of a constant missing from one of the language files ...
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!