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

Domain Redirect

To add a redirect to a original domain if the domain we navigating does not contain www in it.For eg:Forward https://transquip.co.nz/ to https://www.transquip.co.nz/ RequirementTo forward a domain https://xyz.com to https://www.xyz.com Our SolutionFor this, we need to add the domain that needs to be redirected to the Domain record.Then we have to add an SSL certificate.… Continue reading Domain Redirect

Set price level for webstore customers

Auto-populate the Price Level for any new customers created through the web store to a particular price level.Jira code:SQUIP-281 RequirementTo set a default price level for the new customers. Our SolutionWe need to set the field value as the default price level for the new customers using workflow.Using a workflow set an action to set… Continue reading Set price level for webstore customers