Page 1 of 1

how to add Thumbnail in search.tpl thanks you~

Posted: Fri May 25, 2018 2:47 pm
by jkdesignhk
how to add Thumbnail in search.tpl thanks you~

i want search.tpl show product thumbnail

Re: how to add Thumbnail in search.tpl thanks you~

Posted: Sat May 26, 2018 1:01 am
by IP_CAM
Well, look here, to possibly find something matching for your unknown to us version:
https://www.opencart.com/index.php?rout ... d%20Search

Re: how to add Thumbnail in search.tpl thanks you~

Posted: Sun Jun 03, 2018 1:18 pm
by jkdesignhk
IP_CAM wrote:
Sat May 26, 2018 1:01 am
Well, look here, to possibly find something matching for your unknown to us version:
https://www.opencart.com/index.php?rout ... d%20Search
can you help me?

Re: how to add Thumbnail in search.tpl thanks you~

Posted: Sun Jun 03, 2018 8:54 pm
by IP_CAM
can you help me?
well, there is no way to assist, as long as you share no figures and facts. :'(
Better read the 'HOW TO' Sections first, to find out, what's needed, to get help.
Ernie

Re: how to add Thumbnail in search.tpl thanks you~

Posted: Tue Jun 05, 2018 10:50 am
by scottyboyyy
Hi jkdesignhk,

It should already be showing thumbnails:

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>
Do you have this code in your search.tpl?

Re: how to add Thumbnail in search.tpl thanks you~

Posted: Thu Jun 07, 2018 5:26 am
by xxvirusxx
jkdesignhk wrote:
Sun Jun 03, 2018 1:18 pm

can you help me?
You want something like this?
https://www.opencart.com/index.php?rout ... n_id=26240