I would like to customize my define_main_page so that I can have 3 DIVs side to side. Each one would contain an individual product ie product title, image, price, description, attributes, and an add to cart button. The reason for this is that the store only has 3 products and it would be great to bypass most of the category structures etc. I have already turned off all the sideboxes so the store is already lean.

My thoughts on how to accomplish this was to use the php from the product_info.php template page and drop it into each of the 3 DIV's and hard code the $GET [product ID] on each one. My php is a bit rusty since my last zen cart site I built was 3 years ago and so I'm not completely sure if this will work or what the proper syntax is. Anybody have any ideas or advice on how to make this work?