Display category id on product listing

  • Posts: 27
  • Thank you received: 0
  • Hikashop Business
10 years 7 months ago #152684

Hello,

I want to display category id of each product on product listing.
I'm using $this->row->categories on listing_img_title.php (view product) but it's empty.
Have you got an idea ?

Best Regards

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

  • Posts: 13201
  • Thank you received: 2322
10 years 7 months ago #152690

Hi,

More than an idea, we have a solution ;)

Thanks to use this kind of code to have all the category ids on the listing:

$productClass = hikashop_get('class.product');
$categories = $productClass->getCategories($this->row->product_id);
var_dump($categories);

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

Time to create page: 0.063 seconds
Powered by Kunena Forum