Zen Cart Logo
Forums / General Questions / Completing orders

Completing orders

Locked

Views: 1,277

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
2 Jun 2006, 6:30 AM
#1
talib avatar

talib

New Zenner

Join Date:
May 2006
Posts:
17
Plugin Contributions:
0

Completing orders

Hi

First I must say sorry for posting such a simple question. However, I see no way of telling Zen-cart an order has been completed.

I've updated the status to Delivered yet to no avail. The order remains in my "New Orders" section. The only option I see is deleting the order, but that doesn't feel right. Do I just leave the order there?

(BTW I did search the forum b4 posting)

Talib

2 Jun 2006, 5:27 PM
#2
bunyip avatar

bunyip

Totally Zenned

Join Date:
Sep 2004
Location:
Western Massachusetts
Posts:
2,361
Plugin Contributions:
1

Re: Completing orders

The 'New Orders' section simply displays the most recent orders - It doesn't necessarily mean that they're "new".

If you are concered about semantics, you can always change that text to read "recent orders" by editing admin/includes/languages/english/index.php and changing ```
define('BOX_ENTRY_NEW_ORDERS', 'New orders:');


to ```
define('BOX_ENTRY_NEW_ORDERS', 'Recent orders:');
9 Jun 2006, 1:37 PM
#3
talib avatar

talib

New Zenner

Join Date:
May 2006
Posts:
17
Plugin Contributions:
0

Re: Completing orders

Thanks

I get the idea now.

Thanks