Add ability to display bundle component prices and discounts #444
a47ae
started this conversation in
Feedback: Cart Transform API
Replies: 3 comments 1 reply
-
you can use the Liquid property "item.item_components " in the cart to loop through item and display title and price
{% for comp in item.item_components %} {% endfor %} |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Enhancing the visibility of individual component pricing and discounts within bundle offers would significantly improve user transparency and decision-making.
In our current setup, the cart's
expand operation
allows adding products with additional fees, but users are only presented with the aggregate price.If we take the example from the official documentation, in a bundle like "Awesome TV with Warranty" sold for $1150.00, users lack the ability to discern the separate costs of the TV and the warranty.
This lack of detailed pricing information may lead to confusion among users as they don't know what exactly they are paying for.
Beta Was this translation helpful? Give feedback.
All reactions