Contributions
Backordered Products Report v1
This package will allow you to get a report of the items where the amount ordered exceeds availability - it will show quantity short, product name, model number or SKU, UPC, ISBN, etc.
Expand All / Collapse All
Full package.
Now when you click on the products description you go directly to the product edit page.
So if a product comes in you can choose it from the backorder list and simply edit the stock.
All credit to original writer.
Just install.txt file upoaded!
On step 4 of install.txt, use this one instead of the provided with the contrib:
4) If you have an unedited reports.php file in admin/includes/boxes/ - upload the reports.php file located in this package.
OR
in that directory on your server locate reports.php
Look for
'<a href="' . tep_href_link(FILENAME_STATS_PRODUCTS_PURCHASED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_PRODUCTS_PURCHASED . '</a><br>' .
and directly below it put
'<a href="' . tep_href_link(FILENAME_STATS_PRODUCTS_BACKORDERED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_REPORTS_PRODUCTS_BACKORDERED . '</a><br>' .
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UPDATE BY AARON HIATT
http://www.scaredrabbit.com
11-12-04
-Changed Model row to Description
-Re-designed page to be osCommerce standard
-Updated translation files
-Updated install instructions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This package will allow you to get a report of the items where the amount ordered exceeds availability - it will show quantity short, product name, model number or SKU, UPC, ISBN, etc.
Note: Contributions are used at own risk.