Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › Simple Shopping Cart Tweaks › Free Shipping for Quantity > 1 › Reply To: Free Shipping for Quantity > 1
December 12, 2009 at 7:47 am
#16640
Participant
In the “wp_shopping_cart.php” file search for the following line:
$item_total_shipping += $item['shipping'] * $item['quantity'];
This is where the shipping is getting calculated… you can add a condition here saying if the quantity is more that 2 then set shipping to 0.