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
Railskits has a cool Paypal API (but it’s Ruby) — and doesn’t really have cart or order fulfillment.
I’ve heard ZenMagick has an API wrapping ZenCart, but their demo site seems broken, so that doens’t inspire confidence.