Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Free shipping but not when COD is chosen?


  • You cannot reply to this topic
2 replies to this topic

#1 Longsword

  • Validating
  • 43 posts
  • Real Name:Jes Saxe
  • Location:Denmark

Posted 15 June 2003, 11:12

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
-----------------

#2 bestberni

  • Community Member
  • 1 posts
  • Real Name:Berni
  • Location:Germany

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:

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

#3 bobbel

  • Community Member
  • 17 posts
  • Real Name:Dominik
  • Location:Niederbrechen, Germany

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?!?