Relative Content

Tag Archive for netsuitesuitecommerce

Where is the date format of the SC website set?

I wrote an extension that uses SC.ENVIRONMENT.siteSettings.dateformat to get the website date format, but I found that the formats of the sandbox and the production are different. Where can I change this date format?

How to add a variable to a native tpl file?

For example, in the product_details_full.tpl file, i want to add a variable whose value comes from item. How should you implement it?
enter image description here
In addition, I found a pageHeader variable in the tpl file, but I didn’t see this variable in the Field Sets of the website. Why? Aren’t the variables in the Field Sets and the variables in the tpl file one-to-one corresponding?

How to use handlebars.js helpers in SC?

enter image description hereHow to use handlebars.js helpers in SC? The documentation mentions these custom helpers, but doesn’t say how to use them. I also didn’t find the HandlebarsExtras file.Is there any documentation?