Skip to content

Commit c78e11e

Browse files
committed
fix(components/product): must pass kit items with proper quantity to calculate shipping [#739]
fixes #739
1 parent c2804cc commit c78e11e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

@ecomplus/storefront-components/src/html/TheProduct.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
name="shipping"
369369
>
370370
<shipping-calculator
371-
:shippedItems="[{
371+
:shippedItems="isKit ? kitItems : [{
372372
...body,
373373
product_id: body._id,
374374
quantity: body.min_quantity || 1

0 commit comments

Comments
 (0)