Jstore Cat Blog Layout so that Intro Image goes to Product - Joomla! Forum - community, help and support
i'm using joomlashine template j2store create small e-commerce site. demo: http://demo.joomlashine.com/joomla-temp ... temid=1635
however, 1 thing client dislikes clicking on image opens in lightbox rather going product details page. way specific product page click title. change clicking on image - set intro image in normal category blog layout (this how j2store works) takes product page title does.
i think determined override in template/html/com_content/category/blog-item.php file don't have php skills change it!
can me if supply full php page? i'm not getting joomlashine forum.
many thanks
however, 1 thing client dislikes clicking on image opens in lightbox rather going product details page. way specific product page click title. change clicking on image - set intro image in normal category blog layout (this how j2store works) takes product page title does.
i think determined override in template/html/com_content/category/blog-item.php file don't have php skills change it!
can me if supply full php page? i'm not getting joomlashine forum.
many thanks
replace line 50 <a> tag with line 117
code: select all
<a href="<?php echo htmlspecialchars($images->image_intro); ?>" rel="{handler: 'iframe', size: {x: 520, y: 520}}" style="z-index: 90;" class="modal link-tooltip">
code: select all
<a href="<?php echo jroute::_(contenthelperroute::getarticleroute($this->item->slug, $this->item->catid)); ?>">
Comments
Post a Comment