instagram-mono
Home
Shop
About Us
Recipes
Blog
Contact
Wholesale
Partners
const total_item_price = cart['_embedded']['fx:shipment']['total_item_price']; let discounts = 0; for (let d in cart['_embedded']['fx:discounts']) { discounts += cart['_embedded']['fx:discounts'][d]['amount']; } rates.add(10001, 8, '', 'Standard Shipping'); if (total_item_price + discounts > 50) { rates.hide(); rates.add(10002, 0, '', 'Free Shipping'); }