Thanks for your help man, it worked.If I have any other questions related 
to this topic can I ask them here or should I create a new thread?

On Friday, August 17, 2018 at 10:26:07 AM UTC+5:30, Samir Shah wrote:
>
> In the dashboard suppose a vendor starts shipping the order that was 
>> placed, he/she must be able to choose from a drop down which will have the 
>> option from dropdown shown above to shipped or cancelled or any other, but 
>> I can see only an empty dropdown, how do I fill this up?
>>
>
> This is populated from the order.ShippingEventType model, so you need to 
> add some objects into that model. You can do this from the shell, or from 
> the Django admin.
>  
>
>> Another doubt is, when these statuses are changed I want to send out an 
>> email to the correct customer about the order status changes, how can I 
>> accomplish this?
>>
>
> Please see the documentation on order events here: 
> https://django-oscar.readthedocs.io/en/releases-1.6/howto/how_to_set_up_order_processing.html#event-handling
>
> You need to override order.processing.EventHandler and do whatever 
> processing you want in the handle_shipping_event method.
>

-- 
https://github.com/django-oscar/django-oscar
http://django-oscar.readthedocs.org/en/latest/
https://twitter.com/django_oscar
--- 
You received this message because you are subscribed to the Google Groups 
"django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-oscar+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-oscar.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/django-oscar/7d58a3a9-d1dd-44be-bcff-936fba7ac92b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to