This is a discussion on Dangling Carrot within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; A member of oscommerce forums noticed that "If you run a multi currency store it doesn't take into account additional ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| To fix that go to catalog/includes/languages/english/product_info.php and Replace: define('TEXT_FREE_GIFT', 'Free gift with $' . $product_gift['threshold'] . ' purchase.'); With define('TEXT_FREE_GIFT', 'Free gift with ' . $currencies->display_price($product_gift['threshold']) . ' purchase.'); More...
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |