Jump to content

Suggestion idea for CubeCart


Guest JDKelley

Recommended Posts

Guest JDKelley

This may not be the correct category for this, and if not, please feel free to move it. I have CubeCart installed in one of my stores. I have noticed somethings that would greatly improve the program. When changing the status of orders, there are several options....including "complete", "processing", "pending", declined" and "fraudulent".

My suggestion is this.....Why not have an option of "cancelled"? Many times, my customers may have to cancel their order for one reason or the other, or an admin may need to cancel the order. There is no option to show the order was cancelled....just "declined".

Come on, CubeCart....add "Cancelled" to the option list!!

Link to comment
Share on other sites

Guest JDKelley

No...Declined is for when their payment is declined or when we decline their order. Not when the order is cancelled. Two totally seperate meanings.

Link to comment
Share on other sites

To add another status tag, simply open language/en/lang.inc.php and look for this code:

$lang['orderState'] = array(



'1' => "Pending",



'2' => "Processing",



'3' => "Completed",



'4' => "Declined",



'5' => "Fraudulent",



);




ADD this line above the );




'6' => "Cancelled",

That's it, you're done.

Substitute the /en/ for your own language folder.

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