ZMObject
|
+--ZMEventFixes
public class ZMEventFixes
extends ZMObject
| Fields inherited from org.zenmagick.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| void | onNotifyCheckoutProcessAfterOrderCreateAddProducts(mixed args) Create ZenMagick order created event that contains the order id. |
| void | onNotifyHeaderEndCheckoutShipping() Validate addresses for guest checkout. |
| void | onNotifyHeaderStartCheckoutPayment() Validate addresses for guest checkout. |
| void | More store startup code. |
| void | Remove ajax requests from navigation history. |
| void | onZMGenerateEmail(mixed args) Fix email context for various emails. |
| void | Fake theme resolved event if using zen-cart templates and handle persisted messages. |
| void | update(mixed eventId, mixed args) Generic zen-cart event observer. |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMEventFixes()
Create new instance. /
public void onNotifyCheckoutProcessAfterOrderCreateAddProducts(mixed args)
Create ZenMagick order created event that contains the order id. /
public void onNotifyHeaderEndCheckoutShipping()
Validate addresses for guest checkout. /
public void onNotifyHeaderStartCheckoutPayment()
Validate addresses for guest checkout. /
public void onZMBootstrapDone()
More store startup code. /
public void onZMDispatchStart()
Remove ajax requests from navigation history. /
public void onZMGenerateEmail(mixed args)
Fix email context for various emails. /
public void onZMInitDone()
Fake theme resolved event if using zen-cart templates and handle persisted messages. /
public void update(mixed eventId, mixed args)
Generic zen-cart event observer.
Implemented to generate some ZenMagick events triggered by zen-cart events.
/
Fixes and stuff that are (can be) event driven.