This is a discussion on Export Order into CSV within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Fixes a small error in /catalog/admin/includes/boxes/customers.php which causes the word 'Orders' to be shown twice in the Customers/Orders panel, with ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Fixes a small error in /catalog/admin/includes/boxes/customers.php which causes the word 'Orders' to be shown twice in the Customers/Orders panel, with the bottom one activating the Export Orders function. Replace // BOF Export Orders to CSV $contents[] = array('text' => '' . BOX_CUSTOMERS_CUSTOMERS . ' ' . '' . BOX_CUSTOMERS_ORDERS . ' ' . '' . BOX_CUSTOMERS_ORDERS . ''); // EOF Export Orders to CSV with // BOF Export Orders to CSV $contents[] = array('text' => '' . BOX_CUSTOMERS_CUSTOMERS . ' ' . '' . BOX_CUSTOMERS_ORDERS . ' ' . '' . BOX_CUSTOMERS_EXPORTORDERS . ''); // EOF Export Orders to CSV More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Export Order into CSV | michael_s | New osCommerce Contributions | 0 | 09-04-2007 03:00 AM |
| Export Order into CSV | michael_s | New osCommerce Contributions | 0 | 08-30-2007 05:35 PM |
| Export Order into CSV | michael_s | New osCommerce Contributions | 0 | 03-31-2007 03:53 AM |
| Export Order into CSV | michael_s | New osCommerce Contributions | 0 | 03-30-2007 05:13 PM |
| Order and Customer export | michael_s | New osCommerce Contributions | 0 | 01-23-2007 01:01 PM |