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.
