Jump to content

Order Status


Guest

Recommended Posts

Ok my last question for today..... I hope

If i go to admin then orders and open any of the order (at the moment test orders)

under the heading Modify Status: can anyone tell me why the drop down menu for what the status of the order is has no options for me to choose?

I trust it would have :

Pending

Shipped

Declined

and so on....

How do I correct this ...

Thank you

Link to comment
Share on other sites

Guest hennaboy

Sounds like you may have files from a previous installation/version. Double check and re-upload. You can tell if you have different versions by the copyright notice in the code.

Link to comment
Share on other sites

Sounds like you may have files from a previous installation/version. Double check and re-upload. You can tell if you have different versions by the copyright notice in the code.

Are you able to tell me which files I might need to look at ?

Thnks

Link to comment
Share on other sites

Somewhere in your lang.inc.php file should be the following section. For whatever reason, you're admin panel is not finding it.

$lang['orderState'] = array(



'1' => "Pending",



'2' => "Processing",



'3' => "Completed",



'4' => "Declined",



'5' => "Fraudulent",



);

If you can't find that, then try adding it to the language file and see if that takes care of the problem.

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...