Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 4 of 4

Thread: How to put more than one product's picture?

  1. #1
    yoshi2002sl
    Guest


    Default How to put more than one product's picture?

    Please help!!! I wanna put more than one product's picture or images gallery to my each product (like newegg.com). If anyone knew how to do, please let me know.

    Thanx a lot!

  2. #2
    red_fraggle
    Guest


    Default

    Can you be more specific?

    Are you trying to have more than one photo of a particular product on each products page?

    so for instance, Product ID 1 - photo1, photo2, photo3
    Product ID 2 - photo1, photo2, photo3


    Let me know ill do what i can to help.
    Red_fraggle

  3. #3
    lorena
    Guest


    Default

    Quote Originally Posted by red_fraggle
    Can you be more specific?

    Are you trying to have more than one photo of a particular product on each products page?

    so for instance, Product ID 1 - photo1, photo2, photo3
    Product ID 2 - photo1, photo2, photo3


    Let me know ill do what i can to help.
    Red_fraggle
    Hello,
    This is exactly what I need to do.
    How can I do that please?

    My website is www.virginiariley.com.au

    We need to have 2 different pictures for each of our products.

    Regards
    Lorena

  4. #4
    red_fraggle
    Guest


    Default

    Well since Dynamicmopics is the worst graphics mod out there (imho) for oscommerce. The easiest way to get two products per page is to use html in the product description,

    for instance add this code to the product description itself.

    Code:
    <table align="center" width="100%">
    <tr>
    <td align="center">
    <img src="/images/picture_1_filename_here.jpg">
    </td>
    <td><img src="/images/picture_2_filename_here.jpg">
    </td>
    </tr>
    </table>

    This will add a table to your product description. just change the actual image names i typed in with your images you want to use. Make sure that each of your images, when having their widths totaled up, are no wider than the pixel width of your product description area. or esle the table will likely wrap and youll get them on two rows instead of one.

    Hope this helps....

Similar Threads

  1. Easy Populate >> Product's attributes duplicated
    By icecold in forum osCMax v1.7 General Mods Discussion
    Replies: 0
    Last Post: 04-21-2006, 04:21 AM
  2. item picture
    By jschafer52 in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 01-17-2006, 09:23 AM
  3. Add picture to categories box
    By Cymru in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 08-22-2004, 12:35 AM
  4. Picture distorted
    By tyz6970 in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 06-21-2004, 09:04 PM
  5. thumbnail enlarged picture
    By choyt3 in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 05-20-2004, 12:29 PM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •