- Posts: 4
- Thank you received: 0
Manufacturer logo on product detail view
- Carlos
- Topic Author
- Offline
- New Member
-
Less
More
10 years 2 months ago #55461
by Carlos
Manufacturer logo on product detail view was created by Carlos
Hello.
How can I display the manufacturer image on the product detail page?
I tried this code:
But it didn't work.
Thanks.
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
-
10 years 2 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
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
-
Less
More
- Posts: 4
- Thank you received: 0
10 years 2 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.
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
-
10 years 2 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
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
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.