Automating the shipping methods as per customer preference

Requirements Scenario  BBC offers two options for customers  to choose their shipping method. The customers can select standard shipping or Express Shipping methods. In some cases, customers can choose some items to be shipped through express shipping and the remaining items through standard shipping. To be more specific, customers can opt for express delivery of… Continue reading Automating the shipping methods as per customer preference

Add Coupon Code to Website

Coupon code is added in the post-checkout page.The email id,order id,coupon code ,subtotal,discount total etc are called inside the Coupon code script.Jira code:SQUIP-232 RequirementTo use the coupons in Bronto we need to put the below code on a post checkout page to track the coupons.<script type=”text/javascript” src=”https://c.bron.to/assets/coupon/js/bcm.js“></script><script type=”text/javascript”>__bcm.redeemCoupon(“2189ce376cf1aecfa5a45005aa45fa17b15442e371b8f30502709cc6c6d3c559”, {email: <value-or-selector-definition>,coupon: <value-or-selector-definition>,orderId: <value-or-selector-definition>,orderSubtotal: <value-or-selector-definition>,orderDiscount: <value-or-selector-definition>});</script> Our… Continue reading Add Coupon Code to Website

Auto populate Expected Shipping date in SO and IF

Auto-populate Expected Shipping date in SO and IF using a script. Proposal summary Expected ship date will be copied from the SO to the IF upon creation and thus to the print. The body level ship date of the SO will also be updated based on the latest ship date from the line level upon… Continue reading Auto populate Expected Shipping date in SO and IF