Hello,
I am using Virtuemart 4.0.12 and Joomla 3.10.11. When the URL of the Category is being made for some reason it adds the results 1,0 in the url. I want to not have this. How can I fix this?
I use a simple regex to remove the results form the url:
$newText = preg_replace('/\bresults\b.*$/', '', $text);
This will give trouble tho if you have a category name with results in it