Contributions
Restore Order For Customer Change V1
***************************************
Restore Order For Customer Change V1.0
by Warren Ashcroft
based on the idea of David Howarths at puddled.co.uk
Copyright 2003
Support:
oscdev@ukcomputersystems.com
waza04@hotmail.com (MSN Messenger)
Paypal Donations:
paypal@ukcomputersystems.com
Web:
http://www.ukcomputersystems.com/
**************************************
Written for osCommerce v2.2MS1/CVS
(not tested with other versions but, should
be compatible)
Allows the admin/customer delete an order that hasnt reached a set status.
The order then gets placed in the customers basket for them to change and resubmit.
**************************************
Forum Link : http://forums.oscommerce.com/viewtopic.php?t=40981
Expand All / Collapse All
http://forums.oscommerce.com/index.php?showtopic=40981&st=40&gopid=830407&#entry830407
Just a bug fix in admin/orders.php
**************************************
Restore Order For Customer Change V3.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Fixes a few bugs regarding the shopping cart.
- Adds better button display in account history info. Now only shows the button when it is appropriate.
- Better Graphics.
- Better Options.
- Seperation Of Cancel and Restore.
- Better E-Mails.
- Better Explanations.
- Seperation of Admin and Customer Operations.
- Less Bugs.
(MAJOR - NO UPGRADE VERSION AVAILABLE - PLEASE UNINSTALL EXISITNG VERSION FIRST)
**************************************
**************************************
Restore Order For Customer Change V3.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Fixes a few bugs regarding the shopping cart.
- Adds better button display in account history info. Now only shows the button when it is appropriate.
- Better Graphics.
- Better Options.
- Seperation Of Cancel and Restore.
- Better E-Mails.
- Better Explanations.
- Seperation of Admin and Customer Operations.
- Less Bugs.
(MAJOR - NO UPGRADE VERSION AVAILABLE - PLEASE UNINSTALL EXISITNG VERSION FIRST)
**************************************
Thanks to Warren Ashcroft for this cool and useful contrib.
I had a little problem with my 2.2 MS1 CVS-Installation and his contrib. After a long and disturbing search *lol* i found a little bug.
You don't have to download this file:
So, if you have problems with the Version 2.3 of this contrib you only have to replace the this line in catalogaccount_history_info.php:
if (($check_status['orders_status'] >= ORDER_CANCEL_CHANGE_ID) && ($check_status['orders_status'] != ORDER_CANCEL_CUSTOMER) && ($check_status['orders_status'] != ORDER_CANCEL_STORE)) {
with the following line:
if (($check_status['orders_status'] <= ORDER_CANCEL_CHANGE_ID) && ($check_status['orders_status'] != ORDER_CANCEL_CUSTOMER) && ($check_status['orders_status'] != ORDER_CANCEL_STORE)) {
Hope it will function...
YOU STILL NEED the last contrib (V2.3)-Download.
Rgds
Rene
OK - Fixes anout bug in account_history_info.php
Sorry for all bugs!!
Includes upgrade instuctions from 2.2
Warren
OK - Version 2.2!!
- Better install/upgrade instructions.
- Better attribute 'fix' instruction.
Warren
(THIS IS THE ONE TO DOWNLOAD!!!)
IGNORE THE LAST UPDATE - THIS IS THE OFFICAL V2.1!!
Warren
VERSION 2.1 HERE!! - SEE FORUM IF IN DOUBT!!
- Fixes a few bugs regarding the shopping cart.
- Adds better button display in acchout history info. Now only shows the button when it is appropriate.
- Customer can no longer refresh to duplicate the restore.
READ THE INSTALL CAREFULLY!!
V2.0 IS HERE AT LAST!!
Whats New?
~~~~~~~~
- Fixes security so that only the correct customers can moddify an order.
- Restoring an order - doen't clear the existing contents of the cart.
- Placing the order back into the cart now copies the attributes aswell.
- Fixed the update that was missing to the orders_total table.
- Make the deletion of the order optional.
- Automatically change the order status dependat upon whom restored the order.
- More configurable options in a seperate group.
- Email the customer and the store-admin upon each cancellation.
About
~~~~
Includes special instructions and database queries for people upgrading from V1.0/V1.1
This is a MUST update - it fixes a security hole!!
Warren Ashcroft
oscdev@ukcomputersystems.com
(Thanks to: Marcel van Lieshout)
Zip didn't upload properly!!
Warren
Cosmetic Changes - Nothing Major!!
***************************************
Restore Order For Customer Change V1.0
by Warren Ashcroft
based on the idea of David Howarths at puddled.co.uk
Copyright 2003
Support:
oscdev@ukcomputersystems.com
waza04@hotmail.com (MSN Messenger)
Paypal Donations:
paypal@ukcomputersystems.com
Web:
http://www.ukcomputersystems.com/
**************************************
Written for osCommerce v2.2MS1/CVS
(not tested with other versions but, should
be compatible)
Allows the admin/customer delete an order that hasnt reached a set status.
The order then gets placed in the customers basket for them to change and resubmit.
**************************************
Forum Link : http://forums.oscommerce.com/viewtopic.php?t=40981
Note: Contributions are used at own risk.