Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The extension subsystem of the AbanteCart is an essential part of shopping cart application. Extensions allow efficient way to add new features to the cart and allow scalability and flexibility of ecommerce application. The extension subsystem of the AbanteCart allows shopping cart project grow indefinitely together with rapidly changing technologies, standards and techniques.
Lots of effort lays on the development of the system and extensions to allow shopping cart administrators and owners smooth and worry free cart experience.
Extension can be installed and managed in the control panel of AbanteCart. If you use market place to purchase extensions inside the control panel, extensions are downloaded and installed seamlessly without leaving your control panel and web browser. 
Our extension architecture is partially based on Plexus API concept (http://code.google.com/p/phpplexus/ ) and blend with our own concepts described below.


Panel
bgColordadada

Child pages (Children Display)
alltrue

Glossary

Extension – Collection of directories and files under one main directory that can be added to shopping cart to offer additional feature or function. Extension can be enabled and configured in the admin of shopping cart application
Extension Configuration – Collection of settings that can control the extension functionality of behavior. Configuration can be default (provided with the original installation of the extension) and custom, after installation once admin user change the settings.
Hook – This is the tool used in extension subsystem to connect extension to particular section in application.
Core Hook – This is the hook to the core function of application that allows extending functionality, effect data structures and values.
Template Hook - This is the hook to extend display of the particular page on the front end or admin. This is usually implemented within template file.
Dataset - Ability to save, access and manage data specific for extension. See more details later on.