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

Adding facet field in SCA website

FACET OPTIONS WEBSITE SET UP Set up> suite commerce advanced>set up website> sca reference site example Search index subtab>facet  fields Set the facet fields as in the image shown above. Now we need to add the facet field in the facet configuration Set up> suitecommerce advanced> configuration> select domain and website Shopping catalog subtab> facetsConfigure… Continue reading Adding facet field in SCA website

Proposal For B2B SuiteCommerce Action Items

Jira No: WF-37 Requirements Set up a custom registration form with the following fields required:First NameLast NameCompanyRetail Tax IDAddressEmailPhonePasswordHow did you hear about us?Comments? (not required) Redirect the “Register” link at the top to go to the custom registration form. Reconfigure the login page to include the custom registration form Show the SKU on the… Continue reading Proposal For B2B SuiteCommerce Action Items