Product Page
Understanding the attributes needed to capture products into the cart.
Please note that this document is still Work in Progress. It might be updated, revised, or changed entirely in the near future.
All attribute names will start with data-pc for the "Name" inside the Webflow Designer
Product name
Product price
Captures the quantity
Product SKU
Define form element to capture data to bag
Define button that triggers submit action
Product image
Define product tax type (Product or Service)
Captures custom attributes
Parent element that is hidden on live link
Identify collection item
Captures variant selector 1
Captures variant selector 2
Variant 1 product name
Variant 2 product name
Variant product price
Variant product SKU
Variant product inventory
Variant product image
Penni Cart Attributes
add-to-cart-form
needs to be placed on Webflow's Form element not Form BlockPenni Cart currently supports two default values for
tax-type
, Product & Service that can used within Webflow CMS Collection settings.To display variants you'll need to establish the values that will auto-populate a select field, using
variant
to set your collection item and establishing values withvariant-1-name
orvariant-2-name
,variant-price
,variant-sku
,variant-inventory
, andvariant-image
.Use
variants-collection-container
to hide the parent wrapper when viewing your site's published link.product-variant-select-1
&product-variant-select-2
uses the select field's name as the label when added to cart.
Last updated