Community Add-Ons

Maintainers: SeNegaL
Add file to this package
Top » InfoBoxes

Manufacturers logos box
for osCommerce Online Merchant v2.2

This module produces all manufacturers logos (images) in box of your shop.

Legend:  Download   Report
Expand All / Collapse All
display only manufactors with image death2dadas 17 Nov 2008  

if you change the sql query in manbox.php

like this

$manufacturers_query = tep_db_query("select manufacturers_name, manufacturers_id, manufacturers_image from " . TABLE_MANUFACTURERS . " where manufacturers_image not like '' order by manufacturers_name" );

then you see in the box only the manufactors which have an logo uploaded..

you have only add to the normal query the where manufacturers_image not like ''
code

see you

Add logos in manufacturer box clounacado 8 Feb 2008  
Manufacturers logos box SeNegaL 24 Oct 2006