Page 1 of 1
[vQmod] Manufacturer Images
Posted: Sat Nov 26, 2011 7:01 pm
by fido-x
This vQmod will display the manufacturer's image or logo on the manufacturer list page on the front-end and in the back-end.
Re: [vQmod] Manufacturer Images
Posted: Sat Nov 26, 2011 7:35 pm
by JAY6390
He's back! Nice work fido!
Re: [vQmod] Manufacturer Images
Posted: Tue Nov 29, 2011 6:36 pm
by makingtrails
Nice One, Just what I needed.
Is it possible to mod it for the product page? instead of Brand - Any Brand it shows the logo.
Cheers
J
Re: [vQmod] Manufacturer Images
Posted: Thu Dec 01, 2011 1:40 pm
by roozaimee
Hi
looks like not works with mine.... here's the error log
---------- Date: 2011-12-01 05:12:14 ~ IP : 219.93.81.94 ----------
REQUEST URI : /mall/admin/index.php?route=module/vqmod_manager&token=7beaaee40db58aa3322803aaae1032e0
MOD DETAILS:
modFile : /home/a6137586/public_html/mall/vqmod/xml/manufacturer_images.xml
id : Manufacturer Images for OpenCart 1.5.x
version : 1.0.0
vqmver : 2.1.5
author : fido-x
Could not resolve path for [catalog/view/MarketInSG_Orange/default/template/product/manufacturer_list.tpl]
is there any alteration should be done?
please advise
best regards
Re: [vQmod] Manufacturer Images
Posted: Thu Dec 01, 2011 4:11 pm
by fido-x
roozaimee wrote:Hi
looks like not works with mine.... here's the error log
Could not resolve path for [catalog/view/MarketInSG_Orange/default/template/product/manufacturer_list.tpl]
is there any alteration should be done?
You have your template in the WRONG folder.
All your templates should be in the "catalog/view/theme" folder. It looks like you've renamed it, and that is the cause of your problem.
Re: [vQmod] Manufacturer Images
Posted: Fri Dec 02, 2011 6:52 pm
by makingtrails
In theory does this mod create a new function
Code: Select all
<?php echo $category['manufacturer'][$i]['image']; ?>
so I can display the manufacturers image anywhere??
What I'm trying to do is place a manufacturers logo on the product page without editing the source code (see
http://forum.opencart.com/viewtopic.php?f=21&t=36932)
Also I want to crop the image from 400x400 to 150x50? possible?
Re: [vQmod] Manufacturer Images
Posted: Thu Dec 15, 2011 9:37 pm
by 2fmedia
Great VQMod!!
I've been trying to add the Manufacturers logo to the manufacturer info page as well using the code below, but it throws up the following error.
'Undefined Variable: category'
Code: Select all
<file name="catalog/view/theme/fredandeve/template/product/manufacturer_info.tpl">
<operation>
<search position="replace" trim="true"><![CDATA[
<h1><?php echo $heading_title; ?></h1>
]]></search>
<add><![CDATA[
<img src="<?php echo $category['manufacturer'][$i]['image']; ?>" alt="<?php echo $category['manufacturer'][$i]['name']; ?>" /><br /><h1><?php echo $heading_title; ?></h1>
]]></add>
</operation>
</file>
Any ideas on how to fix this?
Re: [vQmod] Manufacturer Images
Posted: Tue Dec 20, 2011 6:28 pm
by mantisviii
Would love a vqmod for in info page instead of the list?
having a hard time to get the image in the brand page.
Re: [vQmod] Manufacturer Images
Posted: Thu Apr 05, 2012 4:09 am
by bobwhite
fido-x wrote:This vQmod will display the manufacturer's image or logo on the manufacturer list page on the front-end and in the back-end.
manufacturer_images.xml
Hi fido-x,
I just installed your vqmod and it is working great. Thank you!
Bob
Re: [vQmod] Manufacturer Images
Posted: Fri Apr 06, 2012 1:54 am
by melomanda
Hi I installed the vQMod and works great!. But I need to put the manufacturer logo in the product list and in the product detail list too (I attach two examples). There is a way to do that? I'm not an expert in programming issues

.
Thanks!
Re: [vQmod] Manufacturer Images
Posted: Wed Apr 11, 2012 1:03 pm
by ogia
EDITED: Works great in 1.5.2.1
Re: [vQmod] Manufacturer Images
Posted: Mon Apr 23, 2012 12:39 am
by Jimako
Thank you very much. Exactly what I need.
Re: [vQmod] Manufacturer Images
Posted: Thu Apr 26, 2012 12:22 am
by max2011
nice mod
But how can i change the size of the images on the list page, they very small, can't hardly see them.
http://new.alnaizak.net/index.php?route ... nufacturer
thanks
Re: [vQmod] Manufacturer Images
Posted: Fri Nov 02, 2012 12:17 pm
by hebiki
doesnt work for 1.5.3
Re: [vQmod] Manufacturer Images
Posted: Tue Oct 15, 2013 3:46 am
by Brite Light LEDs
have installed to v1.5.2.1 but it only makes the brands on product page clickable , but do not change text to a image?