-
AuthorPosts
-
Adrien GEORGE Friend
Adrien GEORGE
- Join date:
- September 2014
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 25
- Thanked:
- 2 times in 1 posts
December 7, 2013 at 9:25 pm #192816Hi there,
I would like to know if it were possible when clicking on the category image or product image on the listing to go to the category product listing or product description.(and not to an image tab)Thanks !
Adrien
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
December 9, 2013 at 4:12 pm #514810Hi Adrien,
You just simply need to create a VirtueMart Categories Layout menu item type (i.e named Brassard De Capitaine) to show the list of VM categories with its images. The page will redirect to corresponding category page when clicking on that category images.
-
1 user says Thank You to phong nam for this useful post
Adrien GEORGE FriendAdrien GEORGE
- Join date:
- September 2014
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 25
- Thanked:
- 2 times in 1 posts
December 10, 2013 at 2:48 pm #514960Thanks so much, it is working for categories.
But for product listing, I think I was unclear. Go to this address : http://www.ekipazofootball.com/en/brassard-de-capitaine
When you click on the images of product, it shows the image in lightbox. I would like to click on the image and go the product details. You know how to do that ?
Thanks 1000 times !<em>@Leo Burnetts 401193 wrote:</em><blockquote>Hi Adrien,
You just simply need to create a VirtueMart Categories Layout menu item type (i.e named Brassard De Capitaine) to show the list of VM categories with its images. The page will redirect to corresponding category page when clicking on that category images.</blockquote>
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
December 11, 2013 at 2:49 am #515047Hi,
You can try to backup and open templatesja_vintashtmlcom_virtuemartcategorydefault.php file, change 232th line:
<?php /** @todo make image popup */
echo $product->images[0]->displayMediaThumb('class="browseProductImage" border="0" title="'.$product->product_name.'" ',true,'class="modal"');
?>to
<a title="<?php echo $product->link ?>" rel="vm-additional-images" href="<?php echo $product->link; ?>">
<?php /** @todo make image popup */
echo $product->images[0]->displayMediaThumb('class="browseProductImage"', false);
?>
</a>Clear JAT3 cache after saving change. The page will redirect to product detail page when clicking the product images on category view.
1 user says Thank You to phong nam for this useful post
Adrien GEORGE FriendAdrien GEORGE
- Join date:
- September 2014
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 25
- Thanked:
- 2 times in 1 posts
December 11, 2013 at 3:24 pm #515115Thanks Leo, you rock !:D:D:D
1 user says Thank You to Adrien GEORGE for this useful post
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by Adrien GEORGE 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum