Cancelled Orders 1.4

Cancelled Orders 1.4 Download Summary

  • Language: PHP
  • Platform: Windows / Linux / BSD
  • License: GPL - GNU Public License
  • Databases: MySQL
  • Downloads: 300
  • Released: Jun 13, 2007

Cancelled Orders 1.4 Description

Our store felt that there are many instances where even though we need to void an order, we still need to keep record of it without it affecting our stock levels and our tax collectors. It is written for MS2, trying to keep it as mod independant as possible. Feedback and additions welcome, but its my first contribution, so please take it easy on me.

Features:
-Creates another order status to reflect cancelled orders
-Moves selected order(s) out of live orders tables to a new area for cancelled orders. Has the same effect on inventory and sales figures as Deleting the orders, however, you can still have a record of the orders.

Cancelled Orders Bookmark

Hyperlink code:
Hyperlink for Forum code:

Cancelled Orders 1.4 Script Download Notice

Top 4 Download periodically updates information of Cancelled Orders 1.4 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Cancelled Orders 1.4 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Show Orders on Desktop

... one file contrib, will show on your desktop:(1) Orders Pending(2) Orders Processed(3) Orders Delivered(4) No. of Visitors.Rather than logging into your ... checking emails to see if you have any orders, you can have a little window on your ...

Storing Shipped Orders

... this does is add another page where all orders marked as "shipped" will automatically be stored. (or whatever you call your shipped orders)This is determined by the order_status_id.You can use PHPMyAdmin to look at the orders_status table to determine the id for your status--complete ... link that will be added under the regular orders link in admin section. A very nice way ...

Save CVV with Orders

If an additional charge is necessary, it is nice to have complete information, including the CVV. This change allows that information to be saved and used offline when a customer calls wanting to change or add something. ...

orders status default comment

This module allows you to have an orders status default comment for each orders status created in the admin section >>>>(adminLocalizationOrders >>statusEdit).If you type a default comment for an orders status (optional), it will appears in the customers orders editing admin section >>>>(adminCustomersOrders>>Edit) in the "Comments" textarea of the orders: you'll be able to change the default comment ...

Purchase Orders

To allow Purchase Orders by default (ie, the admin doesn't have to click "Yes") thereby enabling the customer to create an account and immediately use the Purchase Order method of payment you simply change the table modification default to 'true': :alter table customers alter customers_allow_purchase_order_entry set default 'true'; ...