Prevent Free Shipping When a Handling Fee is Applied

We need to add the following code : try {                 _.extend(OrderWizardModuleShipmethod.prototype, {                     getContext: _.wrap(OrderWizardModuleShipmethod.prototype.getContext, function (fn) {                         const context = fn.apply(this, _.toArray(arguments).slice(1));      … Continue reading Prevent Free Shipping When a Handling Fee is Applied

Shipping Promotions

You can create promotions that provide free shipping on specified shipping methods. Shipping promotions can be: Item-based – providing free shipping when customers buy a specific item or items Order-level – providing free shipping on orders, with or without spend conditions You cannot offer a flat rate or percentage discount on shipping. The basic workflow for creating… Continue reading Shipping Promotions

Sales Order > Add Free Shipping Item > Shipping Cost is still being calculated

Scenario Customer added a free shipping item on the Sales Order line however, on the Summary Box, shipping cost is still being charged.   Solution 1. On the Shipping tab of the Sales Order, take note of the Shipping Method. 2. Go to Lists > Accounting > Shipping Items > Edit the Shipping Method set on the Sales Order… Continue reading Sales Order > Add Free Shipping Item > Shipping Cost is still being calculated

The category is based on free shipping in the cart page on the SCA Elbrus website.

The item displays a ‘Free Shipping’ tag when it belongs to the commerce category of salon products. So, I have identified the commerce category for each item, verified that the category is ‘salon products,’ and cross-checked the internal ID of the category. The code is added below  var item = this.model.get(‘item’);        … Continue reading The category is based on free shipping in the cart page on the SCA Elbrus website.

PROPOSAL FOR ADDING ‘FREE SHIPPING COUNTDOWN’ IN CART PAGE

Proposal SummaryThis proposal covers both the functional and UI development for adding ‘free shipping countdown’ to the cart page of the SCA webstore of Point Australia.RequirementTo add ‘free shipping countdown’ to the cart page. Our SolutionWe can add a free shipping countdown to the cart page. The free shipping countdown will be added to the… Continue reading PROPOSAL FOR ADDING ‘FREE SHIPPING COUNTDOWN’ IN CART PAGE