Your cart is currently empty.

Return to shop

/*Soluciona problema de traducció al darle click a UPDATE CART*/ jQuery(document).ajaxComplete(function(){ jQuery(“.cart_totals>h2”).text(“Cart totals”) jQuery(“.cart-subtotal th”).text(“Subtotal”) jQuery(“.woocommerce-remove-coupon”).text(“[Remove]”) jQuery(“.cart-discount th”).text(function () { return jQuery(this).text().replace(“Cupón”, “Coupon”); }); jQuery(“.woocommerce-shipping-totals th”).text(“Shipping”) jQuery(“#shipping_method li label”).text(function () { return jQuery(this).text().replace(“Precio”, “Price”); }); jQuery(“.shipping-method-description”).text(function () { return jQuery(this).text().replace(“Portes pagados en pedidos superiores a”, “Free shipping on orders over”); }); jQuery(“.fusion-update-cart”).text(“Update Cart”) jQuery(“.checkout-button”).text(“Proceed to checkout”) jQuery(“.checkout-button”).attr(“href”, “https://www.innatworld.com/shop-new-york/en_checkout/”) });