UltraPics for 2.2ms2 Flash Version v1.03
UltraPics for 2.2ms2 Flash Version v1.03 Installation
Now Supports JPG, GIF and PNG images. Not only JPG.
For using this conribution you have to install UltraPics for 2.2ms2 contribution first (http://www.oscommerce.com/community/contributions,1642)
!!! BACKUP additional_images.php (in includes/modules) and product_info.php (in your main folder)
1 - Just upload following files :
additional_images.php (catalog/includes/modules)
urundetay.php (catalog/images)
urundetay.swf (catalog/images)
round_bottom.gif (catalog/images)
round_bottom_left.gif (catalog/images)
round_bottom_right.gif (catalog/images)
round_left.gif (catalog/images)
round_right.gif (catalog/images)
round_top.gif (catalog/images)
round_top_left.gif (catalog/images)
round_top_right.gif (catalog/images)
blank.gif (catalog/images)
detailview2.gif (catalog/images)
2 - Open product_info.php
Find this lines and remove
if ($product_info[’products_image_med’]!='’) {
$new_image = $product_info[’products_image_med’];
$image_width = MEDIUM_IMAGE_WIDTH;
$image_height = MEDIUM_IMAGE_HEIGHT;
} else {
$new_image = $product_info[’products_image’];
$image_width = SMALL_IMAGE_WIDTH;
$image_height = SMALL_IMAGE_HEIGHT;}?>
3- Add this two lines to bottom of stylesheet.css
td.borderActive { border-width: 1px;border-color: #FFFFFF;border-style: solid;}
td.borderActive:hover {border-color: #d3d3d3;}
4 -Finished. Have fun !
Note: use squre image proportion for best result.
Please email for your question: osi@osicommerce.com
Forum topic for UF: http://forums.oscommerce.com/index.php?showtopic=273732
Demo : http://osicommerce.com/demo1/product_info.php?cPath=2&products_id=6
Kadir








