The sales Description Does Not Translating

Scenario: On a website, the item description is showing on the PDP page coming from the field “Sales Description” from the item record. The same field is available under the translation tab and it has value for different languages, But still does not translate while changing the language from the website. Solution: This issue may… Continue reading The sales Description Does Not Translating

Remove “You May Also Like” and “Customer Who Bought This Item Also Bought” section in the Product Display Page

To remove Related Items (“You May Also Like”) and Correlated Items (“Customer Who Bought This Item Also Bought”) section in the Product Display Page of the website. In order to remove the Related Items and Correlated Items sections, user may perform the following steps: 1. Navigate to Commerce > Websites > Website List2. Click Edit on the specific website record3. Click Field Sets tab4. Correlated… Continue reading Remove “You May Also Like” and “Customer Who Bought This Item Also Bought” section in the Product Display Page

How to add webstore description field on Product Details Page in SuiteCommerce Advanced

There can be scenarios when the web store description is not shown on the SuiteCommerce Advanced webstore’s product details page. To solve this issue, the webstore must be configured properly as follows: Go to Lists > Accounting > Items View any item record displayed on the website > Web Store tab Determine if the product description is entered in Web Store Description field (Field ID: storedescription)… Continue reading How to add webstore description field on Product Details Page in SuiteCommerce Advanced

Set Up the Facet Priority in SuiteCommerce Advanced Denali

To properly set the priority of a facet, or the way the facet is arranged on the shopping page in SuiteCommerce Advanced (SCA) Denali, a change should be made to the Facets.FacetedNavigation.View.js file of the Facets module. On the SCA Denali folder, create a new folder under the custom Module folder. Name this folder FacetsOverride@1.0.0 Copy all… Continue reading Set Up the Facet Priority in SuiteCommerce Advanced Denali

Get Custom Field from Commerce Categories

To obtain the custom fields, we must modify the model file for a quick and optimal solution. We need to mention the custom field ids for fetching, and the section below with the Enhancement heading is where the update is made; please check and understand the concept before working. Because custom fields do not return… Continue reading Get Custom Field from Commerce Categories

PDP reusable Extension for other accounts.

Requirement:   The requirement is to add custom item fields in the inventory item for Key Features for the item in the item record.  Add a new checkbox field and a text field which will a hyperlink and when that checkbox is checked we’ve to show a pdf file for download.   In this change, there’ll be… Continue reading PDP reusable Extension for other accounts.

How to run Elbrus Version in Local System

Before running it we need to ensure that the Node Version and Gulp version are exactly the same as needed in the SuiteCommerce Elbrus version. Ensure that node 4.9.1, gulp 3.9.1, and npm 4.6.1 are being used in the development environment. These versions are supported by Elbrus Release of SuiteCommerce Advanced. o verify that Node, Gulp, and npm is installed correctly, follow this checklist:… Continue reading How to run Elbrus Version in Local System

When attempting to rearrange web store categories and subcategories, changes are not made

Open local development environment Navigate toModules\suitecommerce\Categories\SuiteScript\Categories.Model.js Search for the sortBy function (Line 631) and comment on the existing code and paste the following: 4. Gulp Deploy the changes 5. After this you can now proceed to arrange it via the parent commerce category via Commerce > Content Management > Commerce Categories