Problem/Motivation
I believe the /cart view needs some adjustmentes:
- Space between the currency code and the number
- Extra "Price" label in the "Item" column
- A small thumbnail of the product being purchased would be nice
- Centering the "Total" column to the right edge of the form

Steps to reproduce
Purcharse some items and go to the /cart
Proposed resolution
Apply theming/css/config changes as needed
Remaining tasks
N/A
User interface changes
Mentioned belov
API changes
N/A
Data model changes
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3527987_cart.png | 68.41 KB | danrod |
Issue fork sshop-3527987
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
danrodComment #3
kul.pratap commentedWorking on it.
Comment #4
danrodAny luck with this @kul.pratap ? Would you like some help?
Comment #5
danrodComment #6
anweshas commentedHi @danrod, I can pick this issue up.
Comment #7
anweshas commentedWhile working on the first and last points of the requirement (adding space between the currency code and the number, and aligning the "Total" column to the right), I found that both can be addressed by modifying the existing commerce_cart_form View.
However, this View is not part of the sshop module configuration. It is provided by the Commerce module (specifically its Cart submodule). This means:
We’ll need to decide whether to:
Comment #8
danrodThanks @anweshas you are right, the cart is fine as it is now and will be up to the frontend developer to make the changes as desired.
I'll move it as "Closed (works as designed)"
Thanks for your input.
Comment #9
danrod