Can Abantecart be used as a back-end CMS only? I have an existing website and I would like to manage all the products with Abantecart, but don't want Abantecart to create any front-end html.
In my front-end I would like to interact with Abantecart only with functions, for example:
$shop->getproducts()
$shop->placeOrder(...)
Is this possible in any way?
Hello.
You can embed products or categories (http://docs.abantecart.com/pages/embed/embed.html) to almost any html or if you developers you can use AbanteCart API (http://docs.abantecart.com/pages/developer/sf_api.html)