1) Enter a Page Title – A title tag is the main text that describes an online document, and appears in two key places: browsers tabs and search engine results pages (SERP). The Optimal Format for category and product pages is as follows: Primary Keywords – Secondary Keywords | Brand Name. Every page of the website… Continue reading 7 Basic On-Page SEO Tips for SuiteCommerce
Author: Rosemol Francis
Display custom Item Field data value and custom record field value on the SiteBuilder website
You can display information from custom records and custom fields on your Site Builder website by using attribute tags in item/category templates and in the HTML you write for your site themes in Site Builder. Creating Attribute Tags for Custom Fields Display information from custom fields on item and customer records by using the custom… Continue reading Display custom Item Field data value and custom record field value on the SiteBuilder website
SuiteCommerce Myaccount error – Internal Error: Please check if the fieldset is created
Page displays error – SuiteCommerce/ SuiteCommerce Advanced Myaccount page Error displays – Internal Error: Please check if the fieldset is created Reason for the issue -The MyAccount transaction detail supports about 100 line items. If the customer’s invoice was over 100 lines it would throw a fieldset error because the error msg in the catch… Continue reading SuiteCommerce Myaccount error – Internal Error: Please check if the fieldset is created
How to Fix “Gulp error: Unknown product Advanced”
It usually happens when versioning is off. Download the zip of the SCA Dev Tools for the core from the file cabinet Install the required node version based on the SCA version that we are using (https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_158894785342.html). Make sure you’re on the correct node version and navigate into the SC_version.<2>file. Run npm install in command prompt… Continue reading How to Fix “Gulp error: Unknown product Advanced”
Add a javascript to the website’s tags for SuiteCommerce
Go to SMT of the website. Edit the page where the head tag needs to be added. Add script to “Add to <head>” via SMT enhance page Note: It only adds it to the individual page’s <head> tags and not to the general website’s. So add in header or footer section. The field in the… Continue reading Add a javascript to the website’s tags for SuiteCommerce
Change SuiteCommerce Homepage title “Welcome to the store”
The simplest way to update the page title of SuiteCommerce standard or SuiteCommerce advanced without using extension or SMT. Note: Only application if the SCA website is not using the Microsite feature Login to Netsuite Navigate to Commerce > Websites > Websites list Edit the corresponding website record. Navigate to Multi-domain > translations Add the… Continue reading Change SuiteCommerce Homepage title “Welcome to the store”
Display matrix option in SuiteCommerce PLP page
Navigate to Commerce > websites > configuration. Select the website and domain Navigate to Advanced > Item Options Check the checkbox in the column “Show options in Item list” for the corresponding matrix option. Practical solution Can be used to display matrix color options, size etc in the PLP page
Steps to confirm that a SuiteCommerce web store already processes payments with native 3D Secure 2
In NetSuite, go to Lists > Search > Saved Searches > New. Click Cardholder Authentication. Click Preview without setting filters. If cardholder authentication search results are returned, your web store is using native 3D Secure 2.
Saved search for Abandoned Cart for the Site builder and Suitecommerce Websites
To get the list of customers who have abandoned cart items, we can use the below-saved search. Lists > Search > Saved Searches > New > Customer Title — Abandoned Carts ID — _abandoned_carts Public — checked Criteria > Standard — Shopping Cart: SubTotal is greater than 0.00 Results > Columns — Shopping Cart : Item ID The above saved… Continue reading Saved search for Abandoned Cart for the Site builder and Suitecommerce Websites
SCA- Log out customers after registration
The below code can be used to log out the customers from an SC/SCA website. Comment the return section in the register function of account.model.js in Suitescript folder and add the below code. Uses If you want to restrict customers from login into the website based on any condition. If you want to have approval… Continue reading SCA- Log out customers after registration