Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Large Images in OSc 2.3.1


AndrewBevan

Recommended Posts

Posted

Hi All,

 

I am new to this forum and OSc community.

 

I have just recently setup a new site www.bundlesofjoy.co.za

Just need so help with Large Images for my Products.

 

 

I have tried using the built-in Large Image functionality.

http://bundlesofjoy.co.za/product_info.php?products_id=75

Just don't like the alignment of the product image on the Main Page.

I also want to have more than one image.

 

Want to know what is the best implementation for this?

 

Any assistance will be appreciated.

 

thanks

Andrew

Posted

you can add as many images per product as you like. Just click on the add large image link in admin as many time as the number of extra images you want to add.

Posted

you can add as many images per product as you like. Just click on the add large image link in admin as many time as the number of extra images you want to add.

 

Thanks, I have been doing that.

Just not sure the outcome is correct?

If I upload one image the small image is almost in the center of the window... Is that correct?

 

http://bundlesofjoy....?products_id=75

 

Thanks in advance for the help..

Posted

Looks like the pic size is smaller than the standard container. That or it's the thumbnail container placing it that way. Look in catalog>product_info.php and find this:

 

<script type="text/javascript" style="center">
$('#piGal ul').bxGallery({
 maxwidth: 490,
 maxheight: 490,
 thumbwidth: <?php echo (($pi_counter > 1) ? '50' : '50'); ?>,
 thumbcontainer: 490,
 load_image: 'ext/jquery/bxGallery/spinner.gif'
});
</script>

 

maxheight and maxwidth are the dimensions of the large image. thumbcontainer is the width of the container holding the thumbs. 50 . 50 is the size of the thumbnails.

 

Try reducing the thumbcontainer width and see if it does anything for you.

 

Peace,

Chris

Posted

Thanks, will try that later.

 

Hope it works....

 

This is my Image config BTW.

 

Small Image Width 100

Small Image Height 80

Heading Image Width 80

Heading Image Height 40

Subcategory Image Width 100

Subcategory Image Height 57

Calculate Image Size true

Image Required true

 

I also use On the Fly Thumbnailer...

Posted

K, well at least now I can control the size which help...

 

What I think the problem is when I have a Product on Special it shows two values, shifting the image to the center of the page... :(

 

Any idea how to fix this?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...