Answering myself, I've listened to a wrong signal. order_cancelled is intended to cancelling of an order at payment process and in addition is not sent at all by default (at least current satchmo-tip sources).
On Thursday, September 26, 2013 1:38:24 PM UTC+2, David Unric wrote: > > Hi, > > I need to write custom handler to handle situation when an order is > cancelled. > > I've tried to connect following signals in my listeners.py > > from satchmo_store.shop import signals as signals_shop > > signals_shop.order_cancelled.connect(handle_cancelled_fn) > signals_shop.satchmo_order_status_changed.connect(handle_status_fn) > > where handle_cancelled_fn and handle_status_fn are callback functions. > > When I in an admin interface select and remove a previously placed order, > none of above callbacks are even triggered. Nothing in log, no error > message, just order silently removed. > > Any idea why aren't above signals sent ? > > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/satchmo-users. For more options, visit https://groups.google.com/groups/opt_out.
