Hi,

We are facing two issues issues in order status despite setting valued in 
sandbox.py file:

1. New orders are getting created with status as "New" even when 
OSCAR_INITIAL_ORDER_STATUS = 'Pending' (Lines are getting created with 
correct status)
2. Error on changing the status of order from dashboard "The new status 
'XXXX' is not valid for this order"

Please not that we are able to change status of Lines as mentioned in the 
config - issue is just with orders

Any help is greatly appreciated.
Our configuration is:

OSCAR_INITIAL_ORDER_STATUS = 'Pending'OSCAR_INITIAL_LINE_STATUS = 
'Pending'OSCAR_ORDER_STATUS_PIPELINE = {    'New': ('Pending', 'Cancelled', 
'Part Shipped', 'Shipped',),    'Pending': ('Cancelled', 'Part Shipped', 
'Shipped',),    'Part Shipped': ('Shipped', 'Part Delivered',),    'Part 
Delivered': ('Delivered','Returned',),    'Shipped': ('Delivered', 'Not 
Delivered',),    'Delivered': ('Returned', 'Closed',),    'Not Delivered': 
('Delivered', 'Cancelled',),    'Cancelled': (),}OSCAR_ORDER_STATUS_CASCADE = { 
   'Being processed': 'In progress'}
OSCAR_LINE_STATUS_PIPELINE = {    'New': ('Pending', 'Cancelled', 'Part 
Shipped', 'Shipped',),    'Pending': ('Cancelled', 'Part Shipped', 'Shipped',), 
   'Part Shipped': ('Shipped', 'Part Delivered',),    'Part Delivered': 
('Delivered','Returned',),    'Shipped': ('Delivered', 'Not Delivered',),    
'Delivered': ('Returned', 'Closed',),    'Not Delivered': ('Delivered', 
'Cancelled',),    'Cancelled': (),

-- 
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/10307fe1-ded6-4270-af5b-bac88d952f98%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to