Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Addition Pictures to your Products


medina6

Recommended Posts

Posted

This proceedure can be use if you want to add one or more pictures to a single product listing. This will not require you to add program to your existing Oscommerce software. You will add this HTML code inside of your “Product Description” box when setting up your new product.

 

1)Decide on the additional picture you want in the new product listing.

2)Load the picture into "yourdomain/public_html/oscommerce/images” folder. I use the SmartFTP program but you can use any of the transfer programs to perform this task.

3)Add the following line at end of your “Product Description”

<IMG SRC="http://yourdomain/oscommerce/images/PhotoName.jpg" WIDTH="150" HEIGHT="120" BORDER="0" >

I use *.jpg photos yours may be a different extention

4) Adjust your height and width to fit you product description

5) Addition of another picture can be done by adding the same line again

 

Attached is my Web page that this was done, so you can see the example

http://medinatradingpost.com/oscommerce/pr...products_id=135

 

Enjoy

  • 2 weeks later...
Posted

A small addition!!

Photos can also be downloaded through Products Image little box in your add new or edit product page! This will change the image on your product on the page !! If youdont know where exactly the images are kept (under yoursite/images or yoursite/something/something/images) just right click on the photo go to properties image properties and copy the path that you will find there (all of it and the http)

 

then type

 

<IMG SRC="what you copied> and check at w3scholls on html how to add and alling images in HTML

 

http://www.w3schools.com/html/html_images.asp

 

You can add as many images as you want through Products Image little box without a ftp byu just rememeber to restore the original photo of the product!!!

 

PS there should be another way

 

type

 

IMG SRC="/images/PhotoName.photo extension" > but dont know if it works in theory it should

 

PSII I tried it and it does

Archived

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

×
×
  • Create New...