AndrewBevan Posted September 20, 2011 Posted September 20, 2011 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
Elseworlds Posted September 20, 2011 Posted September 20, 2011 Same question here... can anybody help us? :-)
♥toyicebear Posted September 21, 2011 Posted September 21, 2011 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. Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
AndrewBevan Posted September 21, 2011 Author Posted September 21, 2011 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..
hughesca Posted September 21, 2011 Posted September 21, 2011 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
AndrewBevan Posted September 21, 2011 Author Posted September 21, 2011 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...
AndrewBevan Posted September 21, 2011 Author Posted September 21, 2011 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.