Hello Everyone,
I have been using a self-modified version of Zazzle Store Builder to display my Zazzle products on my own website. I started out making small modifications and cleaning up uninitialized variables. Then, not liking how all of the configuration variables could be passed in the querystring, I changed how configuration works as well.
Eventually, I expanded it to work both as a stand-alone application and as a Wordpress plugin. (I was running it on Wordpress v2.8x until recently, and now on Wordpress v2.9).
The store configuration information is stored as part of a page/post, so it is easy to update/edit. You can have multiple pages of stores and multiple stores on each page.
If you are interested, you can see a live demo and download it from
www.electricdarrell.com/dfdzazzlestore/.
I run it on my production website (you'll notice that the live demo features items from my Zazzle store).
Let me know what you think.