jeffharrell / minicart

The minicart is a great way to improve your PayPal shopping cart integration.
MIT License
502 stars 211 forks source link

MiniCart no longer applying default shipping costs #301

Open LoveMonday opened 6 years ago

LoveMonday commented 6 years ago

<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

bristolwebdesigner commented 3 years ago

Hi

Did you find a solution to this?