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

#21
Templating & Layouts / Re: No one page checkout
Last post by psm - September 16, 2025, 11:25:23 AM
Hi all,
I created universal solution for VM checkout by plugin, which you can test here:
https://smartobchod.sk/joomla/index.php/virtuemart-demo

It will change your classic VM checkout to modern 4 steps checkout.

If you like it, you can buy it via link below or directly on my page.
https://extensions.joomla.org/extension/multistep-checkout-for-virtuemart/

I can modify it even for other chceckout extension after you will contact me on email.

I am working now on version 1.0.1 with new design options.
#22
Templating & Layouts / Re: multi step checkout - Java...
Last post by psm - September 16, 2025, 07:21:47 AM
Hello, if someone is still finding for plugin which can divide original VM checkout to 4 steps, I created one. You can find it here: https://extensions.joomla.org/extension/multistep-checkout-for-virtuemart/
#23
It's not possible to set up a payment method after creating a new one.
After starting the standard payment and clicking "save," a page appears with the following:
An error occurred.
1054 Unknown column 'Array' in 'WHERE'
I've never seen this error before.

VirtueMart 4.4.10 11120
Joomla! 5.3.3
PHP Version 8.3.19
#24
Templating & Layouts / How do I assign a template to...
Last post by suryasafire - September 12, 2025, 06:37:45 AM
Hi,

Is there some way to assign a specific template to all product pages?

(Using Joomla 5 + lastest Virtuemart version)
#25
General Questions / Re: Related products categorie...
Last post by balai - September 09, 2025, 17:13:02 PM
I think you will need to assign your products both to categories and additional properties (e.g. sectors) by using custom fields.

I would use a filtering system like Custom Filters for filtering based on more than 1 properties.
#26
General Questions / Related products categories an...
Last post by vmproblem1 - September 09, 2025, 16:56:34 PM
I'm building an e-commerce with Virtuemart 4.4.4 and Joomla 5.
I need to create a lot of product categories with subcategories and also many sectors (and applications) related to those products, like this site: https://www.nils.eu/en/products/

You cannot view this attachment.
So in this site Products and Sectors have same level, but I can filter also products per sector and vice versa.
For example, on the Oils page, I can see all products related to this category, but also only those related to the Coolants sector (https://www.nils.eu/en/tipologia/oils/).

You cannot view this attachment.
You cannot view this attachment.

How can I do a menu and filter for related categories with Virtuemart?
Thank you!
#27
I upgraded to J5 over this weekend and ran into this problem when selecting a product.

This was the fix

101c101
<                               <?php echo JHTML::_('select.genericlist'$this->productLayouts'layout''size=1''value''text'$this->product->layout); ?>
---
>                               <?php echo JHTML::_('Select.genericlist'$this->productLayouts'layout''size=1''value''text'$this->product->layout); ?>
root@server: /var/www/tc.com/administrator  19:35:57#
#28
Virtuemart Development and bug reports / Re: ask a question doesn't wor...
Last post by patbe60 - September 08, 2025, 15:25:51 PM
Quote from: iWim on September 05, 2025, 18:09:57 PMUpdate to VM 4.4.10 and see if that fixes your issue.

What captcha plugin do you use?
Does the captcha work on the default contact form?
Have you tried a different captcha plugin? (I use Aimy Captcha-Less Form Guard or HashCash myself)

The Update doesn't solve the problem.
I'm sing Google Recaptcha.
Works fine on the default contact form and the VM registration form.
#29
Virtuemart Development and bug reports / Re: [FIXED] [4.4.4] [Bug] - Em...
Last post by Roderic - September 08, 2025, 11:20:44 AM
Then you are just not looking good enough ;)

https://dev.virtuemart.net/projects/virtuemart/files

Just download the latest version from there, there it should be fixed. However, it will not fix it for images that were uploaded during the period, the problem was introduced. For that you will need the query that fotonio posted.
#30
General Questions / Re: Run custom code after exte...
Last post by Milbo - September 08, 2025, 10:28:44 AM
plgVmConfirmedOrder is the event. the data is in $order. You  can also use plgVmOnUpdateOrderPayment but then you need to check for the order status.