Difference between revisions of "Zen Cart extensibility"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
Line 1: Line 1:
 
'''Zen Cart extensibility''' is the [[Extensibility|extensibility principle]] as it applies to [[Zen Cart]].
 
'''Zen Cart extensibility''' is the [[Extensibility|extensibility principle]] as it applies to [[Zen Cart]].
 +
 +
See also [[Learning Zen Cart (1)]].
  
 
== Plugins ==
 
== Plugins ==

Revision as of 03:51, 12 October 2015

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