In order to add country field in form, I have used ‘GlobalViews.CountriesDropdown.View’ in the view file. But it is creating issue . Solution: These files ‘GlobalViews.CountriesDropdown.View’ are not available in shopping domain and myaccount domain. So remove it from those domains and deploy it to only checkout. This can be done by editing manifest file.
Tag: SCA webstore
Call javascript function after script is loaded
To call a js function after load a script we can use the function loadScript()
Australian promotion Implementation
We’ve to follow some steps :- The Scriptable Cart should be enabled in the website setup record. We can create a new integer field for updating the quantity and a checkbox for enabling the feature in the item record. And we have to update the client script for updating the price level in the item… Continue reading Australian promotion Implementation
Internal error in CASES pages
Internal error is displayed in the cases pages when we are using CUSTOM SSPs. Cause & Solution: The reason behind this is that the cases module requires a service file from the ss2 version of SSP. So when we are using Custom SSPs, make sure to create an ss2 version SSP along with the custom… Continue reading Internal error in CASES pages
Adding Responsive Images to Homepage of a Website Using SMT
We can add image directly by adding CMS image option in edit section in Site management tools. But it may not be responsive in all screen sizes. For adding responsive images using SMT : First we need to add a CMS Html area to the section where we need to add the image. Then upload… Continue reading Adding Responsive Images to Homepage of a Website Using SMT
Organize Variables for Display in SMT
When you expose Sass variables for customization, SMT displays each exposed variable in the side panel.Without any organizational structure, these variables do not display in any meaningful, intuitive way.To aid SMT administrators when customizing their theme, you can define how each exposed variabledisplays in the SMT side panel. You do this by creating group metadata… Continue reading Organize Variables for Display in SMT
Configuring Faceted Navigation
If your faceted navigation is not configured properly, it will look something like this: There are two crucial bits of documentation: Select and Configure Facet Fields — this describes the Web Site Setup steps (Suite Answer Id: 27832) Facets Subtab — this describes the Configuration steps(Answer Id: 51573) The configuration acts like a layer that goes on top of this setup… Continue reading Configuring Faceted Navigation
How to Add Promotion in SCA Website
Promotions in SCA Website How many types of Promotions are available into SCA. Solution :- Each promotion is based on at least one the following discount types: Percent Off – A basic discount, where you specify what percent of the original price will be discounted. Amount Off – A basic discount, where you specify by… Continue reading How to Add Promotion in SCA Website
Setup and implementation of the SCA webstore for Thermogard
Requirement JIRA TASK : THR-1 Thermogard has recently moved the core business onto Netsuite and are looking to build an eCommerce site on SuiteCommerce Advanced. Site will be multi currency as the business spans across New Zealand, Australia, and the United States. Current website – https://thermogard.com/ Attached is the site map. Solution SCA enabled in… Continue reading Setup and implementation of the SCA webstore for Thermogard