Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

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