display product categories

  • Posts: 4
  • Thank you received: 0
12 years 10 months ago #42759

I use hikashop as catalog. I have some products that belongs to multiple categories, how i can list all the categories that this product belong in the product page?

Please Log in or Create an account to join the conversation.

  • Posts: 83103
  • Thank you received: 13416
  • MODERATOR
12 years 10 months ago #42834

There is no option for that. You would have to edit the file "show" of the view "product" via the menu Display->Views and add some cod to display the categories.

It should be too complex. Something like that:

foreach($this->categories as $category){ echo $category->category_name.'<br/>'; }

Please Log in or Create an account to join the conversation.

Time to create page: 0.052 seconds
Powered by Kunena Forum