Update the review section of LHS of the PLP page of the pure care website as per the given design. In review section the list added in the menu will be based on the value in the item record product review field. As many values in the field that much list will be added in… Continue reading How to add review rate from netsuite
Author: Gopinath Matcharaja
Gift Wrap & Message Extension
The Gift Wrap & Message extension lets you offer gift wrap options in your web store and allow users to add personalized messages to their orders. You can: create multiple gift wrap items, organizing your options by size, color, and type determine items to be gift wrapped and the gift wrap options to be used… Continue reading Gift Wrap & Message Extension
How to update Product Review Attributes
Product review attribute settings are used to define individual review components for an item. If you do not define any product review attributes for an item, only an overall rating will be displayed for the item on your website. Note Product review attributes cannot be set for Assembly/Bill of Materials items. To define product review… Continue reading How to update Product Review Attributes
How can users can moderate submitted reviews using the Product Reviews record type.
After shoppers submit product reviews, the reviews must be approved before they appear on your website. Users can moderate submitted reviews using the Product Reviews record type. To moderate product reviews: In the Global Search field in NetSuite, enter Product Reviews Pending Moderation. Click the title of the saved search link that appears below the search field to… Continue reading How can users can moderate submitted reviews using the Product Reviews record type.
How to update Product review record
Product Reviews Custom Record The Product Reviews record displays all reviews for an item in the Product Reviews subtab of the Item record under the SuiteCommerce Product Reviews tab. A moderator can evaluate reviews and control the display of reviews on your website. Note Indexing for websites is performed when item elements, such as product… Continue reading How to update Product review record
How to get Review section in PLP LHS side (Facet field)
Use the SuiteCommerce Configuration record to configure the display of product reviews on your website, including filter and sort options. For pre-Vinson implementations of SuiteCommerce Advanced, configure properties by extending the backend and frontend configuration files. To configure Product Reviews: Go to Commerce > Websites > Configuration. Select your website and domain and click Configure. In… Continue reading How to get Review section in PLP LHS side (Facet field)
How to add category fullurl in template file and getting the value from entry point file
In SuiteCommerce Advanced (SCA), you can add the category fullurl to a template and then access this value from the entry point file (JavaScript controller). Here’s how you can achieve this: Adding Category fullurl to Template: In your template file (for example, CategoryTemplate.js), you can access the category fullurl property if the category object is… Continue reading How to add category fullurl in template file and getting the value from entry point file
How to modify the range slider to button option list in facet navigation.
To modify the range slider to a button option, you can replace the slider input elements with buttons and use JavaScript to handle the button clicks and update the range values. Here’s how you can modify your code: In this modified code, the range slider has been replaced with two buttons for increasing and decreasing… Continue reading How to modify the range slider to button option list in facet navigation.
Video is not playing on Safari browser and iPhone real devices on SCA websites.
In my task i added a one video in home banner section. That video is playing correctly andriod devices , chrome, edge , firebox but not playing on safari browser and real iPhone devices. So checked the possibilites and found one css property . after applying that video is playing correctly in all browser and… Continue reading Video is not playing on Safari browser and iPhone real devices on SCA websites.
Push and Pull column in Bootstrap
In Bootstrap , we can use the push and pull classes to reorder columns in a responsive layout. These classes allow you to change the order of your columns on different screen sizes without changing the HTML structure. Here’s how you can use the push and pull classes in Bootstrap:Push and Pull Columns in Bootstrap… Continue reading Push and Pull column in Bootstrap