Jump to content

More Order Status options?


Guest timecrisis

Recommended Posts

Guest timecrisis

Hi all,

I was wondering if it easy to add more Order status options for the Admin to use?

For example add a status that says "Problem with Order" or "Waiting for Stock"

I found this in /language/en/lang.inc.php

$lang['orderState'] = array(

'1' => "Pending",

'2' => "Processing",

'3' => "Completed",

'4' => "Declined",

'5' => "Fraudulent",

Is it just a case of adding

'6' => "New Status",....?

Would this affect any other functions of the site?

Thanks PHP :) 's

Link to comment
Share on other sites

Guest timecrisis

Hi All,

I have added the code as mentioned above and it appears in the Order section as a new status.

Is this going to affect anything else on the site? Is this Ok or am I getting to big for my PHP boots?

Thanks in advance!

:rolleyes::lol: :wacko:

Link to comment
Share on other sites

  • 3 weeks later...
Guest ByondF1

I owuld like an answer to this one also. I would like to add "Back Ordered", "Shipping" and possibly "Authorized".

Are the numbers used somewhere? Can I insert some in between those or do they need to be added at the end?

Thanx.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...