Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Order Status


sjd256

Recommended Posts

Posted

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

Posted
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

 

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

Posted
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

 

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

Posted
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

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...