retrieve images from the database

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
I created my own page grabbing the top 2 products per manufacturer and I would like to display the product image with the name and short description I pulled from the Products table.  How can I grab the correct image and detail button URL?
14 years ago
I am not sure if you want a thumnail or a fullsize picture, but I just copy the existing code. If you want to display a thumbnail, I just look at the code in /Modules/HomePageProducts.ascx. If you want to display a fullsize picture, I use the code in /Modules/ProductInfo.ascx. You can just leverage the code to meet your needs.

Tod
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.