in the virtuemart manufacturer details page (see http://tiendanueva.negre.es/tienda-onli ... ition.html) I want to replace the "view all manufacturer products" link with the products of the manufacturer without having to go to another page.
I view the manufacturer default.php code and I find that
- Code: Select all
<a title="<?php echo $manufacturer->mf_name; ?>" href="<?php echo $manufacturerURL; ?>"><?php echo $manufacturerImage;?></a>
<a title="<?php echo $manufacturer->mf_name; ?>" href="<?php echo $manufacturerURL; ?>"><?php echo $manufacturer->mf_name; ?></a>
refers to that page but please let me know how to replace that link with the manufacturer products instead!
I have searched in the virtuemart official forum and didn't found the solution!
Thanks in advance,
Kind regards,
Yo