Contributions
Storing Shipped Orders
This small contribution will make a new page called orders2.php, I felt this is needed to store
shipped orders away from the regular orders page since it can get quite cluttered.
What 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 directions are included in the read me file.
You can access the new page via a link that will be added under
the regular orders link in admin section.
A very nice way to clean up the orders page without deleting all the shipped orders!
I hope this is helpful--all real credit goes to Daemonj from osC forums. He gave me the
advice on how to accomplish my idea.
3 files includes with install directions--small mods to a few files, takes about 3 minutes to install
Expand All / Collapse All
+ Fixed updated code from previous version as it was incorrect in install.txt
+ Updated install directions
+ Included changed files for fresh installations
All the files are included so you can overwrite current files in your shop if you have no contributions installed.
If you have contributions installed easy install.txt is included. Only 2 files to change the rest are small code additions.
Very Easy to install
5 mins
FULL PACKAGE
USE THIS VERSION
CHANGES MADE TO FIRST PART OF CODE!!! Orders.php and Orders2.php code fixed. The ! should be in ORDERS2.php NOT Orders.PHP.
This is still the full install. Just changed the first part.
Great contribution and updates/fixes by all previous authors.
It was brought to my attention that the files I first included were modded and so now this is a read me only with all manual instructions--still very simple and should only take 5 minutes tops for you to use this awesome contribution--please post on the support thread if you encounter any trouble.
This is the download to use--complete install here
One of the install directions was a little off--it has been corrected--this is a full package
http://forums.oscommerce.com/index.php?showtopic=213309
This small contribution will make a new page called orders2.php, I felt this is needed to store
shipped orders away from the regular orders page since it can get quite cluttered.
What 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 directions are included in the read me file.
You can access the new page via a link that will be added under
the regular orders link in admin section.
A very nice way to clean up the orders page without deleting all the shipped orders!
I hope this is helpful--all real credit goes to Daemonj from osC forums. He gave me the
advice on how to accomplish my idea.
3 files includes with install directions--small mods to a few files, takes about 3 minutes to install
Note: Contributions are used at own risk.