sjd256 Posted December 4, 2004 Posted December 4, 2004 Hi all, I wonder if anyone could advise if there are likely to be any repercussions of deleting the order status' and recreating them in a different order? I have quite a lot of orders in the database and am installing a new contrib which requires the order status (pending,despatched,processing etc) to be in a different order than I have it a present. I want to delete them out of admin and create them again in the order that's needed. Will this mess things up with the old orders?? Any help greatly appreciated! Cheers Steve
boxtel Posted December 5, 2004 Posted December 5, 2004 Hi all, I wonder if anyone could advise if there are likely to be any repercussions of deleting the order status' and recreating them in a different order? I have quite a lot of orders in the database and am installing a new contrib which requires the order status (pending,despatched,processing etc) to be in a different order than I have it a present. I want to delete them out of admin and create them again in the order that's needed. Will this mess things up with the old orders?? Any help greatly appreciated! Cheers Steve <{POST_SNAPBACK}> I think you can do this but be careful because there are contribution out there which use statements like if (order_status > 2) then .... assuming that that means beyond processing . So check where order_status is used and how. example loyalty discount adds all order totals where status >= 3 Treasurer MFC
sjd256 Posted December 6, 2004 Author Posted December 6, 2004 I think you can do this but be careful because there are contribution out there which use statements like if (order_status > 2) then ....assuming that that means beyond processing . So check where order_status is used and how. example loyalty discount adds all order totals where status >= 3 <{POST_SNAPBACK}> Cheers thanks for the reply - I was actually asking as i'm installing the Discount Loyalty contrib and don't have the status in the order that I need so pretty spot-on! Cheers Steve
boxtel Posted December 6, 2004 Posted December 6, 2004 Cheers thanks for the reply - I was actually asking as i'minstalling the Discount Loyalty contrib and don't have the status in the order that I need so pretty spot-on! Cheers Steve <{POST_SNAPBACK}> well, if you have a multi-currency site, the original loyalty mod has a flaw. I adds all order totals assuming they are in the default currency. They may not be. Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.