How could I create AZ index bar for virtuemart category view.
I found that old extension exist for Joomla 1.5 / VM 1, but not extension for VM3. Is there some tutorial/example, how this result is possible to achive through coding for Joomla 3.4 and VM3.
Additionally I found example ( http://www.gruter-et-marchand.com/index.php/analyse-de-gaz/oxygene/atmospheres-modifiees-alimentaires-et-pharmaceutiques/alphaindex/m) there index bar is created with CCK. Is there is possible to use some CCK with VM3 to achieve that result (tutorial, howto).
basically your wanting to create vm search urls with the catid and the search string a% etc
It would IMHO be possible but would need coding.. I did the original VM1.1 A-Z BTW
HI,
I think, you can do this with a module.
else, you need to add a view in VM for this, i have do it for artist A-Z but used manufacturer categories as index.
Or the most complex solution, is to write a full component.