Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Product page show the category image

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 01-19-2014, 01:57 PM
 
yamadan yamadan is offline
 

Member
  
Join Date: Mar 2011
Posts: 27
 

Default Product page show the category image

Hi,
Been searching this forum and found a how to show the category name on the product page, but I can't find what to change to get the category image showing.

This is the code from another post on here for showing the category title in a product:

{if $location}
{foreach from=$location item=l name=location}
{if $smarty.foreach.location.index == $smarty.foreach.location.total - 2}
<div class="backtocat">
<div class="label">
<a href="{$l.1|amp}"><div class="icon"></div>{$lng.lbl_back_to} {$l.0}</a>
</div>
</div>
{/if}
{/foreach}
{/if}

Can anyone offer advice on what needs changing to show the category image on product page?

I have also tried attempts using the code in subcategories_t.tpl and failed...


Version 4.6
__________________
Gold 4.4.4
Reply With Quote
  #2  
Old 01-19-2014, 02:44 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Product page show the category image

A quick way...
Code:
<img src="image.php?type=C&id={$product.categoryid}">
__________________
xcartmods.co.uk
Reply With Quote
  #3  
Old 01-19-2014, 03:59 PM
 
yamadan yamadan is offline
 

Member
  
Join Date: Mar 2011
Posts: 27
 

Default Re: Product page show the category image

Thanks for reply Phil, works well.

But if I wanted to use a different way so I can manually select which images show, in my home.tpl file I have the below,
how could I get to also show on products in that category?
...
{elseif $main eq "catalog" and $cat eq "273"}
<img...

Cheers
__________________
Gold 4.4.4
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:47 AM.

   

 
X-Cart forums © 2001-2020