Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  More_Pics_6 for 2.2 ms2

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
This is a full package. It contains all of the latest versions from the partial uploads below.

The support thread is: http://forums.oscommerce.com/index.php?showtopic=182676
Following encoding files, the package shall not be valid.

This package supersedes the previous one.

Thank you to the contributor

************************************

Suite à l'encodage des fichiers, le pack précédent n'est pas valide.

Ce package complet annule et remplace le précédent.

Merci à son contributeur
Package complet avec auto-installation en français.

Captures d'écran visibles à : http://www.oscommerce-screenshots.com/morepics6-avec-autoinstallation-francais-p-397.html

**********************************

Full package with auto-install in french

Screenshots visibles at : http://www.oscommerce-screenshots.com/morepics6-avec-autoinstallation-francais-p-397.html

This package contains:

More pics 6 v1.4.3 by lildog (26 Nov 2008)

+ Autoinstaller 2.7 script
With improved find/replace logic for modified sites


The Auto Installer script requires PHP5

Download the package and view the screenshots of what you will get after the installation.


Important check if the backup directory is writable was added


The Auto Installer script requires PHP5

Download the package and view the screenshots of what you will get after the installation.

This package contains:

More pics 6 v1.4.3 by lildog (26 Nov 2008)

+ Autoinstaller 2.4 script
With improved find/replace logic for modified sites


The Auto Installer script requires PHP5 !

Download the package and view the screenshots of what you will get after the installation.
The script automatically install the contribution: copy files, edit files, alter database tables.
It saves a backup before any action.

The aim of the script is to speed up the contribution installation.
And to make possible to uninstall it.

You will need to do manually only what the script cannot.

Download the package and view the screenshots of what you will get after the installation.

The script automatically install the contribution: copy files, edit files, alter database tables.
It saves a backup before any action.

The aim of the script is to speed up the contribution installation.
And to make possible to uninstall it.

You will need to do manually only what the script cannot.

Download the package and view the screenshots of what you will get after the installation.

For anyone having error loading the picture with mopics, with lightbox, with a single quote on the product name, for example: my product name is 10'(ft)

simply just add the addslashes() function where tittle="'$product_info['$products_name']


find:
title="'.$product_info['products_name'].')">'

replace:
title="'.addslashes($product_info['products_name']).')">'
modification for lightbox v2.4 with mopic v1.4.3, have not tested on v2.0, but may be base on the same concept!

Hopefully this will be helpful to you!
Navigation between images on the popup image display always wrapped.

Now the admin setting to wrap or not work and navigation keys only display if there is a "next" or "previous" image.

Single file only, for those of you with different versions that might need this fix the changes are in 2 marked areas.

Enjoy
*Note that there is no limit to the number of images that you can have for each product. This version is built on osCommerce 2.2RC2a code, and should be Register Globals safe.*

More minor bugs fixed. See the distribution for details.


Support: http://forums.oscommerce.com/index.php?showtopic=182676
*Note that there is no limit to the number of images that you can have for each product. This version is built on osCommerce 2.2RC2a code, and should be Register Globals safe.*

More bugs have been fixed, and several missed files have been included. I also rewrote and added to the instructions. See the distribution for details.


Support: http://forums.oscommerce.com/index.php?showtopic=182676
Another minor bugfix release. I've also added text to the instructions covering how to upgrade.

Support: http://forums.oscommerce.com/index.php?showtopic=182676
This is a minor bugfix and upgrade to the previous package. Two bugs noted in the forum thread have been fixed and the correct catalog/includes/languages/english.php is provided. Also, I've added a link from the Products listing under Admin > Categories/Products to the Images Admin for each product.

This is a full package.

Support:
http://forums.oscommerce.com/index.php?showtopic=35801
This is a minor bugfix and upgrade to the previous package. Two bugs noted in the forum thread have been fixed and the correct catalog/includes/languages/english.php is provided. Also, I've added a link from the Products listing under Admin > Categories/Products to the Images Admin for each product.

This is a full package.

Support:
http://forums.oscommerce.com/index.php?showtopic=35801
+ No limit on images per product. The only limit is now the capacity of your server.
+ A new database table stores all product image names and related data.
+ The More Pics display is now in a module, so it can be easily inserted anywhere
on the Product Info page.
+ New image substitution box using CSS. This shows one large image and thumbnails of
the other images. A mouseover/mouse click substitutes the thumbnailed image for
the large image.
+ Images can now be flagged to display on the category product list, the product info
page, or the popup page. This gives the capability of traditional 3 image contributions:
e.g. different size images (or different images) on the three pages. A single image
can still be used for all three (or any subset) if desired.
+ The additional images can now be shown in three different box styles: Stock osCommerce
(like the rest of your store), a simple outline, or no box.
+ Many more options and tweaks.

Please see the distribution package for screenshots and full instructions.
+ No limit on images per product. The only limit is now the capacity of your server.
+ A new database table stores all product image names and related data.
+ The More Pics display is now in a module, so it can be easily inserted anywhere
on the Product Info page.
+ New image substitution box using CSS. This shows one large image and thumbnails of
the other images. A mouseover/mouse click substitutes the thumbnailed image for
the large image.
+ Images can now be flagged to display on the category product list, the product info
page, or the popup page. This gives the capability of traditional 3 image contributions:
e.g. different size images (or different images) on the three pages. A single image
can still be used for all three (or any subset) if desired.
+ The additional images can now be shown in three different box styles: Stock osCommerce
(like the rest of your store), a simple outline, or no box.
+ Many more options and tweaks.

Please see the distribution package for screenshots and full instructions.
+ replace some old maybe incompatible code
+ fixed the delete/remove subimage 1 function
+ main image does not show in preview if removed
+ replaced some older code with osc code -no functionality change
+ missing a bracket in categories.php

the main image input field in admin was commented out, thus no product images could be added.


Full Package + update guides
+ I had included a call to a function from another contrib.


Full Package + Update Guides
+ forgot to to include language file edits for version 1.3h


Full Package + update guides
fixed fatal bug in install docs. see update guide for details.


full package + update guides
+ Updated Products Images Folder Tree compatibility doc again
   Posted on: 09/03/2008     See contribution details Request Installation with Paid service