I'm running OC 2.3 with the default theme.
On mobile when I click on the cart, I see the table with products added is not responsive.
How to make it responsive?
Thanks in advance!
Pottery Glaze shop
One could move the Model below the Item Title on the Cart, and
so remove a Column in the Theme '/checkout/cart.tpl ' File,
like it's beeing done here:
http://www.velomech.ch/shop/
and/or 'shorten' Product Titlenames, by limiting their Character amount
to some extend, with a limiter like this, in the corresponding
'controller/checkout/cart.php ' File:
Code: Select all
'name' => utf8_substr(strip_tags(html_entity_decode($product['name'], ENT_QUOTES, 'UTF-8')), 0, 20) . '..',
File Code, to make such look swell, regardless of Display Resolution.
Due to no pre-set SECTION Width Values, such a NAME will not break into more
than one Line, which would make it look better. The Column+Field in charge
could possibly be MAX-WIDTH Value -fixed by CSS Class Code, but I never
tried, it just came into my mind ...
Just to give you some ideas on this!
Good Luck!

Ernie
PS. It's not Version related, all v.2 ++ Default Themes act the same.
And $product['name'] might also be called $result['name']
depending on the OC Version used, just to have this mentioned too.
---
And don't forget, to Change COLSPAN-Values further down in the Theme File, if
you remove a Section out of the Table, to make everything, like Cost-Estimations
and the Bottom TOTALS-Sections align correctly again !

Please don't send me OC Forum Personal Messages, just contact: jti@jacob.ch
---
OC 1.5.6.5 LIGHT Test Site: http://www.bigmax.ch/shop/
OC 1.5.6.5 V-PRO Test Site: http://www.openshop.li/shop/
My Github OC Site: https://github.com/IP-CAM
2'750 FREE OC Extensions on the World's largest Github OC Repository Archive Site.
Actually, I found a way to make it more view-friendly only with CSS. Maybe I could short the names but it's not necessary
Pottery Glaze shop
after playing around again with one of my test sites ...

But it's not an OC default type Layout either, and can't just
be copied into a 'regularly styled' OC v.2 + Theme Install

I also placed the 'Model' Info into the Title Section, and it
seems to 'linebreak' the title content, as seen on the image.
And the Unit Price is made HIDDEN in small resolutions.
Good Luck!

http://www.bigmax.ch/shop/index.php
Ernie
Please don't send me OC Forum Personal Messages, just contact: jti@jacob.ch
---
OC 1.5.6.5 LIGHT Test Site: http://www.bigmax.ch/shop/
OC 1.5.6.5 V-PRO Test Site: http://www.openshop.li/shop/
My Github OC Site: https://github.com/IP-CAM
2'750 FREE OC Extensions on the World's largest Github OC Repository Archive Site.
How did you make yours responsive as looking to do the samemasterross wrote: ↑Wed May 22, 2019 8:18 amThanks mate,
Actually, I found a way to make it more view-friendly only with CSS.
cart.PNG
Maybe I could short the names but it's not necessary
Users browsing this forum: No registered users and 21 guests