E-commerce templates enhancement request

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jan 24, 2013 10:12 am
Hi,

Currently all the GavickPro e-commerce templates have the same configuration for the Virtuemart category view, where the thumbnail product image is linked to the large product image (clicking the image will open a pop-up with the large product image).

All my customers would like to see a different link for the thumbnail image, where the thumbnail image in the category view links to the product details (just like the product name and details button/link). My enhancement request for all the GavickPro e-commerce templates would therefor be to create a link to the product details for the thumbnail product images.

If not possible or my request will not be granted, I would like to change this myself, but have limited knowledge of PHP. What is required to change the line:

echo $product->images[0]->displayMediaThumb('class="browseProductImage" border="0" title="'.$product->product_name.'" ',true,'class="modal"');

so it links to the product details, instead of opening a pop-up with the large image of the product!?

Thanks in advance for any feedback!

Regards,

Richard.
User avatar
Junior Boarder

Konrad M
Thu Jan 24, 2013 12:21 pm
Hi,
please try with this code:
Code: Select all
<a title="<?php echo $product->link ?>" rel="vm-additional-images" href="<?php echo $product->link; ?>">
                  <?php
                     echo $product->images[0]->displayMediaThumb('class="browseProductImage"' border="0" title="'.$product->product_name.'" ', false);
                  ?>
                </a>
User avatar

GK User
Thu Jan 24, 2013 1:50 pm
Hi Konrad,

It works, so thanks for the quick reply and support! Is this something GavickPro might implement in future releases of the e-commerce templates? I'm not sure what the purpose of the larger image is on the category view. Some research learned that most visitors of the sites I manage press the image, expecting to product details to open.

Thanks,

Richard.
User avatar
Junior Boarder

Konrad M
Thu Jan 24, 2013 2:07 pm
I send your request to our porgrammers.
User avatar


cron