To change the order of an item

The order property specifies the order of a flexible item relative to the rest of the flexible items inside the same container. We can change the order of the two buttons without changing the template

Error in saving the CMS after changing the values.

How to resolve the error in CMS (SMT) after changing the values? This error is occurring due to invalid values set to the skin variables. Solution: Navigation to the custom records:-customization >> Lists, Records & Fields >> Record Types >> SC ExtMech Custom Skin >> Click on ‘List’ >>customization >> Lists, Records & Fields >>… Continue reading Error in saving the CMS after changing the values.

How to resolve Error in extension: Module ‘GlobalViews.CountriesDropdown.View’ not found.

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.

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

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