Contributions
Order Controller v1.0
Order Controller v1.0
by {CT}Rodent of www.cryotek.net for all your Gaming Technology needs.
This contribution allows you to:
Batch Print Invoices
Utilising your current 'invoice.php' file (as you may have edited it with logo and other information) for each invoice. This contribution uses CSS page breaks to create seperate pages for printing.
Batch Print Packing Slips
Utilising your current 'packingslip.php' file for each.
Batch Deleting Orders
Batch Status Change
Including the ability to notify the customer.
Default Status Comments
Include default comments per status added via the admin 'Order Status' menu.
Comments / Order Details Merge
Allows you to include certain order details in a comment automatically. e.g. "Your order number is: <OC:orders_id:OC>." will be "Your order number is: 407". This can include any field within the 'orders' table. This links with both the Default Status Comments and the Batch Status Change.
This contribution is partially based on the Batch Printing Without Frames, last edited by web-junkies, but is largely enhanced and modified.
SUPPORT FORUM: http://forums.oscommerce.com/index.php?showtopic=300395
Expand All / Collapse All
Another bug fix relating to accentuations.
Full package, but only 1 file needs editing.
OPEN
/catalog/admin/oc_status_default_comments.php
FIND
echo $result['orders_status_default_comments'];
ADD BEFORE
header("Content-Type: text/html; charset=iso-8859-1");
FULL PACKAGE....
All other fixes are included, you can safely ignore all others.
Minor bug fix eliminating the need for short_tags.
This is a FULL PACKAGE
However only one file needs editing
OPEN
/catalog/admin/oc_batch_delete_confirm.php
FIND
<form name="delete" action="<?=$_SERVER['PHP_SELF']?>" method="post">
REPLACE WITH
<form name="delete" action="<?php echo $_SERVER['PHP_SELF']?>" method="post">
FULL PACKAGE...
A few bug fixes as per support forum.
batch delete and various other inconsistencies now fixed.
FULL PACKAGE
Yet ANOTHER bug fix to fix the bug I introduced in previous bug fix O_o
DO NOT USE PREVIOUS PACKAGES
Full package
As per orignial + minor bug fix.
DO NOT DOWNLOAD PREVIOUS VERSION - USER THIS ONE.
Full package.
Order Controller v1.0
by {CT}Rodent of www.cryotek.net for all your Gaming Technology needs.
This contribution allows you to:
Batch Print Invoices
Utilising your current 'invoice.php' file (as you may have edited it with logo and other information) for each invoice. This contribution uses CSS page breaks to create seperate pages for printing.
Batch Print Packing Slips
Utilising your current 'packingslip.php' file for each.
Batch Deleting Orders
Batch Status Change
Including the ability to notify the customer.
Default Status Comments
Include default comments per status added via the admin 'Order Status' menu.
Comments / Order Details Merge
Allows you to include certain order details in a comment automatically. e.g. "Your order number is: <OC:orders_id:OC>." will be "Your order number is: 407". This can include any field within the 'orders' table. This links with both the Default Status Comments and the Batch Status Change.
This contribution is partially based on the Batch Printing Without Frames, last edited by web-junkies, but is largely enhanced and modified.
SUPPORT FORUM: http://forums.oscommerce.com/index.php?showtopic=300395
Note: Contributions are used at own risk.