To restrict the visitors to go to checkout page. Go to Commerce > Websites > Website List. Click Edit next to a website. Click the Shopping subtab. In the Type of Customer Registration field, select existing customers only. Click Save.
Tag: Site builder checkout
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
Special price workflow
A user event script of the workflow to update the price of items in a sales order when an order is placed on the website. When an order is created from a website, the online price of the items is taken. We need to consider the special price if the item is special. Special price… Continue reading Special price workflow
Fast Order Entry
To add a quick add in the shopping cart page.In the shopping cart page, there will be quick to add row.By adding item code or search keyword in the input field and by clicking add to cart button it will be added to the shopping cart.The required time and solution is added below. Requirement Need… Continue reading Fast Order Entry
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
Apply tracking code
Place the facebook tracking code in the search add to cart button and sonfirmation page.Jira code:SQUIP-250 RequirementTo add the tracking cede proivde in the search,add to cart button and sonfirmation page. Our Solution Place the event code on your search results page. Add the event code just below the tag. This allows the event code… Continue reading Apply tracking code
Checkout actions using suitelet
All actions related with the checkout of website using suitelet.