Manufacturer logo on product detail view

  • Carlos
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 4 months ago #55461 by Carlos
Hello.

How can I display the manufacturer image on the product detail page?

I tried this code:
Code:
<img src="<?php echo $this->manufacturer->image; ?>" title="<?php echo $this->manufacturer->manufacturer_page_title != '' ? $this->manufacturer->manufacturer_page_title : $this->manufacturer->manufacturer_name; ?>" alt="<?php echo $this->manufacturer->manufacturer_page_title != '' ? $this->manufacturer->manufacturer_page_title : $this->manufacturer->manufacturer_name; ?>" />

But it didn't work.

Thanks.

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

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
9 years 4 months ago #55521 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Manufacturer logo on product detail view
Hello Carlos,

This does not work because $this->manufacturer does not include image, page_title. We also need to fix to file components/com_eshop/helpers/helper.php file, function getProductManufacturer to get manufacturer_image and manufacturer_page_title fields too. Please try that.

If you are confused about that, please submit a new ticket to EShop category to send me the site information so I can help you to do that.

Sincerely, Giang

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

  • Carlos
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 4 months ago #55638 by Carlos
Replied by Carlos on topic Manufacturer logo on product detail view
Thank you, Giang.

I think the person I work with will be submitting a ticket, since he's the one who bought the license, his name is Jeroen.

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

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
9 years 4 months ago #55723 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic Manufacturer logo on product detail view
Hi Carlos,
I have still not received any tickets regarding this from him. You can submit the ticket by yourself too.
Hope to receive it soon so I can help.
Sincerely, Giang

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

Moderators: Giang Dinh Truong