Jump to content

Recommended Posts

Looking for a little code snippet that allows me to add "Located within X Category"

 

So if I have a product on the home page under features it lists next to the price (or anywhere) where that product is located or what category it is part of.

 

Id like to be able to display this for

 

Featured Products, Special Products, Products on Offer

 

It only needs to show within product list and not the actual product page, see attached example.

post-52110-0-36034100-1364290485_thumb.jpg

Link to comment
Share on other sites

I have given the below change for home page featured items only

 

IN this file

 

/themes/default/modules/homefeatured/homefeatured.tpl

 

Somewhere around line 58 you will find this code

 

<div style="height:23px;"></div>

{/if}

</div>

</li>

{/foreach}

 

Change

 

</div>
			</li>

to

 

</div>
this product located in {$product.category_default}
			</li>

Edited by chrisranjana.com (see edit history)
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...