Allow to hide lineComponents/item_components (Expand Operation) #542
dnpg
started this conversation in
Feedback: Cart Transform API
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Allow to hide some expanded items
When creating Customized Bundles, some merchants want to include additional products for admin purposes (picking/packing/inventory tracking/reporting).
The merchant doesn't want the end Customers to see any of these products in the "Customized Bundle" view at checkout:
Products that merchants might want to hide:
Example
In the following checkout, the main product added to the cart, is the product that dictates the price of the Customized Bundle, the merchant wants to include that "Ghost product" as part of the bundle as they want to be able to run sales/inventory reports on that product. However, it is confusing to the Customer to see it as part of the bundle components.
Currently this is how it looks:
The ideal outcome visual is:
It would be great to have the option to tell the Expand operation which items we don't want to display at checkout when the CartLine is expanded.
Here is an example:
Beta Was this translation helpful? Give feedback.
All reactions