VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Gingerweb on March 17, 2023, 17:24:22 PM

Title: Shipping Method - No "select all" in VM4
Post by: Gingerweb on March 17, 2023, 17:24:22 PM
There are a few instances of this i have noticed. in VM3 you could "select all" for places like Shipping countries and categories and Payment methods for countries and categories - now it is half a days job selecting all those countries you dont want to ship to!!

Title: Re: Shipping Method - No "select all" in VM4
Post by: jenkinhill on March 17, 2023, 17:51:36 PM
Select all works with VM4.0.12 on J3.10.11 but not on J4.x.

(https://i.ibb.co/BGjM75s/selectall.jpg) (https://ibb.co/KD7vQpy)
Title: Re: Shipping Method - No "select all" in VM4
Post by: Gingerweb on March 17, 2023, 18:02:25 PM
Yep ok i assumed you guys would probably be aware
Title: Re: Shipping Method - No "select all" in VM4
Post by: hazael on March 18, 2023, 09:42:28 AM
There is a trivial way to remove it all. In your browser (preferably Edge) run the inspection (source code).
In HTML Find this <select></select> section  and remove everything. After that, save the settings in Virtuemart

:)


Or you can write a simple javascript with a button that clears it.
I made a similar one for custom fields (a button to select all fields so that they do not inherit or a button to remove all custom fields - useful if there are a lot of them.
https://forum.virtuemart.net/index.php?topic=147849.msg527457