Page 1 of 1

Manufacturer name on "Featured products" module and on category view

Posted: Thu Jan 18, 2018 6:21 pm
by ahetaton
Hi,
First of all I apologize for my English.

I would like to display the manufacturer's name on the "featured products" module and category view.

Not in the manufacturer's view.

Is there any solution for this? ???

Re: Manufacturer name on "Featured products" module and on category view

Posted: Fri Jan 19, 2018 3:04 am
by IP_CAM
Well, strictly technically, it should not be a big problem, to add Manufacturers to Listings
like Featured, but for latest OC-Versions, not much comes for free, and not much yet exists.
But I found this free Extension:
---
Display Model (Product Code)
https://www.opencart.com/index.php?rout ... n_id=29980
---
and I just added some Manufacturer-related Code Lines below the MODELCode Lines.
Try it out, you cannot break anything, but since I don't use an OC v.3, I cannot test it, ::)
Good Luck! ;)
Ernie

PS. File removed again, since I cannot test it !

Re: Manufacturer name on "Featured products" module and on category view

Posted: Fri Jan 19, 2018 5:51 am
by ahetaton
Dear Ernie,

Thanks for your help, but something wrong..
I just installed the module then, This error message was written:

Re: Manufacturer name on "Featured products" module and on category view

Posted: Fri Jan 19, 2018 7:33 am
by IP_CAM
ok, the error seems NOT to come from the .XML File,
but better, unzip the zip file, and rename the:
install.xml
to:
display_manufacturer.ocmod.xml
then, install this file only, by use of the OcMod Installer, AFTER having cleaned out
the OcModification Section.
---
And then CHECK the OcMod Protocol, if it still produces smne errors.
Ernie
---
Image
Image
---
And also make sure to clean out/disable the other Cache too, to make sure, it
will always load new cached content, after making changes in OC-3 ;)
Image

Re: Manufacturer name on "Featured products" module and on category view

Posted: Fri Jan 19, 2018 7:33 am
by straightlight
Try this free solution for the manufacturers with categories: viewtopic.php?f=202&t=198908&p=699952&h ... me#p699952 . You can easily adapt it with the featured product module as well. :)

Re: Manufacturer name on "Featured products" module and on category view

Posted: Fri Jan 19, 2018 8:06 am
by ahetaton
Thanks guys! :)

With straightlight's idea he managed to solve it. :)

Re: Manufacturer name on "Featured products" module and on category view

Posted: Fri Jan 19, 2018 8:09 am
by IP_CAM
Good for you!
I removed the ZIP File again now, since I cannot make sure, that it works.
Good Luck ;)
Ernie

Re: Manufacturer name on "Featured products" module and on category view

Posted: Fri Jan 19, 2018 10:13 pm
by ahetaton
Guys,

I've solved to display in the category view and the search results are also the manufacturer's name, but I can not display in the main page "featured products" module.

It works on category page:

category.php
add:
'manufacturer' => html_entity_decode($result['manufacturer'], ENT_QUOTES, 'UTF-8'),
category.twig
add:
{{ product.manufacturer }}


??? ??? ??? ??? ???

Re: Manufacturer name on "Featured products" module and on category view

Posted: Sat Jan 20, 2018 6:02 am
by straightlight
Issue resolved on this topic: viewtopic.php?f=202&t=198908

Re: Manufacturer name on "Featured products" module and on category view

Posted: Sat Jan 20, 2018 8:06 am
by ahetaton
very very thanks! :) :)

Re: Manufacturer name on "Featured products" module and on category view

Posted: Thu Jun 05, 2025 12:08 am
by ianhaney50
I'm looking to do the same on the category page but instead of the manufacturer name, I would like the manufacturer image

What code do I need to add/change to display the manufacturer image instead of the manufacturer name please?