News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Recent posts

#41
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
#42
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
#43
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
#44
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
#45
General Questions / Re: Google Merchant Center Pro...
Last post by PRO - June 30, 2026, 16:35:45 PM
Have you ever tried using schema ?
#46
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.
#47
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.
#48
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.
#49
Virtuemart Development and bug reports / Re: recaptcha wasnt rendering
Last post by PRO - June 29, 2026, 18:44:34 PM
neew joomla does not come with native captcha

Most download a 3rd party one,
like so
https://github.com/SharkyKZ/joomla-recaptcha-v3-plugin
#50
General Questions / Google Merchant Center Product...
Last post by hotrod - June 29, 2026, 14:08:08 PM
Since moving my store to J4 and VM 4.2.4  I lost my Data Feed for Google Merchant..  I don't even remember what I had or where I got it.    Most of the answers here on the question show dead links..

Any help would be great..

Rod