OTGN-112 Requirement/Issue I have set up access to our eCommerce for a customer in New Zealand called Safesmart access. I have logged in as a contact of theirs: ben.f@easyaccess.co.nz When i am in SCA, i search for Home > Products > Hand Tools > Plastering & Drywall Tools > Joint & Taping Knives It tells… Continue reading Items missing from webstore
Author: Archana Luye
Global subscription status
JIRA CODE : SQUIP-346 Requirement if the customer email has a hidden global subscription status somewhere? if ‘customers’ do have a global subscription status then can we please make it so that we can view it and change it like we can do for contacts. At the moment under the marketing tab on a Customer,… Continue reading Global subscription status
Tax free items invoice extension
Extension that allows the user to make the invoice items tax free by uploading tax exemption certificate. Javascript Service controller SC Model Template
Cart lines view
Display the UI of cart lines different from the default SCA UI. The cart lines are displayed different in Desktop and Mobile views. Cart lines tpl Cart lines scss
Display exact product path in PDP
The breadcrumb displays the exact path of the product(including the category) only if the PRIMARY CATEGORY checkbox is checked inside the Commerce category record in Netsuite. If the PRIMARY CATEGORY checkbox is not checked for the items inside the Commerce category record, then the path of the PDP page will be “Home/ Product name”. An… Continue reading Display exact product path in PDP
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:
Display current category in the left navigation of category page
In the extension, call the PLP container and then modify the displayValues.
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
Extend the item key mapping of SCA webstore
Extend the item key mapping file using the configuration as dependency.In this code, the methods “_comparePriceAgainst” and “_comparePriceAgainstFormated” are modified to change the compare price level to be displayed in the webstore.
Add a new tab and fields init in configuration record
filename.json