A scriptable cart is used to make the customisation on the cart page. For example, if we are created a new price level for items and trying to strike through on the website will work except for the Cart page. On the cart page, it will show the default price and strikethrough. But Using a… Continue reading Scriptable Cart
Category: NS SuiteCommerce Advanced
All articles / code related to SuiteCommerce advanced
Display the item name based on subsidiary
The item name will be displayed based on the subsidiary of the logged in customer. If the customer subsidiary is AU and NZ, use the value from the field “Sales Description”.If the customer subsidiary is USA , use the value from the field “American Description”For all other subsidiary, use the default field value.If no value… Continue reading Display the item name based on subsidiary
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
Error : ENOSPC : system limit for number of file watchers reached
The error arised when running local server. solution:Enter the following command to resolve this issue: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Einstein Bot plugin
Add the Einstein ChatBot for the website
Login as Customer Using Employee Login for Webstore
feature to “LOGIN AS CUSTOMER” for employees
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.
Suitecommerce Advanced – Add to cart button not displaying, Price not displaying
Issue – Some times SCA website does not display Add to cart button and price for items even when all settings are correct. Solution 1 Go to Commerce > Websites > Website List Edit the website record Remove the value in the field DEFAULT CUSTOMER CATEGORY. Save the record Solution 2 Go to Commerce >… Continue reading Suitecommerce Advanced – Add to cart button not displaying, Price not displaying
Product Names Based on Region
Proposal summary This proposal summarised the solution and requirement of displaying product names on the website based on the customer subsidiary. Requirement Need to show the product name on the website based on the customer subsidiary. The subsidiary needs to be used are OX Tools USA, OX Tools UK, OX Tools AUS, OX Tools CA.… Continue reading Product Names Based on Region