Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

veiw images in full size


Guest

Recommended Posts

Posted

is there anyway to set it so the the images are already full size when you opem th item page ?

Posted

line 95 or near:

 

tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"')

to:

tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], '', '', 'hspace="5" vspace="5"')

ivan

ivan

  • 2 months later...
Posted

tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], '', '', 'hspace="5" vspace="5"')

 

when i insert this in the directory product_info.php all i get is a broken link any idea why ? am i not putting it in the right place ?

 

i am inserting it on line 98

Archived

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

×
×
  • Create New...