Skip to content

add docs#889

Open
cctina516 wants to merge 7 commits into
releasefrom
confirmBeforeDelete
Open

add docs#889
cctina516 wants to merge 7 commits into
releasefrom
confirmBeforeDelete

Conversation

@cctina516
Copy link
Copy Markdown
Contributor

@cctina516 cctina516 commented May 15, 2026

Purpose of this pull request

This pull request (PR) added the confirmBeforeDelete feature added to the cart drop-in through this PR: https://github.com/adobe-commerce/storefront-cart/pull/138. Waiting for release.

Associated JIRA ticket

https://jira.corp.adobe.com/browse/ACCS-945

Staging preview

Affected pages

  • [cart-summary-list.mdx]

  • [mini-cart.mdx]

  • [slots.mdx]

  • ...

Links to source code

https://github.com/adobe-commerce/storefront-cart/pull/138

What's New highlights

@fnhipster fnhipster marked this pull request as ready for review May 18, 2026 22:33
@fnhipster fnhipster requested a review from bdenham May 19, 2026 13:41
| `attributesToHide` | `string[]` | No | Attributes to hide. |
| `enableRemoveItem` | `boolean` | No | Enable remove item. |
| `enableUpdateItemQuantity` | `boolean` | No | Enable update item quantity. |
| `enableUpdateItemQuantity` | `boolean \| { removeOnZero?: boolean }` | No | Enables the quantity stepper. Pass `{ removeOnZero: true }` to also remove the item when the quantity reaches `0`; defaults to `false`. |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This prop is now either a boolean or an object?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants