VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: Swoorder on February 16, 2024, 18:11:26 PM

Title: Bug Virtuemart Shopgroup
Post by: Swoorder on February 16, 2024, 18:11:26 PM
I have update Virtuemart last version.

I have make video , sorry for language italian.

https://www.loom.com/share/5fd0fc473df54424a1bd7ccfa1022ea1?sid=298e4acf-0107-4bc3-8f9e-375a2fbe6c9b (https://www.loom.com/share/5fd0fc473df54424a1bd7ccfa1022ea1?sid=298e4acf-0107-4bc3-8f9e-375a2fbe6c9b)

I have maked shopgroup "Prezzo Visibile" and when set this group not work, is all same without price.

Please help me, I can't put visible prices using mass function, can you tell me how to solve or how to do via database to remove group name or set display for all

Thank you very much.
Title: Re: Bug Virtuemart Shopgroup
Post by: Swoorder on February 17, 2024, 07:49:20 AM
I have solved with this query:

UPDATE #prefix_virtuemart_product_prices SET `virtuemart_shoppergroup_id` = 0 WHERE 1

Thank you very much.