hutt5 Posted January 19, 2007 Share Posted January 19, 2007 I installed the contrib for "free shipping with zero weight", found here: http://www.oscommerce.com/community/contri...rch,zero+weight I have certain items that are free shipping - with THOSE items only in the cart, it works just fine. However, when the cart contains items that require shipping (with or without the free-shipping ones), I get the following error, in the area where it shows the shipping method in the checkout: ------------------ echo $currencies->format(tep_add_tax($quotes[$i]['methods'][$j]['cost'], $quotes[$i]['tax'])) . tep_draw_hidden_field('shipping', $quotes[$i]['id'] . '_' . $quotes[$i]['methods'][$j]['id']); ?> ------------------ I only use USD for the currency, so I'm guessing the contrib must be trying to reference other currencies? Can anyone help? Thanks so much! Lauren Quote Link to comment Share on other sites More sharing options...
hutt5 Posted January 19, 2007 Author Share Posted January 19, 2007 FOUND IT! :O) There was a duplicate line. Removed it and it works! With both the free-shipping items as well as the others. Whew! lol Lauren Quote Link to comment Share on other sites More sharing options...
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.