Discount Ninja
  • Discount Ninja Developer Hub
    • Storefront API
      • Promotion Engine
        • Enable
        • JavaScript API
          • Functions
          • Events
          • Objects
      • Widgets
        • Guiding principles
          • Accessibility
          • Localization
          • Integration
          • Style
        • Announcement Bar
        • Notification
        • Offer Rules Popup
        • Product Banner
        • Promotion Summary
        • Promotion Code Field
        • Promotional Badge
    • Integration
    • Theme edits
      • App blocks
        • Product Page Banner
        • Promo Code Field
        • Promotion Summary
      • Code edits
        • Product Detail Page (PDP)
          • Price
          • Banner
          • Badge
        • Product List Page (PLP) and Collections
          • Attributes
          • Price
            • Searchanise Search & Filter
            • Globo Smart Product Filter & Search (aka SPF)
            • AI Search & Product Filter (Ultimate Search)
            • Boost AI Search & Filter (aka PFS)
          • Badge
          • Pagination
          • Quick View
        • Cart
          • Root
          • Cart item
          • Promo Code Field
          • Promotion Summary
          • Subtotal
        • Gift With Purchase
Powered by GitBook
On this page
  • Product List Page
  • Collection
  • Theme edits

Was this helpful?

  1. Discount Ninja Developer Hub
  2. Theme edits
  3. Code edits

Product List Page (PLP) and Collections

Product List Page

In eCommerce, PLP stands for Product Listing Page. It’s the page that displays a collection of products within a category or search results, helping customers browse and find the items they’re interested in.

The key elements typically found on a PLP include: product thumbnails, product titles, price information, filters and sorting options, pagination and quick view.

Collection

The term collections is used to refer to PLPs as well as lists of products displayed on any other page. For example, collections can be included on a home page or a product page (Product Detail Page) to show a list of related products. These collections can be presented as lists, grids or carrousels.

Theme edits

Discount Ninja supports two widgets on PLPs and collections:

  • Price

  • Badge

To support the above widgets, the PLP/collection also needs to implement attributes for the

PreviousBadgeNextAttributes

Last updated 7 months ago

Was this helpful?