AbanteCart Community

AbanteCart Development => API Development => Topic started by: yonghan on May 07, 2014, 12:43:54 PM

Title: create new api
Post by: yonghan on May 07, 2014, 12:43:54 PM
Hi,is it possible to create new api?Where can i find docs about it and the controller that handles it?Thanks
Title: Re: create new api
Post by: llegrand on May 07, 2014, 02:39:23 PM
http://www.abantecart.com/document_wiki/index.php/Main_Page (http://www.abantecart.com/document_wiki/index.php/Main_Page)

This should get you going - and there is a section specfically for extension _api

http://www.abantecart.com/document_wiki/index.php/Developing_Extensions_and_Extension_API (http://www.abantecart.com/document_wiki/index.php/Developing_Extensions_and_Extension_API)

Lee
Title: Re: create new api
Post by: yonghan on May 07, 2014, 09:31:47 PM
Hi,i'm sorry if my question is not clear enough and i ask wrong questions.What i actually want to ask if about create new storefront api.
Title: Re: create new api
Post by: llegrand on May 07, 2014, 10:15:12 PM
I don't understand what you mean by storefront API.   Are you asking about a template or some widget that you want to add to the storefront. 

Details for clarity will be better to get you answers.


Title: Re: create new api
Post by: yonghan on May 07, 2014, 11:03:59 PM
Sorry,what i mean is storefront api for mobile access.Are there any docs how create new storefront api for mobile access?Thanks
Title: Re: create new api
Post by: llegrand on May 08, 2014, 12:59:50 AM
The default template html5 is a responsive design and it works well on all screen sizes.  You can see for yourself in two ways:

this is a tool for testing how a site looks on differnt devices - try it out on your abantecart or the demo abantecart
http://mattkersley.com/responsive/ (http://mattkersley.com/responsive/)

You can also simply drag your browser to a smaller size window to see how it reacts on small screen.

There is also a mobile template for sale in the extension store - you can get to their thru the Admin Panel.

See if one of those solutions will work for you.
Title: Re: create new api
Post by: Advisor on May 25, 2014, 05:33:50 PM
http://www.abantecart.com/document_wiki/index.php/Main_Page (http://www.abantecart.com/document_wiki/index.php/Main_Page)

This should get you going - and there is a section specfically for extension _api

http://www.abantecart.com/document_wiki/index.php/Developing_Extensions_and_Extension_API (http://www.abantecart.com/document_wiki/index.php/Developing_Extensions_and_Extension_API)

Lee

Great stuff... looking into it now.

Thank you.