commercelayer-react-components icon indicating copy to clipboard operation
commercelayer-react-components copied to clipboard

Feat: New components to show SKUs inside the bundle on the checkout summary.

Open acasazza opened this issue 1 year ago • 0 comments

Template example

<LineItem type="bundles">
   <LineItemName />
  <LineItemBundleSkus>
      <LineItemBundleSkuField attribute="code" />
      <LineItemBundleSkuField
          tagElement="img"
          attribute="image_url"
          width={86}
      />
      <LineItemBundleSkuField attribute="quantity" />
 </LineItemBundleSkus>
</LineItem>

acasazza avatar Dec 04 '23 17:12 acasazza