Community Forums

[vQmod] Manufacturer Images

Put any free vQmod scripts here.
vQmod details

[vQmod] Manufacturer Images

Postby fido-x » Sat Nov 26, 2011 11:01 am

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
(3.65 KiB) Downloaded 656 times
Image
If you're not living on the edge ... you're taking up too much space!
Multi-Vendor Plugin for OpenCart 1.5.1.x
Have I helped you?
User avatar
fido-x
 
Posts: 1960
Joined: Fri Jun 27, 2008 5:09 pm
Location: Tasmania, Australia

Re: [vQmod] Manufacturer Images

Postby JAY6390 » Sat Nov 26, 2011 11:35 am

He's back! Nice work fido!
ImageImageImage

Better Product SEO URL's - Perfectly structured product links
Better Category SEO URL's - Give subcategories the same SEO keyword
SEO URL's Route Editor - Fix all of your index.php links


Image
User avatar
JAY6390
 
Posts: 4636
Joined: Wed May 26, 2010 3:47 pm
Location: United Kingdom

Re: [vQmod] Manufacturer Images

Postby makingtrails » Tue Nov 29, 2011 10:36 am

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
User avatar
makingtrails
 
Posts: 25
Joined: Fri Nov 25, 2011 11:11 am

Re: [vQmod] Manufacturer Images

Postby roozaimee » Thu Dec 01, 2011 5:40 am

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
roozaimee
 
Posts: 18
Joined: Sat Nov 26, 2011 4:12 am

Re: [vQmod] Manufacturer Images

Postby fido-x » Thu Dec 01, 2011 8:11 am

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.
Image
If you're not living on the edge ... you're taking up too much space!
Multi-Vendor Plugin for OpenCart 1.5.1.x
Have I helped you?
User avatar
fido-x
 
Posts: 1960
Joined: Fri Jun 27, 2008 5:09 pm
Location: Tasmania, Australia

Re: [vQmod] Manufacturer Images

Postby makingtrails » Fri Dec 02, 2011 10:52 am

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?
User avatar
makingtrails
 
Posts: 25
Joined: Fri Nov 25, 2011 11:11 am

Re: [vQmod] Manufacturer Images

Postby 2fmedia » Thu Dec 15, 2011 1:37 pm

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?
2fmedia
 
Posts: 3
Joined: Thu Nov 17, 2011 11:24 am

Re: [vQmod] Manufacturer Images

Postby mantisviii » Tue Dec 20, 2011 10:28 am

Would love a vqmod for in info page instead of the list?

having a hard time to get the image in the brand page.
mantisviii
 
Posts: 4
Joined: Tue Dec 13, 2011 1:13 am

Re: [vQmod] Manufacturer Images

Postby bobwhite » Wed Apr 04, 2012 8:09 pm

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
User avatar
bobwhite
 
Posts: 39
Joined: Thu Jan 26, 2012 12:20 am

Re: [vQmod] Manufacturer Images

Postby melomanda » Thu Apr 05, 2012 5:54 pm

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!
Attachments
manufacturerlogo02.jpg
Manufacturer logo in the product detail
manufacturerlogo02.jpg (37.91 KiB) Viewed 2567 times
manufacturerlogo01.jpg
Manufacturer logo in the product list
manufacturerlogo01.jpg (18.73 KiB) Viewed 2567 times
melomanda
 
Posts: 1
Joined: Thu Apr 05, 2012 5:46 pm

Re: [vQmod] Manufacturer Images

Postby ogia » Wed Apr 11, 2012 5:03 am

EDITED: Works great in 1.5.2.1
Using OC 1.5.2.1
ogia
 
Posts: 19
Joined: Sun Apr 08, 2012 5:00 am

Re: [vQmod] Manufacturer Images

Postby Jimako » Sun Apr 22, 2012 4:39 pm

Thank you very much. Exactly what I need.
Jimako
 
Posts: 5
Joined: Tue Mar 27, 2012 12:38 pm

Re: [vQmod] Manufacturer Images

Postby max2011 » Wed Apr 25, 2012 4:22 pm

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=product/manufacturer

thanks
max2011
 
Posts: 13
Joined: Fri Aug 19, 2011 4:00 pm

Re: [vQmod] Manufacturer Images

Postby hebiki » Fri Nov 02, 2012 4:17 am

doesnt work for 1.5.3
hebiki
 
Posts: 24
Joined: Sun Oct 10, 2010 8:00 am


Return to vQmods

Who is online

Users browsing this forum: No registered users and 4 guests

Hosted by Arvixe Web Hosting