tags:

views:

39

answers:

0

hi there friends, i was wondering if there is an API for a shopping cart (PHP). I have looked at solutions like opencart etc, but i have my own design and i just need some kind of API which i can use and add the shopping functionality directly into my website.

I was thinking like ExternalCart->createNewProduct(...); or ExternalCart->showProductInfo(...); or ExternalCart->addCategory(...)

So the backend is handled by the API and i could just use the output and show it whichever way i want to, hence, not being stuck with the shopping cart's layout or functionality.

Any suggestions?

thanks