Hi.
How do I modify or get the feature that make the free shipping in shipping module become "bypassed" if COD are chosen?
Or do I need another contribution?
Anyone?
Jes
-----------------
Latest News: (loading..)
Free shipping but not when COD is chosen?
Started by Longsword, Jun 15 2003, 11:12
2 replies to this topic
#1
Posted 15 June 2003, 11:12
#2
Posted 25 June 2003, 16:23
Hi all,
for anyone who experienced a conflict with the cod extra fee and the free shipping module try this workaround solution:
problem:
free shipping limit is reached and it has to be charged an additional cod fee => cod processing is deactivated, no fee is added
solution:
the module /catalog/includes/modules/order_total/ot_cod_fee.php obviously doesn't check the freeamount module by default.
So open the ot_cod_fee.php file, goto somewhere around line 70 and add the following line below some similar if-conditions:
Should be working fine
Bye
Berni
____________________________________
NotosMedia
Sunny Side Online Engineering
for anyone who experienced a conflict with the cod extra fee and the free shipping module try this workaround solution:
problem:
free shipping limit is reached and it has to be charged an additional cod fee => cod processing is deactivated, no fee is added
solution:
the module /catalog/includes/modules/order_total/ot_cod_fee.php obviously doesn't check the freeamount module by default.
So open the ot_cod_fee.php file, goto somewhere around line 70 and add the following line below some similar if-conditions:
if ($shipping['id'] == 'freeamount_freeamount') $cod_zones = split("[:,]", MODULE_ORDER_TOTAL_COD_FEE_FLAT);
Should be working fine
Bye
Berni
____________________________________
NotosMedia
Sunny Side Online Engineering
#3
Posted 06 July 2003, 21:10
thank you guy, great work! it helped me so much!
I have another question: is it possible that the 'enable display' function does not work?!?
I have another question: is it possible that the 'enable display' function does not work?!?














