Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Edit Administration menu


Haitashi

Recommended Posts

Posted

The Administration menu says:

Configuration

Catalog

Modules

Customers

Locations / Taxes

Localization

Reports

Tools

 

 

I want to add something under the CUSTOMERS menu. The customers menu has the following sub menu:

 

Customers

Change Passwords

Orders

 

I want it to look like:

Customers

Change Passwords

Orders

Recover Cart Sales (linking to /catalog/admin/recover_cart_sales.php)

Recover Cart Stats (linking to /catalog/admin/stats_recover_cart_sales.php)

 

Anyone know what files I need to edit and what I need to write?

 

THANKS!! :P

If you have a serious problem but it can be solved, why worry about it? If you have a serious problem but it can't be solved, then why worry about it?

Posted

/admin/includes/boxes/customers.php

Please use the forums for support! I am happy to help you here, but I am unable to offer free technical support over instant messenger or e-mail.

  • 1 month later...
Posted
/admin/includes/boxes/customers.php

:P

 

Great! Just added this and done!

 

'<a href="' . tep_href_link('recover_cart_sales.php', '', 'NONSSL') . '" class="menuBoxContentLink">Recover Orders</a>'

If you have a serious problem but it can be solved, why worry about it? If you have a serious problem but it can't be solved, then why worry about it?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...