thecodingmonkey Posted April 28, 2006 Posted April 28, 2006 I was looking for a mod that does somethig I see on a lot of sites which basically where you have one large graphic on the homepages and right next to it 3 featured products... Sort of like this Graphic _________Product 1 ________________Product 2 ________________Product 3 Basically the big graphic would announce a special and the 3 products would be part of the special. Have you all seen anything in the mods that would do this, or is this something never before done?
Guest Posted April 29, 2006 Posted April 29, 2006 you could do that with html tables for example: <table> <tr> <td>the image goes here</td> <td><table> <tr> <td>link-1</td> <td>link-2</td> <td>link-3</td> </tr> </table></td> </td> </table> and you place an actual image using the tep_image function and the individual links with tep_href_link. See also the checkout pages of osc they do that for the shipping/paying addresses.
thecodingmonkey Posted April 29, 2006 Author Posted April 29, 2006 Well I understand I could do it that way, I was just wondering if thier would be modified featured mod that could set a main image and then off to the side display the three featured products? you could do that with html tables for example: <table> <tr> <td>the image goes here</td> <td><table> <tr> <td>link-1</td> <td>link-2</td> <td>link-3</td> </tr> </table></td> </td> </table> and you place an actual image using the tep_image function and the individual links with tep_href_link. See also the checkout pages of osc they do that for the shipping/paying addresses.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.