Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

osc2.3.1 - Picture size - Product view after imigrating from 2.2


rdj_europe

Recommended Posts

Posted

hello osc friends

 

i just installed osc 2.3.1 i immigrate all my product db and the pictures from 2.2.

 

my problem is that i cant find a way to modify the standart picture size for the product view

 

the followin code is coming out width 665 / height 1000 wehre i can modify this????

 

<img src="images/1-0219_Alfa_silla-mesa-sofa.JPG" alt="Barstool Alfa black material" title=" Barstool Alfa black material " width="665" height="1000" hspace="5" vspace="5">

 

see attached picture...

 

 

thanks for your help....

 

roman

post-157602-0-23805100-1351603829_thumb.jpg

Posted

Except in 2.3+ which have some "hard-coded" sizes in product_info.php so you will have to edit it in that file. ( or install something like kissmt thumbnails)

Posted

Look for

 

<script type="text/javascript">

$('#piGal ul').bxGallery({

maxwidth: 300,

maxheight: 200,

thumbwidth: <?php echo (($pi_counter > 1) ? '75' : '0'); ?>,

thumbcontainer: 300,

load_image: 'ext/jquery/bxGallery/spinner.gif'

});

</script>

 

in your catalog/product_info.php file.

REMEMBER BACKUP, BACKUP AND BACKUP

Archived

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

×
×
  • Create New...