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

#91
General Questions / Setting up shop Front Page mis...
Last post by jtbworld - February 25, 2025, 10:10:27 AM
I tried to follow the tutorial at https://docs.virtuemart.net/tutorials/administration-configuration-vm-2/set-up-your-shop-part-2.
Is there any newer one?
I can't find Virtuemart > Front Page.
#92
General Questions / Re: Is it possible to apply dr...
Last post by rosydam - February 25, 2025, 08:43:46 AM
If you're already using VirtueMart, integrating dropshipping is possible with the right tools and automation. Let me know if you need recommendations for specific VirtueMart dropshipping plugins!
#93
Virtuemart Development and bug reports / Re: Problem with pagination an...
Last post by hazael - February 25, 2025, 06:05:38 AM
This code will not work properly - SEF Links will be generated incorrectly.
echo $this->vmPagination->getPagesLinks();

This variable when calling for the first time, it generates incorrect pagination links. However, calling it a second time fixes the issue.

Cause:
VirtueMart dynamically generates pagination data on the first call, meaning the links may not be fully initialized until after the first execution.

Solution:
To ensure correct pagination links, store the result in a variable before using it.

In you template: /com_virtuemart/category/default.php

This solution will work correctly - the SEF links will generate correctly
$this->vmPagination->getPagesLinks(); // Trigger pagination generation
$pagination = $this->vmPagination->getPagesLinks(); // Retrieve correct links
echo $pagination;
#94
Commercial Jobs / Dutch Joomla & Virtuemart Help...
Last post by jelly - February 24, 2025, 12:58:58 PM
We are looking for someone based in the Netherlands to regularly assist us with Joomla and VirtueMart-related issues, allowing us to continue developing our website smoothly.

At times, we encounter challenges that require speshitpillt knowledge and take up too much of our time. That's why we're seeking an expert who can efficiently help us resolve these issues.

Our company is located in the Rotterdam area.

Looking forward to your response!
#95
General Questions / Re: Is Virtuemart ea compatabl...
Last post by andrai2 - February 24, 2025, 12:56:23 PM
thanks, as i am using a joomla / virtuemart quick start package with template, yes it now works on surface, will test deeper,

my concern was that there is two year differnece beetween

VirtueMart 4.0.12 10777 - relased in December 20, 2022.

Jommla 4.4.11 realased - 2025

but on the first glance it works
#96
General Questions / Re: Is Virtuemart VirtueMart 4...
Last post by hazael - February 24, 2025, 12:29:25 PM
VirtueMart 4.x.x was primarily designed to work with Joomla 4.x.x, while its subsequent versions, with the backward compatibility feature enabled, also support Joomla 5.x.x.
#97
General Questions / Is Virtuemart VirtueMart 4.0.1...
Last post by andrai2 - February 24, 2025, 12:19:17 PM
Hello!

Qucik questions Is Virtuemart VirtueMart 4.0.12 10777 compatable with Joomla 4.4.11....?

I updated in subdomain to test it kinda works, but maybe i am missing something.

Thanks!
#98
Commercial Jobs / Re: Dutch payment collection p...
Last post by jelly - February 24, 2025, 12:18:50 PM
ICEPAY is still working in J4 and VM4. No problems...
#99
General Questions / Re: VirtueMart contact form
Last post by hazael - February 23, 2025, 19:09:52 PM
Hi,
If you want to use a rating system, I don't recommend the one built into Virtuemart. It doesn't make sense, because it's unreliable, because as a site owner you can give yourself positive ratings and remove unwanted ratings yourself.

For this you should use a reliable, independent, third-party rating system that additionally generates conversions in your store. For this, you can use the Trustedshops system: https://www.trustedshops.com/ or other popular rating systems

Or from the free general Google Reviews widget: https://elfsight.com/google-reviews-widget/ 
But Google reviews are hardly trusted anymore, because there are companies where you can buy yourself as many positive Google reviews as you want
#100
Virtuemart Development and bug reports / Problem with rules in prices
Last post by hazael - February 23, 2025, 11:57:03 AM
After upgrading to the latest version of VIrtuemart (from 4.2 to 4.4.6 11109), I noticed that the quantity rules for prices no longer work. Regardless of the rule, only the price that is first in the list is displayed. I also tested this directly in the shopping cart in the add-on from Jumbo (VP One page) - here the rules also stopped working.

PS. Annoyingly, sorting the order of prices is also impossible - but it's something that never worked, so I got used to it in time