Skip to content

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

Open
acasazza wants to merge 8 commits intomainfrom
feat/explode-line-item-bundle
Open

Feat: New components to show SKUs inside the bundle on the checkout summary.#456
acasazza wants to merge 8 commits intomainfrom
feat/explode-line-item-bundle

Conversation

@acasazza
Copy link
Member

@acasazza acasazza commented Dec 4, 2023

Template example

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

@acasazza acasazza added the enhancement New feature or request label Dec 4, 2023
@acasazza acasazza self-assigned this Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants