-
New to NetSuite | Setup Field Sets for SuiteCommerce My Account
Before using SuiteCommerce MyAccount, make sure to configure the order fields within your Web Site Setup record. If these fields aren't set up, the Order History section in My Account will not display or function correctly for your customers. Taking this step ensures users will have full access to view their order history…
-
New to NetSuite | Setup Field Sets for SuiteCommerce Advanced
If you are implementing SuiteCommerce or SuiteCommerce Advanced, setup with the pre-defined setup script which help you add standard set of fields to be exposed in your web store. You can add your custom fields later once the standard fields are defined or if you are well versed in setting Fields sets, you can define the…
-
New to NetSuite | SuiteCommerce: Field Sets
What are field sets for? Field sets help you display information from your NetSuite Item Records to your web store. After the field sets are defined, developers can use them with the Item Search API to pull specific item data needed. Let us take it as an example that you want to display fields such as product name, images,…
-
How to access pricelevels from pdp template?
I want to show the pricelevel1 price, and the pricelevel5 price on the pdp page. I have added pricelevel1, pricelevel1_formatted, pricelevel5, and pricelevel5_formatted fields to the PDP fieldset. But when I try to render them from "product_details_full.tpl" using {{model.item.pricelevel1_formatted}}, etc. it is not…
-
Custom field added to Search FieldSet not showing in search API
Hi, We have a SCA webstore and its currently live. I am new to SCA and have added a custom field (available on webstore) to the SEARCH and details (ITEMS) fieldset but the fields are not being displayed on the api. It shows all the older fields, but not the newly added ones. Is there any other step I am missing to show the…