Forums / Contribution-Writing Guidelines / Calling extra function(s) after each order?

Calling extra function(s) after each order?

Locked

Views: 2,269

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
13 Aug 2007, 17:16
#1
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Calling extra function(s) after each order?

I want to call 1 or more function(s) each time a new order is placed. Is there anyway to do this without editing Zen's files?

Thank you, yellow1912

13 Aug 2007, 23:31
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
174

Re: Calling extra function(s) after each order?

Yes - you'd use the notifier subsystem to do that.

There is information in the wiki on how that works, and there are several contributions that hook into various notifier events, which you might reference as examples.

13 Aug 2007, 23:45
#3
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Calling extra function(s) after each order?

Thank you so much for pointing me to the right direction. This is exactly what I'm looking for.

Regards.