feat: update cart service and components to handle productVariantId, improve item removal and addition feedback
This commit is contained in:
@@ -54,6 +54,7 @@ export class StoreLayoutComponent implements OnInit {
|
||||
}
|
||||
|
||||
return {
|
||||
productVariantId: item.product_variant_id,
|
||||
imageUrl: item.product?.imagen ?? null,
|
||||
product,
|
||||
originalPrice: null,
|
||||
|
||||
Reference in New Issue
Block a user