To solve issue in activation.
Category: Ecommerce-Web- App-Development
All articles related to Website development
Session time out an update
update the auto-log off time to be x hours for a web store
Prerequisites for Importing Matrix Items
Before you can import matrix items, you must do the following: Ensure that the Matrix Items feature is enabled, at Setup > Company > Setup Tasks > Enable Features, on the Items & Inventory subtab. Set up a custom list and a custom item field for each matrix option, at Customization > Lists, Records, &… Continue reading Prerequisites for Importing Matrix Items
Download html table as csv files
The given code converts an html table to a csv. You can download the csv file in your syatem. HTML table: Name Age Country Geronimo 26 France Natalia 19 Spain Silvia 32 Russia Table html code: java script code:
Show Login Section in Popup
Jira Code: BTN-1132 The login section will show on a popup in the same page where click the login link. Add data action on login links data-action=”login”
To add a page in site builder
We can add pages in site builder by creating tabs.It will contain the header and footer as of the site.We can add contents to it as HTML. Steps1.Navigate to list>website>tabs.2.Click new and select new presentation tab.3.To add contents you can can add it in in the message field by clicking its Formatted edit mode icon.… Continue reading To add a page in site builder
Setup Inventory for the items created using CSV import
Add the bin for every parent item using item import by updating item bin numbers for the corresponding parent item records external id. The template for item record is saved as coma delimited file and go to netsuite> setup> import/ export> import csv records Select import type as> items Record type as inventory item CSV… Continue reading Setup Inventory for the items created using CSV import
Get the thumbnail of parent categories of an item in PDP
Get the parent category details using the method getItemInfo() in the entry point file. var item = pdp.getItemInfo(); Fetch the category model in the view file.Pass the url of the parent category to the Category Model and get the thumbnail. this.ParentCategories= item.commercecategory.categories; _.each(this.ParentCategories, function(pc){ pc.url=pc.urls[0]; var categoriesFetch = new CategoriesModel().fetch({ data: { fullurl: pc.urls[0] }… Continue reading Get the thumbnail of parent categories of an item in PDP
Display current category in the left navigation of category page
In the extension, call the PLP container and then modify the displayValues.
Check the possibility of implementing credit limit
How does credit limit work?
How to implement a credit limit for customer