For this we need to modify the error message for the required section and for rest leave same as like that by adding condition. Modified error message source code error message
Tag: sca
How to Restrict the items from Minicart and cart page.
Items added to cart – NZ subsidiary unchecking the subsidiary cart page
The sales Description Does Not Translating
Scenario: On a website, the item description is showing on the PDP page coming from the field “Sales Description” from the item record. The same field is available under the translation tab and it has value for different languages, But still does not translate while changing the language from the website. Solution: This issue may… Continue reading The sales Description Does Not Translating
How to Restrict the items from the reorder section based on subsidiaries in my account page.
Based on subsidiary selection the add to cart button will show .
Resolve Error: “While logged into the SMT Admin, navigating to another domain is not allowed” with an Infinite Load upon Accessing Site Management Tool or SMT
When accessing the SMT while logged in as a customer in the My Account Page of SuiteCommerce Standard website, the page stuck on an infinite loading, and also when already logged in to the SMT and tries to access the My Account Page a message appears saying “while logged into the SMT Admin, navigating to… Continue reading Resolve Error: “While logged into the SMT Admin, navigating to another domain is not allowed” with an Infinite Load upon Accessing Site Management Tool or SMT
SuiteCommerce Development Best Practices
Avoid involving core modules.Do not use Backbone modules. Avoid involving core modules. Do not use Backbone modules. Do not use JavaScript in Templates. Do not extend Extensions. Use Extensibility API 2 Use SC Basic modules Use Configuration and SMT Evaluate SCA target version carefully Avoid involving core modules include a core module in a require()… Continue reading SuiteCommerce Development Best Practices
How to resolve issue MODULE_DOES_NOT_EXIST while deploying User event script in netsuite.
Add .js to the end of the script file name
Extension to Hide Credit card option in Myaccount menu
Scenario:The client wants to hide the Credit card option under the Settings tab and also needs to hide it from the MyAccount Header menu. Solution: We can create an extension for this purpose. We can extend the ‘MenuTree.View’ for hiding from my account page and ‘Header.Menu.MyAccount.View’ from the header menu. Code:
Reminder while Install Your Commerce Website Applications
You must install this SuiteApp before installing any theme or extension bundles. The error may be shown if we install it after other bundles for extension or theme The extension will not be listed under the activation list and so we need to uninstall and reinstall the bundle for activation. The installation may show an… Continue reading Reminder while Install Your Commerce Website Applications