
Originally Posted by
[email protected]
diva many thanks i have read the readme files and replaced as discribed but the drop down menu still shows 2 x orders would u have any idea how to manually remove..
OK, what you are saying is that under the customers drop down MENU in the admin screen you are seeing an entry for orders and super orders.
If so, go to admin/includes/boxes/customers_dthml.php and remove this line
Code:
array('box' => BOX_CUSTOMERS_ORDERS, 'page' => FILENAME_ORDERS),
and orders will no longer show up.
Bookmarks