News:

Looking for documentation? Take a look on our wiki

Main Menu

Problem with overflow-x on cart table (Mobile layout)

Started by mratki, April 06, 2022, 09:20:08 AM

Previous topic - Next topic

mratki

Hello,
overflow-x doesn't work on the cart table, you can see in mobile layout, any solution?

https://canivau.com/hr/kosarica

Regards,
M

pinochico

#1
Solution for table on mobile is change layout from table to DIV (bootstrap)

You can inspire there:
http://css-tricks.com

Layout for cat you can find there:
components/com_virtuemart/views/cart/tmpl/default_address.php
components/com_virtuemart/views/cart/tmpl/default_cartfields.php
components/com_virtuemart/views/cart/tmpl/default_coupon.php
components/com_virtuemart/views/cart/tmpl/default_pricelist.php
components/com_virtuemart/views/cart/tmpl/default_shopperform.php
components/com_virtuemart/views/cart/tmpl/default.php

and better use/create override in your template
www.minijoomla.org  - new portal for Joomla!, Virtuemart and other extensions
XML Easy Feeder - feeds for FB, GMC,.. from products, categories, orders, users, articles, acymailing subscribers and database table
Virtuemart Email Manager - customs email templates
Import products for Virtuemart - from CSV and XML
Rich Snippets - Google Structured Data
VirtueMart Products Extended - Slider with products, show Others bought, Products by CF ID and others filtering products

mratki

Nevermind, I found a solution, it was all about:

fieldset {
    overflow-x: auto!important;
}

Thanks for your help anyway!

Regards,
M

pinochico

If you think :)

I I tried
I saw a table where the information was missing
it absolutely never occurred to me that I had to scroll to the right = I only rolled down
because I did not find the information I wanted, I closed the website and went to another e-shop, where I can choose the right transport and pay.
www.minijoomla.org  - new portal for Joomla!, Virtuemart and other extensions
XML Easy Feeder - feeds for FB, GMC,.. from products, categories, orders, users, articles, acymailing subscribers and database table
Virtuemart Email Manager - customs email templates
Import products for Virtuemart - from CSV and XML
Rich Snippets - Google Structured Data
VirtueMart Products Extended - Slider with products, show Others bought, Products by CF ID and others filtering products

mratki

I know it would be better for people without scrolling to the right but this is virtuemart, little obsolete component :/
I think this will be good for now..

Regards,
M

pinochico

Quotebut this is virtuemart, little obsolete component

I have a different opinion
www.minijoomla.org  - new portal for Joomla!, Virtuemart and other extensions
XML Easy Feeder - feeds for FB, GMC,.. from products, categories, orders, users, articles, acymailing subscribers and database table
Virtuemart Email Manager - customs email templates
Import products for Virtuemart - from CSV and XML
Rich Snippets - Google Structured Data
VirtueMart Products Extended - Slider with products, show Others bought, Products by CF ID and others filtering products

mratki

I mean, Virtuemart is very strong component, you can control literaly anything you want, but no one is doing virtuemart templates anymore..
I think Joomla is generally outdated, unfortunately, everything is based on wordpress + woocommerce now... which I personally don't like :/

Regards,
M

jenkinhill

Quote from: mratki on April 08, 2022, 08:17:09 AM
no one is doing virtuemart templates anymore..

VirtueMart works with any Joomla template! If the appearance is not to your satisfaction then restyle it. It's not rocket science.
eg the same "Joomla" template was used for all the VM sites used here, just the styling changed.
http://forum.virtuemart.net/index.php?topic=145543.msg516905#msg516905
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

pinochico

#8
Quotebut no one is doing virtuemart templates anymore

Oh man :)

Nobody did - It is not true
We use our own template (EasyPeasy), which we made during the existence of EasySoftware (easyjoomla.org), now Minion (minijoomla.org)

It used to be free to download for the J25.
It is not available now, but who would like a new template will definitely like to pay for its development.

BTW.
we also use the megastore template from JoomlArt at the same time.
Just search the internet and buy and test.

---

When I started with Joomla 15 years ago,
I also always got upset that the template doesn't do what I want.
before I understand that if I want to have the right results, I have to move my ass and learn myself css, php and not rely on others.
www.minijoomla.org  - new portal for Joomla!, Virtuemart and other extensions
XML Easy Feeder - feeds for FB, GMC,.. from products, categories, orders, users, articles, acymailing subscribers and database table
Virtuemart Email Manager - customs email templates
Import products for Virtuemart - from CSV and XML
Rich Snippets - Google Structured Data
VirtueMart Products Extended - Slider with products, show Others bought, Products by CF ID and others filtering products