Product details page

  • Posts: 17
  • Thank you received: 0
11 years 11 months ago #77895

Can you plz tell me the code to display image name and category name in product details page.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 11 months ago #77903

Hi,

Try that code:

$catClass = hikashop_get('class.category');
$category = $catClass->getChilds($this->element->category_id);
echo $category[0]->category_name;
echo $this->element->images[0]->file_name;

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

  • Posts: 17
  • Thank you received: 0
11 years 11 months ago #77918

Thanks a lotz it's working fine.. :cheer:

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

Time to create page: 0.057 seconds
Powered by Kunena Forum