I want to use ZenCart for my websites e-shopping requirements. However, (judging from the questions/FAQs/tutorials I have read so far), it would seem that no one is using it the way I am thinking of using it (which is slightly worrying).
Basically, I do not have an entire catalogue of products for sale - rather a few products and services, which I intend to sell online. Consequently, a lot of the (client facing) user interface is superfluous (i.e. unnecessary) for me.
What I want to do, is to be able to embed "call to action" points in my web pages - for example "Buy Product XYZ now" - which will be presented as a button, and when clicked will bring up *DATA* (text + images) from the ZenCart regarding Product XYZ. I will use PHP/CSS/Javascript myself to format the retrieved DATA, to position it correctly within my web page.
In other words, once I have set up my products, categories etc (via the admin pages). I want to be able to know which ZenCart API functions to call (in my php scripts) to be able to do things like:
1). Fetch information (description, price, image, associated "accessories" etc) from ZenCart for a specified product
2). Add the Product + any selected "accessories" (if applicable) to the shopping basket
3). Remove an item from the shopping basket
4). Empty the shopping basket
5). Proceed to Checkout
6). Fetch a list of related products - "other users who bought this also bought ..."
7). Process the checkout and return a success/failure code back to my php script.
I will be *VERY* grateful for tips on how to "embed" ZenCart in the manner I described, as I ahev not as yet found any material that shows me how to do so.




