Adding a custom field in the checkout section which reflects in the SO
Category: NS SuiteCommerce Advanced
All articles / code related to SuiteCommerce advanced
Custom Giveaway Pages
Scriptable Cart
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
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.