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

  UltraPics - MS2 Image Addon Pack!

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.
Even with the previous post included I had the problem that the previous and next buttons were not showing up. Therefore, when having the same problem, try this:

In product_info.php and in /includes/modules/additionnal_images.php:

Change

rel="lightbox"

to

rel="lightbox[product]"

In lightbox.css

Change:

#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

to

#prevLink:hover, #prevLink:visited:hover { background: url(./images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/nextlabel.gif) right 15% no-repeat; }

Its just a matter of a wrong image include. If even that does not work just create a direct link to the prevlabel.gif and nextlabel.gif (eg. #nextLink:hover, #nextLink:visited:hover { background: url(http://www.yourdomain.com/catalog/images/nextlabel.gif) right 15% no-repeat; }.

No file attached
Image 2 to 6 would not appear with the next and previous button with the image popup in product description.

Change

rel="lightbox"

to

rel="lightbox[product]"

in /includes/modules/additionnal_images.php

for image 2 to 6.

additionnal_images.php file with fix is attached
MAKE A BACK OF THESE FILES:
admin/categories.php
admin/includes/languages/(Your-Language)/categories.php
catalog/product_info.php
catalog/popup_image.php

Copy the one's from the contribution over the old ones

add the new file/s
catalog/includes/modules/additional_images.php

run the SQL script into your database with PHPMyAdmin or other DB Manager...

All Ajax Attribute Manager Files should already be installed previous to this installation.

Just upload the files in the attached zip overwriting the old.
sorry i didn't correcty zip the files. This is the correct version.
The changed files are product_info.php and includes->module->additional_images.php
With this chage you cat display the images on top of product page
I have just chenged two files in order images to be dispalyed on the top of product_info page, the rest of the package is the same.
I have noticed that when you have a live-shop with products in it, it is difficult to update all your products after installing UltraPics. The problem is that the pop-up image column is blank (at least with the lightbox addon). So when clicking on the 'Enlarge' button in a live-shop after installing UltraPics nothing will happen. I have added the following line to the sql file to solve this problem:

UPDATE `products` SET `products_image_med` = `products_image`;

Thanks to pubdomains.com for helping with this sql statement.

I have also included a simple STS instruction file to have this contrib working in STS.

Last but not least I have added a dutch language file

This package can also be used if you do not use STS.

== FULL PACKAGE based onUltra Pics 2.07.01 (19th of March 2008) ==
1st I would like to thank MaxiDVD and everyone for this great contrib.

This AddOn Makes use of the 'category' feature of lightbox2 and links all the images in the same lightbox (instead of having to multiple-click)

This is a quick modification to the

product_info.php
includes/modules/additional_images.php

##### SEARCH FOR
rel="lightbox"

##### REPLACE WITH
rel="lightbox[product]"

that way all the product pics will show up in the same lightbox when opening one!

attached file is exact same as this one.

Example @ http://www.mad-gsm.com/
Enjoy,
iCe_MoUtOn
   Posted on: 09/22/2008     See contribution details Request Installation with Paid service