The SC Custom Fields extension lets you add custom transaction body fields to the checkout application in Commerce websites. You can use these fields to request or provide additional information, such as shipping instructions, special order requests, and delivery time slots. SC Custom Fields lets you add text, check box, and date-type transaction body fields… Continue reading Custom field in Checkout using extension.
Author: Julia John
Commerce category import-Steps
Steps for adding commerce category. 1)Create a Excel sheet with following mandatory fields. Id-External id- You can add any id. Name-Name of the category URL fragment-The URL component of the category Catalog- Specify the catalog to which the item is added. 2)Save the CSV file. Do CSV import for adding category import. 1)Set up>import/export>import CSV records 2)Then select the import type-website and record type-category.Add… Continue reading Commerce category import-Steps
Image not showing correctly in Site builder webstore
In your web store, if you see a missing image icon instead of your image, please check the following: Make sure that the image you are trying to reference is located in the Images folder of your file cabinet. Make sure it is a valid image file. Try downloading the image to your desktop and… Continue reading Image not showing correctly in Site builder webstore
Search result’s display order in Site builder website.
When a visitor to your site runs a search, the results are presented in order of relevance. NetSuite determines relevance by matching the keywords in the visitor’s search with the number of times those keywords appear on your site, and the fields in which those keywords appear. NetSuite matches keywords using the following algorithm for… Continue reading Search result’s display order in Site builder website.
Issue while parsing suitelet result to template in site builder
While we pass string values from suitelet to templates,we usually parses the result but it may display some of the following errors. Solution This errors are displayed then string that we are passing may contain characters like “”,/,: .To avoid this stringify the result or replace the characters.
Email for sales rep on submitting online customer Form
Send notification to the Sales rep when a online customer from is submitted.Jira code:THR-182 SolutionSet up a workflow for sending Email.A workflow action script is deployed. When form is submitted the workflow is initiated and email is sent. NOTE:We cannot add any System generated email templates in the workflow,only email templates can be added.Since Email… Continue reading Email for sales rep on submitting online customer Form
Fast order Entry – Add Item to cart-Site Builder
To add item quickly to shopping cart from the shopping cart itself.Jira code-SQUIP-528 RequirementTo add item to shopping cart from cart page itself without going to the shopping pages. Solution Made a suitelet to get the info of the value added. Taken the value added in the field of Fast order entry and passed it into… Continue reading Fast order Entry – Add Item to cart-Site Builder
Update data being passed to GUA from website
Make changes to the GA code so that the promotional price is taken into account when transmitting information about the transaction. They need to look for the ‘ecommerce:addItem’ command in the scripts, which transmits information about the product and its price. SolutionWe need to get the subtotal from the confirmation page to transfer to the… Continue reading Update data being passed to GUA from website
Send email notification to Sales rep Through online custom Form
We can send Email notification to the corresponding sales rep from the online custom Form we created.So when the form we created is submitted then an email notification is sent. Solution Click the Set Up Workflow subtab in the online custom Form we created Under Sales Rep Notification: Send E-mail Notification – Check this box if you want… Continue reading Send email notification to Sales rep Through online custom Form
Create only Contact record through online customer form
NetSuite’s online forms capture Customer and Contact records but never Contact record only. In order for the Contact to be created, the record must be linked to a Customer record. Solution Create the Online Customer Form: Navigate to Setup > Marketing > Online Customer Forms > New Provide a Title In the Select Fields tab, add the following fields: Company… Continue reading Create only Contact record through online customer form