AbanteCart Community

eCommerce construction => General Discussion => Topic started by: 101Bram on November 25, 2015, 04:13:52 AM

Title: Use abantecart as back-end only
Post by: 101Bram on November 25, 2015, 04:13:52 AM
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?
Title: Re: Use abantecart as back-end only
Post by: Basara on November 25, 2015, 06:10:49 AM
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)