Clearing Estimate Shipping Cost

For Clearing the estimate shipping cost from the cart page , we are using a method as shown below. Added a sample code along with it

ModelsInit.order.estimateShippingCost({
	zip: null,
	country: null
});
return LiveOrderModel.get();

View File

Entry Point

Service Controller

Leave a comment

Your email address will not be published. Required fields are marked *