Let me preface this by saying I've never worked with ShopSite before.
A client is wanting a custom template done that I'm at a total loss on how to accomplish. What they want is X number of items down the left side of the page. And when you mouseover an item have it load on the right side of the page.
Now, I can do this with straight html/css/javascript by just loading each item's info in it's own div and have the div's hidden by default. Then when the product images are moused over, set that product's div to visible. But I don't have a clue as to how I'd pull this off in ShopSite.
Would anyone mind pointing me in the right direction here?