| Hopefully the Orders Admin page will
be the one you will visit most so it is
important to know your way around. You
will receive a notification email for
each order that is placed through your
store but it is a good idea to check the
page regularly in case the purchaser
didn’t make it back to your store after
buying and the email notification wasn’t
triggered. Clicking on the View orders link in
your online control panel will bring up
the orders admin page:

The interface here will provide you
with all the information on orders as
well as the ability to search your order
database, change the order status,
download orders etc.
To take advantage of the advanced
search features, click on “Power
Search”.

The various options on this screen
are outlined below:
To refine the search options you can
select one or a combination of
parameters:
Orders From / On – Orders
Till: This is where you can
specify a date range. Clicking on
the “DP” button
will bring up a calendar for easier
date selection:

It is also possible to add single
numbers to the From / Till
fields. If you need to view
orders between the last 2 to 4 days
then place 2 in the Orders From
box and 4 in the Orders Till.
If you need the orders from 4 days
ago then place 4 in the Orders
From box and leave the Orders Till field blank.
Order ID: if you
know the order id you want to check
then placing the number here will
bring up the details of that
particular order eg. Type “503” to
view the details of order number
503.
Search Text:
This will allow you to perform a
search on the following parameters: authorization number order name email address address city state zip phone
…and can be further refined by
choosing the date selection and/or
Order Status. This will also come in
useful for your marketing when you
can make advertising decisions based
on where your orders are coming
from.
Order Status:
This allows you to view all orders
dependent on the status of those
orders. For example you can view all
Completed Orders over a particular
date range.
Start with power search:
Selecting the checkbox will set a
cookie so that the advanced search
panel appears each time you visit
the Orders Admin page.
Power Search:
Clicking will hide the advanced
search panel.
Order details
When viewing the order admin page or
looking at the results of a search you
will be presented with a table of
results:

Order ID: This
is the order number and the first
order on your store will be “501”.
Click on the order number or on the
Name to bring up the full details of
that particular order.

Printing the invoice /
packing slip If you press <ctrl> and click the
Order ID at the same time you will
be presented with a printable
version. (PC and Microsoft Explorer
only. Other combinations will have
to select the Printable Invoice
Checkbox at the bottom of the page). You can add your own header, address
and footer to smarten it up – to do
this you will need to make the
changes in your vsadmin/includes.asp
file - there are details in our
parameters page or for PHP
version in vsadmin/includes.php
where the details are
here.
Method: This
will show how the client has paid.
Information in red will indicate an
uncompleted order.
Auth code: This
is a very important field and
particular attention should be paid
to the message that appears here.
Under normal circumstances, when an
order goes through an authorization
code will appear here – this means
that the order has been received and
the purchaser has returned to your
store and should have received email
notification of their purchase. If
you see an “authorize” button, as in
the example above, the most likely
reason is that the buyer abandoned
the cart before going through with
checkout. It may be that they
changed their mind, suffered a power
failure or were simply testing the
system, however it may also be
possible that they never made it
back to your store after purchase.
For this reason it’s important to
check with your credit card
processing admin page before
deleting or authorizing. If you find
that the order did in fact take
place then you can click on the
authorize button and add the
authorization code given by the
payment processor. If there is no
record of the order you can delete
from the drop down in the “Status”
field.
IMPORTANT NOTE If a customer goes to the
checkout page then backs out to
the cart again the order totals
may be shown as zero. This is an
incomplete order
and hasn't been paid for. The
only reason they are left there
is for the user's information,
such as if you see a lot of
incomplete orders you might want
to check why customers are not
going through with the purchase.
When the customer makes payment
and returns to the site the
order is "closed". IF after
making payment and returning the
order is not closed (you would
notice there is still an
"authorize" button on the admin
orders page) then you should
check the setup of your payment
processor or ask for help on our
support forums. One thing to note, if you are
using the email methods of
checkout and set
emailorderstatus to less than 3
then the order will not be
closed properly as orders with
status less than 3 are not
authorized -
ASP emailorderstatus
-
PHP emailorderstatus.
Status: This is
where you can set the status of your
order and the default options are
unauthorized, cancelled, deleted,
authorized, packing, shipping,
shipped, completed. It is possible
to change these values in the Admin
Order Status page to give a clearer
message to the public if they choose
to view the status of their order. Using Internet Explorer on a PC
there is a quick method for changing
lots of order status at once. If you
say change an orders status to
"Shipped" and hold down the Ctrl key
the all the orders on that page will
have the status changed to shipped.
This is not available on other
browsers.
Purge deleted:
Once an order is deleted, it will
remain in the system for 3 days –
this is a security measure in case
an order is deleted by mistake.
Selecting “purge deleted” will
remove all trace of deleted orders.
Dump orders to CSV file:
Clicking here will prompt a download
of the orders. This can be opened in
Excel. It will give details of the
order such as address, price,
quantity and shipping.
Dump details to CSV file:
This will also include the product
information.
At the bottom of the page it is
possible to quickly flick through date
ranges, for example, orders from a month
ago, a week ago, yesterday etc.
Client order status page
If you want to create the publically
viewable order status page then all you
have to do is open the products.asp page
in your web editor and "Save As..."
orderstatus.asp
Then go to HTML view, and look for
<!--#include
file="vsadmin/inc/incproducts.asp"-->
...and change it to...
<!--#include
file="vsadmin/inc/incorderstatus.asp"-->
Email customer the order status
From version 4.5.0 it is possible to
send an email to the customer once their
order status has changed, all you need
to do is add a new parameter to your
vsadmin/includes.asp page. |