Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

customize the product display page


workflow

Recommended Posts

Posted

Hi,

I'm using oscommerce 2.2 MS2 with the default template.

 

Since I'm using the store to sell paintings, I'd like to tailor the site to the products

a bit.

 

Specifically, when I'm displaying a specific product

(e.g. catalog/product_info.php?cPath=21&products_id=32), I'd like the

small image to display BELOW the production description (by default it's

displayed to the right of description), and, I'd like to increase the default

display size of the small image.

 

What should I modify to achieve that?

 

Thanks much,

Ray

Posted

To modify the look of the product info page, you want to find modify the file

 

product_info.php

 

which will be in the main catalog directory. It's fiddly because you're working with both HTML and PHP.

 

Another option is to install the Simple Template System contribution, the most recent version of which allows you to create a custom product info page by modifying a single html file, much like how you would create a normal webpage.

 

To modify the size of the thumbnail, look in your admin under Configuration -> Images, where you can modify Small Image Width and Small Image Height.

 

(There are various contributions to also keep the image in proportion, so they don't look stretched).

Archived

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

×
×
  • Create New...