DNS configuration set up for SCA website.

For DNS configuration of website provide the below details to domain providers. Share the Cname and name of the added domain from the Netsuite. Name of corresponding Cname is added in the left side of CNAMe as shown in the below picture. It is displayed in the Domain record of Netsuite. According to new releases… Continue reading DNS configuration set up for SCA website.

Customize extension-related HTML and Sass files

To customize extension-related HTML and Sass files, you must use the override method. This involves placing copies of source HTML and Sass files from your Extras directory into your theme directory and making your customizations there. When you deploy your changes, the theme development tools detect the new files and initiate an override within the… Continue reading Customize extension-related HTML and Sass files

Issue of adding If in Sass files

void if constructions using exposed Sass variables. For example: @if $sc-color-secondary == $12345 { background-color: $sc-color-primary;} @else { background-color: $56789;} The problem with this is that the frontend does not know the else condition. Passing values within or grouping variables as mixins causes a similar issue. All of these issues are solved during the backend… Continue reading Issue of adding If in Sass files

User-Defined Function Calls in Sass

Avoid user-defined function calls. For example, assuming that $sc-primary-color is also: $sc-color-secondary: myfunc($sc-primary-color) /*editable(…) In this example, you set the result of an exposed variable, such as $sc-color-secondary, to a custom function, myfunc($sc-primary-color). Assuming $sc-primary-color is also declared as editable, when the SMT administrator changes the primary color value, the primary color value compiles quickly… Continue reading User-Defined Function Calls in Sass

Customize the Configuration Manifest

Never alter or delete the configurationManifest.json file. To make changes to property metadata, customize the individual JSON files only. When you deploy your site using the developer tools, these individual files and customizations concatenate into and update the configurationManifest.json file. You have two options for customizing the configurationManifest.json file: Create a new property using a… Continue reading Customize the Configuration Manifest

Phone number is required issue when updating address

The error displayed, “Phone number is required,” when customers updated their address in the My Account area of your website and left the phone number field blank is fixed with the new release. The phone number field is optional and customers can now update their address without providing a phone number.

Show Quantity Available on the Out-of-Stock Error Message

As a new enhancement , We can select whether to display the quantity of in-stock items on the out-of-stock error message. The error message displays on the review page of your Commerce website’s checkout flow if a customer orders a larger quantity of an item than you have in stock. The customer can then edit… Continue reading Show Quantity Available on the Out-of-Stock Error Message

Checkout for SCMA

SuiteCommerce MyAccount can choose between the following three checkout flows — standard checkout, one page checkout, or billing first checkout according to the business need. The subtabs and properties available under the Checkout tab have been moved so that they can be hidden from or made visible for SuiteCommerce MyAccount users. Subtabs and properties that… Continue reading Checkout for SCMA

Clear cart

With the new release of 2024.1.0 a new button clear cart is added in the cart section. Uses:This button lets your customers empty their shopping cart with a single click rather than removing one product at a time. This is applied to SC, SCA.

Display Map & contact information in landing page using SMT.

In your website, navigate to the page where you want to add a map and contact information. Log in to SMT. In Edit mode, click Add on the Site Management toolbar. Drag the Map & Contact content type to the page. Note :If you do not see this content type, check that the extension has been installed and is active. Click Settings on the… Continue reading Display Map & contact information in landing page using SMT.