Add to Cart Button: where can I insert it?
Can I insert it on any html page in my site?
Do I have to insert it on PHP pages only?
If I have my product pages already done in html - what is the best way to convert them to PHP so that I can add the "add to cart" button?
I have the getting started guide, but is there a *manual* for your software? I don't know what a lot of the things mentioned in the Quickstart guide are or they are undefined, e.g. recordset, dynamic vs static add to cart buttons, and Bindings.


Yes, an html file can be converted to a php file by changing the extension. PHP files will be able to read html as well. It just specifies in addition to the html that it will be using PHP as a server language. 
