The stock notification labels on the website are normally displayed based on the available quantities in all locations. We can simply show the stock labels based on a particular location. For that, we need to make only the required location available on the website. There is a checkbox named “MAKE INVENTORY AVAILABLE IN THE WEB… Continue reading Show stock notifcation label based on particular location
Author: Sruthy krishna
Import of related items
In order to import the related items to the inventory record , we can make use the same item import method Go to Setup > Import/Export > Import Tasks > Import CSV Records. After that select the record type for import as item then choose the csv file which contain the item internla id and its… Continue reading Import of related items
Add a style particularly for parent item
In the case of matrix item , if we have to apply some styles, particularly for a parent item and it is not required for the child item. We can add it by following the method Retrieve the item information and check wehther it is parent item or not after checking the condition apply the… Continue reading Add a style particularly for parent item
Navigating to PDP page from My account
There is an issue that occurred when Normally passing the url to model to navigate to the PDP page from the searcvh section. While using the normal url, we are getting an issue that the url will redirect to the home page qnd the navigation to the homepage is not happening In order to resolve… Continue reading Navigating to PDP page from My account
Search Fucntionlaity for SKU/Item id
In order to make the search work for item SKU numbers/item numbers, we need to update and rebuild the search index On searching a product using its SKU and item number also should help to produce the result We have the default functionality of the search in Netsuite, currently optimized with a name that we… Continue reading Search Fucntionlaity for SKU/Item id
To update the search to show Matrix child item
As per the default behavior, the search will return only the parent item, even if we are specifically searching for a particular one. To display the corresponding matrix item and navigate to the Product Detail Page (PDP) with options corresponding to the searched SKU, customization is required. We need to create an extension to extend… Continue reading To update the search to show Matrix child item
Issue in Matrix image
Fo r onematrix item, the image of the item is not changing according to the selection of the matrix option on the PDP page. In this case we have to check three scenarios mainly related to the default fucntionality check the pattern for image on the website setup record. Go to Commerce > Websites > Website… Continue reading Issue in Matrix image
To sort facet filter options
We can update or sort the values of brand in alphabetic order, brand means a facet filter field Obtain the view related to the shop by brand section, which is ‘FacetsFacetedNavigationItemView’, then obtained the display values from the view created a json file to make the brand field ID configurable since we are using that… Continue reading To sort facet filter options
Showing Notify Button based on the matrix item selected
We need to show a notify button for the out-of-stock matrix item to notify the out-of-stock item. In the matrix item, if any one of the items is not out of stock, a button should be needed to hide it if the item is out of stock. It should be dynamically displayed based on the… Continue reading Showing Notify Button based on the matrix item selected
Adding a promo code for the Refer a Friend program
Requirement: By referring a friend, the customer should get a promo code and its corresponding discount. Deliverables: We will create a new page in the My Account section of our Suite Commerce Standard webstore for “Refer a Friend”. On this page, display a unique referral link associated with the logged-in customer. This link will contain… Continue reading Adding a promo code for the Refer a Friend program