Virtuemart Category View

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Feb 26, 2014 7:20 pm
Reply with quote
Report this post
Hi!

Another question... please visit http://www.freudenberger-classic.de/ind ... uf/bmw-327

I want that you can also click on the image and not only the font. It works already on the shop homepage:
http://www.freudenberger-classic.de/ind ... ileverkauf

Could you please help me?
User avatar
Junior Boarder

teitbite
Thu Feb 27, 2014 10:35 pm
Reply with quote
Report this post
Hi

Please edit /html/com_virtuemart/category/default.php and replace line 83:

Code: Select all
                  <?php echo $category->images[0]->displayMediaThumb("",false); ?>


with:

Code: Select all
                  <a href="<?php echo $caturl ?>" title="<?php echo $category->category_name ?>"><?php echo $category->images[0]->displayMediaThumb("",false); ?></a>
User avatar
Moderator

GK User
Fri Feb 28, 2014 6:45 pm
Reply with quote
Report this post
perfect, thanks! :)
User avatar
Junior Boarder


cron