You've found the link to the satchmo signals documentation where you will find some examples. http://www.satchmoproject.com/docs/dev/signals.html. Here's another old discussion on how to use signals to update cart pricing: http://bobwaycott.com/blog/satchmo-diaries-part-three/ . In addition to writing some of my own signals, I've made extensive use of Satchmo signals in my apps. The django signals documentation is also worth reading: http://www.satchmoproject.com/docs/dev/signals.html .
On Fri, Aug 24, 2012 at 3:49 PM, Buddy Lindsey <[email protected]> wrote: > I have a few questions about using signals, not having too much luck. > > 1) Is there code in satchmo that uses the satchmo signals? I have been > looking, but seem to be looking in the wrong places. > > 2) When does the order_success signal get called? is it after the user > pays or the order is completed? I know it says the payment gets zerod out, > but in trying to use the signal not really sure where the code is > triggered. ( > http://satchmoproject.com/docs/dev/signals.html?highlight=signals#satchmo_store.shop.signals.order_success) > > > 3) Is there some code examples on using satchmo's signals? > > Buddy > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/satchmo-users/-/Z2UfbxiwvBgJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
