Jump to content

Change "Order Completed" to "Order Shipped"


Terry V

Recommended Posts

Yes, open your language files, lang.inc.php for each language used at your store. The file for English language will be located at <your store directory>/language/en/lang.inc.php

I recommend that open the file with a good text editor, but Notepad will do in a pinch. This is a very large file.

Around line 2463 (CubeCart version 3.0.15) you see this block of code:

$lang['orderState'] = array(



'6' => "Cancelled",



'7' => "Uncleared",



'1' => "Pending",



'2' => "Processing",



'3' => "Completed",



'4' => "Declined",



'5' => "Fraudulent",



)

;

Just change the word Completed to the word Shipped

That's it! :D

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