Resolving ‘Load More’ Issue on PLP Page When Using a Custom Favorites Extension We introduced a custom Favorites extension that allows users to mark items on the PLP as favorites. However, the ‘Load More’ button on the Product Listing Page (PLP) stopped functioning as expected. SCA uses the FacetsItemsCollectionView for Infinite Scroll behavior. It dynamically… Continue reading Resolving ‘Load More’ Issue on PLP Page When Using a Custom Favorites Extension
Tag: PLP page
Custom Quantity pricing table in PLP
By default, in SCA, there is no quantity pricing table on the Facet views (Grid, List and Table). But we can display the quantity pricing table on the PLP page by customization. _.extend(FacetsItemCellView.prototype, { getContext: _.wrap(FacetsItemCellView.prototype.getContext, function getContext(fn) { var context = fn.apply(this,… Continue reading Custom Quantity pricing table in PLP
Brand filter option on the PLP page
In website setup added the facet field. Brand field added there as shown below image. In configuration added the brand facet. In facets subtab added the brand field ID , name, priority, behvior etc. In plp brand filter came
Resolve Item Color Options not Displaying on the Product List Page
Scenario Users may experience item color options not displaying on the Product List Page even after enabling the Show Option in Item Lists in the website Configuration record. Solution Go to Commerce > Websites > Website List Website: Click Edit Click Field Sets Search: Click Fields Included in Field Set Click Set Select Item Options (Detail) Click Add Click Submit Click OK Click Save
Hide Add to Cart Button on Matrix Items in Facets View or Product List Page PLP
Add to Cart button in Facets View or Product List Page (PLP) instantly adds the Item to the cart without having to view the Product Details Page (PDP). This functionality is not applicable to Matrix Items. Matrix Items have Item Options and it is imperative to select a specific option first before having. However, there… Continue reading Hide Add to Cart Button on Matrix Items in Facets View or Product List Page PLP
PLP Page
To view the item on the website go to the item record > Web Store > Check the DISPLAY IN WEB STORE box.Add the required page title, description, and images. Under the Custom tab set any custom fields for the item. Associate images with items -Images are associated with items using a naming convention. NetSuite… Continue reading PLP Page
Add to cart functionality update for PLP page
Add the update functionality from PLP page
Display cart quantity in PLP and PDP: Proposal -Point Australia
Proposal Summary This proposal covers both the functional and UI development for adding the Cart quantity on PLP and PDP pages in SCA webstore for Point Australia website. The cart quantity will be displayed based on the UOM. Requirement The client would like to display the Cart quantity on PLP and PDP pages similar… Continue reading Display cart quantity in PLP and PDP: Proposal -Point Australia
Configuring Faceted Navigation
If your faceted navigation is not configured properly, it will look something like this: There are two crucial bits of documentation: Select and Configure Facet Fields — this describes the Web Site Setup steps (Suite Answer Id: 27832) Facets Subtab — this describes the Configuration steps(Answer Id: 51573) The configuration acts like a layer that goes on top of this setup… Continue reading Configuring Faceted Navigation
PLP Image Resize
Jira Code: WF-3: Increase picture size on product category pages Increase the picture size of product photos so they are larger Extended the facet item child view, Facet Browse view Override the grid, table, list view templates