Templates
Documentation article about Templates
Templates
Templates
The templates object lists all HTML template files included in the theme by application. The application object includes one object per application (shopping, myaccount, and checkout). Each application lists each file in the files array.
You should manually add any new template files that you introduce as part of your theme customizations to the files array.
1//...2"templates": {3 "application":{4 "shopping":{5 "files":[6 "Modules/AddToCartModifier/Templates/add_to_cart_modifier.tpl"7 //...8 ]9 }10 "myaccount":{11 "files":[12 //...13 ]14 }15 "checkout":{16 "files":[17 //...18 ]19 }20 }21}22//...Frequently Asked Questions (4)
Do I need to manually update the files array when adding new template files to a theme?
Which specific applications are mentioned in the templates object for theme files?
Is the templates object applicable to both standard NetSuite and WMS features?
How should template files be organized within the application object?
Was this article helpful?
More in General
- Field Service Management Enhancements and Bug Fixes for 2026
Overview of the 2026 Field Service Management SuiteApp updates showcasing enhancements and bug fixes.
- Example
Documentation article about Example
- Testing Fulfillment and Product Sync in NetSuite Connector
Manual procedures for testing order, fulfillment, price, quantity, and full product sync processes in NetSuite Connector.
- Overrides
Documentation article about Overrides
Advertising
Reach General Professionals
Put your product in front of NetSuite experts who work with General every day.
Sponsor This Category