This is a discussion on Dangling Carrot within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; I'm very sorry but the previous fix was generating a "Warning: Missing argument 2 for display_price()" in product_info.php. Now it ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| I'm very sorry but the previous fix was generating a "Warning: Missing argument 2 for display_price()" in product_info.php. Now it seems that the problem is solved. 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'], tep_get_tax_rate($product_gift['products_tax_class_id'])) . ' purchase.'); More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dangling Carrot | michael_s | New osCommerce Contributions | 0 | 08-13-2007 09:02 PM |