is there somebody know how get product neighbours(next and previous)product's image in product page?
i try copy and change the line in productdetail/default.php
echo JHtml::_('link', $next_link, $this->product->neighbours ['next'][0] ['product_name'], array('rel'=>'next','class' => 'next-page','data-dynamic-update' => '1'));
to
echo JHtml::_('link', $next_link, $this->product->neighbours ['next'][0] ['product_images'], array('rel'=>'next','class' => 'next-page','data-dynamic-update' => '1'));
bit it's not working,
and tried
echo $next_link->displayMediaThumb("", false);
still not work,
Joomla 3.3
Virtuemart 2.9.9e
any help is appreciated :)
Anyone?
http://forum.virtuemart.net/index.php?topic=104795
Hello jenkinhill,
Thanks for your mention,
but can you help me?i really need this solution,
i'm also virtuemart chinese translators on transifex,
I would normally move this to the development forum, as 2.9.9e is not a stable release, and internally we are now testing 2.9.9f. As these are "pre-release" testing versions I doubt if anyone has yet looked at overriding the templates, apart from minor cosmetic adjustments.