Shipping Promotion in SCA webstore

We can create a shipping promotion in the webstore as shown below Enable the required SuitePromotions Features. Create the shipping promotion. Lists > Marketing > Promotions > New Select Shipping Promotion Set the values and conditions for the new promotion to be created. 3. Apply the promo code o the website Here the promotion is… Continue reading Shipping Promotion in SCA webstore

Set Up SuitePromotions for Commerce Web Stores

To prepare your site to use SuitePromotions: Enable SuitePromotions features. Set up SuitePromotions records. Configure SuiteCommerce Advanced to use SuitePromotions. Step 1: Enable SuitePromotions Features In NetSuite, go to Setup > Company > Enable Features. On the Transaction tab, check the following boxes in the Sales section: Promotion Codes SuitePromotions Auto-apply Promotions Save the record. Step 2: Set… Continue reading Set Up SuitePromotions for Commerce Web Stores

Add promotion using extensibility API

Applies a promotion to the cart. If the promotion code is valid and successfully applied to the order, the promotion appears in the cart automatically and the order total is updated. Returns a Deferred object. If the promise resolved, it returns a Promise object. If the promise is rejected (because the promotion could not be… Continue reading Add promotion using extensibility API

Discount Based on subsidiary

Requirement: 10% discount off total order for customers belongs to Canada subsidiary. Solution: The total amount can be updated by giving 10% discount for Canada subsidiary. From the description of task, every user from Canada subsidiary needs this feature without any other special criteria. For that need to create a promotion and give discount rate… Continue reading Discount Based on subsidiary