We can create three SMT area parallelly in a row.
Tag: SMT
‘Add content’ section missing in SMT
Sometimes, add content section will not appear in SMT. It is due to the missing bundle ‘SMT Core Content Types bundle’. Solution: Install the bundle “SMT Core Content Types”.
SMT on ERP and Web
Changes to the ERP will have an impact on the SMT in Web Pages, The General flow is as shown Below CMS PAGE /app/site/cms/services/cmspages.nl Type Field -Specifies if this record is for a landing page or an enhanced page. Landing page Enhanced page CMS PAGE TYPE Field – This specifies the type of page, such… Continue reading SMT on ERP and Web
SMT page content based on login or logout condition
In smt page for user login and logout different contents have to show.
Enable or disable the Site Management Tools Escape to Login feature
To enable or disable Escape to Login: Go to Commerce > Websites > Configuration > [Select Site] and [Select Domain]. In the SuiteCommerce Configuration record, navigate to the Integrations subtab and then the Site Management Tools subtab. Select the Disable Esc Key to Login box to disable the Escape key for logging in or clear the box to enable the Escape… Continue reading Enable or disable the Site Management Tools Escape to Login feature
Working with SMT Landing Pages in a Sandbox Account
When working with Site Management Tools in a sandbox account, It is needed to configure the URL for landing pages to reflect the domain of the sandbox environment. If you fail to set this configuration property, you receive a Page Not Found error when attempting to access an SMT landing page in the sandbox environment. Configure Properties… Continue reading Working with SMT Landing Pages in a Sandbox Account
Cookie message update
Requirement is to Enable the cookie section for the website record of netsuite. To achieve it create an area in SMt.and add html code.
Add an Image on SCA website using SMT tools
1.Press ESC key to visible SMT window 2.Select EDIT option to Add image on cms area 3.Select CMS image logo from Right side and drag it in to Any CMS area you want to Add image 4.Click on NO FILE CHOSEN option and select file want to add on that area 5.Click on Review and… Continue reading Add an Image on SCA website using SMT tools
Declare the variable as editable – editable() Function
The metadata to expose a variable takes the form of an editable() function call wrapped inside a comment in your Sass files. This function call accepts a JSON object as its single argument with the following properties: type – declares the variable type. This property is required.Possible values include: color – displays a color picker in SMT. string – declares a value… Continue reading Declare the variable as editable – editable() Function
Expose a variable for customization
Open the Sass file containing the variable you want to expose. Create an inline comment (//) or a block comment (/* … */) immediately following the variable declaration.You can use either comment method. For example:$sc-primary-color: red; //Copy$sc-primary-color: red; /* */Copy Use the editable() function within your comment tags to declare the variable as editable. Save the file. If… Continue reading Expose a variable for customization