PrabuSS Posted April 5, 2014 Share Posted April 5, 2014 (edited) I would like to get a parent category id of my products in product listing or category pages. http://wholesale-genie.com/index.php?id_category=229&controller=category I have tried follwing code in productlist.tpl file but no luck. I have used version 1.5.x <span><b>Parent category id :{$product->id_category_default}</b></span> So please any one help me would be better? Edited April 5, 2014 by Prabukaran (see edit history) Link to comment Share on other sites More sharing options...
javamobiletech Posted April 5, 2014 Share Posted April 5, 2014 {$product.id_category_default} Link to comment Share on other sites More sharing options...
vekia Posted April 5, 2014 Share Posted April 5, 2014 not that variable {$product.id_category_default} will throw default category, not parent category Link to comment Share on other sites More sharing options...
PrabuSS Posted April 7, 2014 Author Share Posted April 7, 2014 (edited) Hi vekia Thanking you.Yes {$product.id_category_default} has been throwing default category id . Can you Please make it clear how can i get the var parent category id in the productlist.tpl? Edited April 7, 2014 by Prabukaran (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 7, 2014 Share Posted April 7, 2014 it will be a bit hard for example, what if your product will be associated with several categories (the same level) ? what then? which one to choose? Link to comment Share on other sites More sharing options...
PrabuSS Posted April 8, 2014 Author Share Posted April 8, 2014 well. now i have used this variable {$product.category} for get a subcategory name of the products in productlist.tpl.But its working good. 1 Link to comment Share on other sites More sharing options...
HaCos Posted August 28, 2014 Share Posted August 28, 2014 {$product.id_category_default} returns the category id, how can i get an href link to that category for the current language i am on? Thanks, C Link to comment Share on other sites More sharing options...
Recommended Posts