mobile friendly CART, no horizontal scroll needed#19
mobile friendly CART, no horizontal scroll needed#19Zengraph wants to merge 1 commit intothirtybees:masterfrom
Conversation
some changes on the global.css files to show tables responsive in a block mode for CART on order steps. No need anymore of the horizontal scrolling bar.. now more user friendly :)
|
This is when you are checking out, and looking at your Shopping Cart. Stock there is horizontal scrolling needed to see all the options for each product in the cart. This mod rearranges the view of each product in the cart, making it so no horizontal scrolling is needed. |
getdatakick
left a comment
There was a problem hiding this comment.
Your changes are in file css/global.css. However, all files in css folder are generated from files stored in sass folder, so your changes would be overwritten on the next rebuild.
Could you please update sass file(s), please
|
"Your changes are in file css/global.css. However, all files in css folder are generated from files stored in sass folder, so your changes would be overwritten on the next rebuild. Yes, sorry for that but I did try to, but it takes a lot of time.. not sure when I'll be able to complete it. |
|
Is somebody using this modification? I tried to, and it works as it doesn't show the scroll, but there are some glitches with product tables. |
What kind of glitches are you talking about, can you illustrate or describe it please ? |
Last time I tried I made the changes manually, I suspect I did something wrong. Now I've downloaded your global.css and everything is into table bounds. My fault. It would be really nice if cart_description and cart_product rows could be merged into one, though. I mean product's image with its description with the trash can... |
|
To show how could it be done, I tried changing shopping-cart-product-line.tpl to show the content in two columns (plus one free for remove icon):
I had to add a Can it be done using just CSS and without changing template? |
I found what I meant the other day. It happens when the product has discounts. edit: I added |




some changes on the global.css files to show tables responsive in a block mode for CART on order steps.
No need anymore of the horizontal scrolling bar.. now more user friendly :)