AbanteCart Community

AbanteCart Development => Customization help => Topic started by: anne3nidad on June 23, 2014, 09:16:26 PM

Title: Integration
Post by: anne3nidad on June 23, 2014, 09:16:26 PM
Hi,

Our team is planning on building integration components. We'd like to know what you guys need, like do you need to integrate user CRUD, some Entity CRUD or what.

Your feedback is very much appreciated.

Thanks!
Title: Re: Integration
Post by: abantecart on June 24, 2014, 07:46:49 AM
If you plan to integrate by building custom PHP code within AbanteCart you can use customer models for CRUD.

https://github.com/abantecart/abantecart-src/blob/master/public_html/admin/model/sale/customer.php

If you need external integration with API, you can extend functionality of AbanteCart admin API. Essentially, it will call above model.

https://github.com/abantecart/abantecart-src/tree/master/public_html/admin/controller/api
Title: Re: Integration
Post by: zillopolis on August 02, 2014, 08:59:16 AM
We plan on running joomla as our main CMS and would like to know if you plan on integrating the User ID from Joomla with AbanteCart Cart.

We would love to be able to have our users log into joomla and be auto added as a client in AbanteCart Cart.

Is this your plan?

We use the kunena login module for User Profiles... is this possible to integrate as well?