I suppose the info on the download page is wrong, or I am missing something. I have free shipping offered by the 'freeoptions' module under 'Shipping' only, not the 'ot_shipping' module, and the cart sidebox is not showing the additional text. I am a coding dummy, so I am checking, if I replace the following code
Code:
if (MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING == 'true') {
$free_limit = MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER;
with
Code:
if (MODULE_SHIPPING_FREE_OPTIONS_FREE_SHIPPING == 'true') {
$free_limit = MODULE_SHIPPING_FREE_OPTIONS_FREE_SHIPPING_OVER;
would that make it work for my case? The only other question I would have, is it FREE_OPTIONS or FREEOPTIONS in the db?