Add Purchase Limit in Shopping cart page.

Set a limit to the quantity on the shopping cart page. So when a customer adds a quantity more that is allowed in the shopping cart a message is displayed that the item quantity exceeds the limit.Jira Code:CL-484 Requirement If a customer alters the quantity on the cart page, the maximum quantity will be checked… Continue reading Add Purchase Limit in Shopping cart page.

Adding stylesheet to Checkout/MyAccount Bundle of Site Builder Site

We can add external stylesheet to checkout and my account bundle of the site builder.For that first we need to add the stylesheet to the File cabinet. To add a style sheet with a File cabinet: Click the Documents tab. Open the Web Site Hosting Files folder. Open the Live Hosting Files folder, or open the Staging Hosting Files to test… Continue reading Adding stylesheet to Checkout/MyAccount Bundle of Site Builder Site

Login Page

To change the text and formatting of the login page text. Requirement Change text of message on login page Change formatting of message. Our SolutionTo change the text in the checkout bundle ,we have to update in the login_register.txt file.We can replace the text there.

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