Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order Summary option label and value should be visually separated #1700

Closed
mattcoy-arcticleaf opened this issue Feb 15, 2024 · 4 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@mattcoy-arcticleaf
Copy link

When you add an item to cart with options and reach the checkout, the order summary shows the option label and value on a single line in a single HTML element with no separation. This can be very confusing to customers. These should be separated by a colon, or at least placed into separate HTML tags so a developer can style them differently.

Current implementation:

Screenshot 2024-02-15 at 9 00 37 AM Screenshot 2024-02-15 at 9 02 54 AM

Proposed implementation 1:

Screenshot 2024-02-15 at 9 16 43 AM Screenshot 2024-02-15 at 9 16 47 AM

Proposed implementation 2:

Screenshot 2024-02-15 at 9 18 05 AM Screenshot 2024-02-15 at 9 18 08 AM
@bc-0dp
Copy link
Collaborator

bc-0dp commented Feb 15, 2024

That's cool!
As a minimum split them up in option value spans.

@developerscott
Copy link

This would be super helpful to us and our clients as well.
I prefer option 2 (to start) as it gives us more control than option 1.

@animesh1987 animesh1987 added the enhancement New feature or request label Feb 16, 2024
@animesh1987
Copy link
Contributor

Sounds like a nice improvement, we will go with option 2.

@bc-0dp
Copy link
Collaborator

bc-0dp commented Feb 21, 2024

Closing this, conversation can continue on the PR ❤️

@bc-0dp bc-0dp closed this as completed Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants