News:

Looking for documentation? Take a look on our wiki

Main Menu

Recent posts

#21
Frontend Modules / Re: VirtueMart Search Product ...
Last post by iWim - July 06, 2026, 07:58:22 AM
Open the VM search module.
Under tab Module set the option Search Filter Category to No.
#22
Frontend Modules / VirtueMart Search Product how ...
Last post by Emma Iana - July 05, 2026, 22:20:58 PM
How can I make VirtueMart Search Product search across all products rather than just the category in which the module is embedded?
#23
General Questions / Re: Google Merchant Center Pro...
Last post by p.barg - July 01, 2026, 12:04:15 PM
Hi,

we are using CVSI for the export of Google Feeds.

Best regards,

Petra
#24
General Questions / Re: Issues with add to Cart . ...
Last post by hotrod - June 30, 2026, 23:27:33 PM
I moved on to the J4 site I built 2 years ago..  No Issues..  Now I am going to work on moving to J5
#25
Installation, Migration & Upgrade / Re: Error after VM update
Last post by PRO - June 30, 2026, 21:26:06 PM
have you looked up if there is a duplicate? category_child_id
#26
General Questions / Re: Issues with add to Cart . ...
Last post by PRO - June 30, 2026, 16:37:17 PM
have you tested the default theme?

nobody can look without a url
#27
General Questions / Re: Google Merchant Center Pro...
Last post by PRO - June 30, 2026, 16:35:45 PM
Have you ever tried using schema ?
#28
Thank You... Found this issue also drove me nuts...  ChatGPT made it very simple..  Here is the detailed info...

/public_html/components/com_virtuemart/sublayouts/snippets.php

Replace:

if ($finalstk != 0) {
    $stockog = 'InStock';
}
if ($finalstk == 0) {
    $stockog = 'OutOfStock';
}

with:

$stockog = 'InStock';

That's all you need.
#29
It's not malware but an old insecure version of the script. VM no longer ships the file but it is also not deleted on update. You can delete it if you don't have any old templates and extensions that might be using it.
#30
My server has found malware in this VM file on all of my websites:

components/com_virtuemart/assets/js/jquery.min.js

Just for your info.