Amazon is offering XML feeds. You can program your server to read these feeds to product their entire catalogue on your web site.
If you don;t know XML, there are lots of third party products you can use. Amazon ran a promotion where developers competed to make XML simple for the average webmaster.
My favorite is the mallsocket.com application. Try installing this code on a test page for your site:
PHP Code:
iframe src="http://mallsocket.com/mall.aspx?id=1"
width="416" height="300" scrolling="auto" border="0"
marginheight="0" marginwidth="0" title="WebStore">
</iframe>
Now all you have to do is plug in your amazon associates ID and you have an entire mall of 15 stores where you earn the commission on every sale. Kind of cool I think for a single line of HTML code.
Manny
|