minicart
minicart copied to clipboard
MiniCart no longer applying default shipping costs
<input type="hidden" name="shipping_<%= idx %>" value="<%= items[i].get("shipping") %>" /> <input type="hidden" name="shipping2_<%= idx %>" value="<%= items[i].get("shipping2") %>" />
This is meant to be free shipping for carts over $150 and $10 for carts under that. But no shipping is being passed to paypal for any sale
Hi
Did you find a solution to this?