Cart Merchandise attribute field is showing in checkout page: it should be configurable #2385
theocerutti
started this conversation in
Ideas + Feature Requests
Replies: 1 comment 1 reply
-
This would be a feature request for checkout and the Storefront API, there's not much we can do at the moment in Hydrogen I think. I'll pass this request internally. For now, you might want to implement this feature in a different way. Perhaps you can save this information in the user browser's localStorage or something similar? I know it's not ideal but at least that might do the trick temporarily. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
When we add something to the cart we are also attaching custom attributes.
For example here: we are adding if the user has added the product from a trending collection.
That way in our cart page we are able to display a different UI for products added from that collection.
However! Theses attributes are showing in the checkout page even if we don't want!
![image](https://private-user-images.githubusercontent.com/44285344/353740554-6a2053e2-6649-4637-a484-445ab50d9ce6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTE1MDUsIm5iZiI6MTczOTExMTIwNSwicGF0aCI6Ii80NDI4NTM0NC8zNTM3NDA1NTQtNmEyMDUzZTItNjY0OS00NjM3LWE0ODQtNDQ1YWI1MGQ5Y2U2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE0MjY0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRjNDFmYzhlYjdhMGI2Mjg4MDgyOWM5N2NjZDQ3YTE4YjNhNzlhZjk2MTIwNDNlMmU4MDk3MTBjMjEwZGU5NzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.BAtDRh2-anUupDn6aYF0SqA7AnrftUdbT6mlwiGUxMc)
I think it would be nice to have a field
showInCheckout: boolean
to tell to Shopify to show attribute or not.Beta Was this translation helpful? Give feedback.
All reactions