Unstack for Developers
  • Overview
  • Getting started
    • Custom Themes
    • Custom Components
  • Component Types
    • Section
    • Header & Footer
    • Banner
  • Basic Tags
    • Actions
    • Box
    • Code
    • Element
    • Media
    • Plaintext
    • Richtext
    • Collection
    • Article Collection
  • eCommerce Tags
    • Product
    • Product Inventory
    • Product Price
    • Product Options
    • Quantity Selector
    • Cart & Drawer (soon)
  • Utility Tags
    • Generator
    • JSONParser
  • Other NoML Features
    • Variables
    • Raw HTML
    • Component Properties
Powered by GitBook
On this page
  1. eCommerce Tags

Product Price

The Product Inventory allows you to display the price of a product or the lowest and highest prices among the variants for a product.

<ProductPrice product={product} />

Attributes

  • product: the data-element storing the product's configuration from the Product Generator

PreviousProduct InventoryNextProduct Options

Last updated 1 year ago