How can i display manufacturer logo?

  • Posts: 125
  • Thank you received: 1
9 years 7 months ago #199702

-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.4.1
-- PHP version -- : 5.0

Hello!

How can i display the bran logo on the products? I attached a screenshot of where i want to see the brand logos

Regards

Attachments:

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

  • Posts: 846
  • Thank you received: 92
9 years 7 months ago #199720

Hi
perhaps by using hikashop badge
photoshop with action or script ( jsx) and batch mode should support this : add a raster image on all your images in the good place and size .

regard's

Last edit: 9 years 7 months ago by lionel75.

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

  • Posts: 125
  • Thank you received: 1
9 years 7 months ago #199725

Hi!
Thanks for the reply, but i heard there is an easier way. But i am not sure how to do it. Apparently i just need to add a script to the display options and it automatically ads the brand.

Regards :)

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

  • Posts: 846
  • Thank you received: 92
9 years 7 months ago #199737

hi
hope you ll post the step by step tutorial or link to this
I many time i go to low level even there is a more easy high level way to do ...( thanks HKS )

hikashop.com/forum/product-category-disp...he-product-view.html

regard's

Last edit: 9 years 7 months ago by lionel75.
The following user(s) said Thank You: Konstantin1996

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
9 years 7 months ago #199742

Hi,

There is no easy solution for that. You would have to edit the file "listing_img_title" of the view "product" via the menu Display>Views and add custom code to: load the brand of the current product, load its image, and display it.
If you're not a developer, it would require help from one.
A simpler alternative would be to create a custom field of the table "product" where you could enter the URL of the logo and then in your listing_img_title view file, you could just add such code:
<img src="<?php echo $this->row->column_name; ?>" />
where column_name would be replaced by the column name of your custom field.
But that's more work to manage.

The following user(s) said Thank You: lionel75, Konstantin1996

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

Time to create page: 0.075 seconds
Powered by Kunena Forum