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!
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!
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,Originally Posted by red_fraggle
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
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....
Bookmarks