Customize Bundle Look and Feel (in Cart) #274
Replies: 2 comments 1 reply
-
@horst7000 This currently means that all our images are getting broken by Shopify. |
Beta Was this translation helpful? Give feedback.
-
Apparently the behavior of the merge operations changed over night and now the operations throw these errors: [
"operations[0] (merge): [{code: invalid_image_url, message: The base image url must be any of the following: https://cdn.shopify.com, https://cdn.shopifycdn.net.}]",
"operations[1] (merge): [{code: invalid_image_url, message: The base image url must be any of the following: https://cdn.shopify.com, https://cdn.shopifycdn.net.}]"
] The question has now become how to use specific images for bundles at all. |
Beta Was this translation helpful? Give feedback.
-
Using an app with a cart transform extension with some basic merge operations (see below), I find that the specified image and title (of the merge operation) are only visible in the checkout whereas in a cart only the parentVariant is displayed like a product. Is there a way (and if not, wouldn't it be useful) to access the underlying bundle information via liquid to customize the appearance (at least for the cart)?
Beta Was this translation helpful? Give feedback.
All reactions