AbanteCart Community

AbanteCart Development => Extensions and Add-Ons => Topic started by: Faster on September 09, 2011, 09:13:18 AM

Title: how to create an extension to this cart?
Post by: Faster on September 09, 2011, 09:13:18 AM
Hi all,
I've downloaded this wonderful shopping cart as a replacement for a another carts that I've been using for many years. I love that it is very clean and FAST!

I'm interested in extending the functionality mainly on the admin's end.
I was wondering if there's a preferred method for "upgrading" the administration panel and functionality.

Now I'm guessing that programming modules will be the best way instead of modifying the default code of the cart. If so, are there any simple tutorials on how to go about creating a module that extends the back end? I just need a starting point. eg. something as simple as when the module is enabled, a new button appears on the products page (backend).

Thanks.
Title: Re: how to create an extension to this cart?
Post by: Basara on December 28, 2011, 01:05:29 AM
This links will help you  :o.
http://www.abantecart.com/document_wiki/index.php/AbanteCart_Extension%E2%80%99s_Developer_Guide
http://www.abantecart.com/document_wiki/index.php/Developing_Extensions_and_Extension_API
http://www.abantecart.com/document_wiki/index.php/Developing_Templates_as_Extensions
Title: Re: how to create an extension to this cart?
Post by: Tata on April 24, 2012, 04:43:21 PM
Isn't there any simpler way of using English files for a translation?
I made copies of enflish dirs both in admin and storefront. Also replaced EN flag by SK flag in both folders. But after cleaneing cache and restarting the e-shop, I can't see the language in admin/localisation. In documentation I read...
Quote
You able to Load missing (not translated) language data from any other language installed in your store. Just select language to copy from and click Load button. This action will copy missed language data like Product's and Categories names, descriptions, Length & Weight classes, Order statuses, Tax classes ...etc.
. But I can't find no way to find the command for loading new language.
Title: Re: how to create an extension to this cart?
Post by: abantecart on April 24, 2012, 08:50:56 PM
You need to create new language entry in system -> localization -> languages section.
Also make sure that all directories under given language are named correctly.