THR-145 Appending the HTML code in the order confirmation page which is displayed after the webstore checkout and in the head tag of every page. This is achieved as an extension. Entry point file View file Template file
Author: Sruthy krishna
Dynamic URL to Button Navigation
THR-135 When clicked on the ENQUIRE WITH US button on the category page, it navigates to the page for which the URL is provided in the configuration record in the NetSuite. Created the custom field in the configuration record to add the URL for “ENQUIRE WITH US” button by editing the configuration file in the… Continue reading Dynamic URL to Button Navigation
Customization in website based on Custom Commerce category field
THR-109 Displaying the ENQUIRE WITH US button in the category page of selected commerce categories based on the value of the custom commerce category record named “ENQUIRE ENABLED” checkbox. If this checkbox is checked, then we will display a section with the button “ENQUIRE WITH US” that will navigate to the get in touch page… Continue reading Customization in website based on Custom Commerce category field
Custom Category Field
We can create a new category fields as a part of customizations, follow the steps to create a new custom category field Create a new record in Other Records Customization >> Lists, Records, & Fields >> Other Record Fields >> new A new page will open , select the Record type as Commerce Category Add… Continue reading Custom Category Field
Search result code for accessing folders from file cabinet
The search results code for accessing the internal id and name of the sub folders inside a folder in file cabinet the sub folders is obtained using the internal id of its parent folder, here internal id of parent folder is 386206 The search result for accessing the files inside a folder using the internal… Continue reading Search result code for accessing folders from file cabinet
Add a Link in My Account’s Left Menu
MyAccountMenu component is used to add a link to the page in the navigation bar. The component has two key methods: one to add to a group and one to add entries to groups. To create a new entry in the menu : Create an object to represent how you want the entry to behave… Continue reading Add a Link in My Account’s Left Menu
Add a custom Web Font
We can add a new font to suite commerce webstore as a part of customization. there are some steps to follow for adding a new font to your NetSuite Commerce web store. Download the google font that you needed to add in the store Create a folder name fonts inside the assets folder Add the… Continue reading Add a custom Web Font
Add New Custom Entity Field to the Registration Form Using Extension
Create Custom Entity Field Go to Customization > Lists, Records & Fields > Entity Fields > New to create a new field as follows: Label — Terms and Conditions ID — _tsandcs Type — Checkbox Store Value — (checked) Applies To > Customer, Web Site — (checked) Save it. Create an extension for terms and condition Extension Fantasy Name — Terms and Conditions… Continue reading Add New Custom Entity Field to the Registration Form Using Extension
How to configure a domain in Freenom
After adding a domain in to the NetSuite, we have to configure it. Otherwise configuration error will occur, to solve this problem we have to copy the CNAME from domain record and paste it on your domain provider’s website Go to Freenom. Search for a needed domain to check if it’s available. Select an available… Continue reading How to configure a domain in Freenom
Adding New Tab to MyAccount Menu
The MyAccountMenu component lets you add menu groups and menu items to the main menu on the My Account page of a SuiteCommerce webstore. You can specify the order in which items appear in the menu by specifying a number in the “index” property. Menu groups or menu items with lower index numbers appear higher in the… Continue reading Adding New Tab to MyAccount Menu