how to add Thumbnail in search.tpl thanks you~
Posted: Fri May 25, 2018 2:47 pm
how to add Thumbnail in search.tpl thanks you~
i want search.tpl show product thumbnail
i want search.tpl show product thumbnail
OpenCart Community Forum - Discuss shopping cart and e-commerce solutions.
https://forum.opencart.com/
can you help me?IP_CAM wrote: ↑Sat May 26, 2018 1:01 amWell, look here, to possibly find something matching for your unknown to us version:
https://www.opencart.com/index.php?rout ... d%20Search
well, there is no way to assist, as long as you share no figures and facts.can you help me?
Code: Select all
<div class="image"><a href="<?php echo $product['href']; ?>"><img src="<?php echo $product['thumb']; ?>" alt="<?php echo $product['name']; ?>" title="<?php echo $product['name']; ?>" class="img-responsive" /></a></div>