Hi Izantal, Just wanted to say thanks again for all your help, I really appreciate it.
Will take this off to my web developer, hopefully it shouldn't be too hard to integrate. Thanks again, Robert On Jul 19, 10:56 pm, lzantal <[email protected]> wrote: > Hi, > > Yes it does. Once you change the status to shipped it send out an > email to the customer. > This is very simple to implement with signals if you want to send > emails on all the > status changes to your customer. Since looks like you are doing a lot > of custom stuff it might be > a good idea to create a custom view where you can easily delegate all > this updates and changes. > > lzantal > > On Jul 18, 3:02 pm, Robert Feely <[email protected]> wrote: > > > > > Hi guys, one more question on this. > > > Is Satchmo set up to send out email updates, eg when I change an order > > to processing, can/does it send out an email to the customer updating > > them on this? > > > I've seen nothing in the documentation about this but it seems > > standard with most stores. > > > Thanks, > > Robert > > > On Jul 15, 4:26 pm, Robert Feely <[email protected]> wrote: > > > > Thanks very much for your replies. > > > > I will talk to my programmer about this, glad to here it is not too > > > complicated. > > > > Thanks, > > > Robert > > > > On Jul 14, 4:40 pm, lzantal <[email protected]> wrote: > > > > > Hi, > > > > > Your best bet would be to create a custom django action. It's very > > > > easy and then it would show up in the drop down. You could select the > > > > orders you want to process. In your action then you could combine the > > > > invoices and even update the status of the orders to say "Processing". > > > > Here are the docs on > > > > actions:http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/#writi... > > > > > Hope it helps > > > > > lzantal -- 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.
