Zen Cart extensibility

From Wiki @ Karl Jones dot com
Revision as of 04:51, 12 October 2015 by Karl Jones (Talk | contribs)

Jump to: navigation, search

Zen Cart extensibility is the extensibility principle as it applies to Zen Cart.

See also Learning Zen Cart (1).

Plugins

...

Observer class

The Observer Class allows a plugin to listen for for (observe) an event (a notification) and provide additional processing.

This notifier/observer interface also works in the Zen Cart admin panel.

Adding a notifier at specific processing points in the popular (e.g. orders.php, customer.php) admin pages, and providing observer code to insert their customization, may help installation and upgrade processes go much more smoothly.

See also