Longsword Posted June 15, 2003 Posted June 15, 2003 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 ----------------- Quote
bestberni Posted June 25, 2003 Posted June 25, 2003 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: if ($shipping['id'] == 'freeamount_freeamount') $cod_zones = split("[:,]", MODULE_ORDER_TOTAL_COD_FEE_FLAT); Should be working fine :D Bye Berni ____________________________________ NotosMedia Sunny Side Online Engineering Quote
Guest Posted July 6, 2003 Posted July 6, 2003 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?!? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.