Community Add-Ons

Add file to this package
Top » Images

Image Catalog v1.32
for osCommerce Online Merchant v2.2

This add add on allow to insert 9 images in the product description.
small image
big image
image deleted.

To do : Delete the name of the image when this image is deleted.

This add on work after the 29/06/2003.

Legend:  Download   Report
Expand All / Collapse All
Fix for Image Catalog V1.33 dotWdot 30 Aug 2007  

//--------------------------------
//-----Fix for Image Catalog v1.33
//--------------------------------
//-----dotWdot--30-08-07----.W.---


I was having problems with this contribution producing this error:

Unknown column 'p.products_bsubimage1' in 'field list' (along with a load more txt.)


//--------------------------------
//--------------------------------

The basic problem was that the text included in the install (french) misses one line of SQL.
So the database cant find the field and crys about it.

//--------------------------------
//--------------------------------

To fix: Use phpmyadmin or such to perform the following sqL:

//--------------------------------

ALTER TABLE `products` ADD `products_bsubimage1` VARCHAR(64) AFTER `products_subimage1`;

//--------------------------------

I can confirm that with the header text contribution installed, along with the file from below and my above line of sql fix, that this mod works well!

to see an example go to : http://www.wheels-near-u.co.uk

Important hint Bas 4 Dec 2003  
Image Catalog v1.33 Loïc Richard 4 Jul 2003  
Image Catalog v1.32 Loïc Richard 2 Jul 2003