freakystreak Posted January 22, 2021 Share Posted January 22, 2021 (edited) I am using OSCommerce Frozen and have the shipping's 'allow free shipping' option set to true(within order totals). I need to make the free shipping option be based off the subtotal amount rather than the total amount within the shopping cart. Is this possible? I need to have free shipping activated when the subtotal is over £118. At the moment free shipping is showing when the overall total ( including subtotal and tax) is over £99. In simple terms i want free shipping to trigger when the sub total order value is £99. Edited January 22, 2021 by freakystreak Quote Ah, the world wide web. What a wonderful place. Link to comment Share on other sites More sharing options...
Jack_mcs Posted January 25, 2021 Share Posted January 25, 2021 @freakystreakIn includes/modules/order_total/ot_shipping.php, find if ( ($pass == true) && ( ($order->info['total'] - $order->info['shipping_cost']) >= MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER) ) { and change the 'total' to 'subtotal' Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
freakystreak Posted February 22, 2021 Author Share Posted February 22, 2021 Cheers, Jack. Really sorry for the late reply. Much appreciated. Quote Ah, the world wide web. What a wonderful place. 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.