The solution in that case would be to split the constant as noted in post 6 and output its parts before and after the currency output.
The solution in that case would be to split the constant as noted in post 6 and output its parts before and after the currency output.
Thanks Glenn. I understand what you say but don't have any idea how to do it.
Any hint?I'm willing to try (and have tried a lot since your reply, but in vain).
George
Athens Collectibles
Duplicate the define and give the copy a slightly different name, likeThen make the output file likePHP Code:define('TEXT_FREESHIPPING_SIDEBOX', 'FREE SHIPMENT<br />OF ORDERS OVER<br />');
define('TEXT_FREESHIPPING_SIDEBOX2', '<br /><br />FREE INSURANCE<br />OF ORDERS OVER<br />');
PHP Code:$content .= TEXT_FREESHIPPING_SIDEBOX . $currencies->format(MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER) . TEXT_FREESHIPPING_SIDEBOX2 . $currencies->format(MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER);
OK GlennI followed your yesterday's instructions but delayed answering as I wanted to see how it behaved (i.e. not giving a zero value after some time of inactivity).
I have now installed it on the live site and, so far, so good. I hope not to bother you again but I will certainly thank you once more for your (always) valuable help.
Best wishes for the weekend and kind regards.
George
Athens Collectibles