cocothecat Posted March 26, 2013 Share Posted March 26, 2013 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. Link to comment Share on other sites More sharing options...
chrisranjana.com Posted March 26, 2013 Share Posted March 26, 2013 (edited) 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 March 26, 2013 by chrisranjana.com (see edit history) 1 Link to comment Share on other sites More sharing options...
cocothecat Posted March 26, 2013 Author Share Posted March 26, 2013 Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts