Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to add a link in admin


Stephie

Recommended Posts

I would like to add a link to the admin panel under orders or tools. I installed recover order mod but there is not a link for this you must manually put this in to address bar every time :http://yourdomain.com/catalog/admin/recover_order.php?cID=60

 

Im not sure what file to edit or what code to put in. Any help would be appreciated.

Link to comment
Share on other sites

I would like to add a link to the admin panel under orders or tools. I installed recover order mod but there is not a link for this you must manually put this in to address bar every time :http://yourdomain.com/catalog/admin/recover_order.php?cID=60

 

Im not sure what file to edit or what code to put in. Any help would be appreciated.

 

 

Hi you need to decide which section you are to put the link into.

 

admin/includes/boxes/tools.php

 

add code

 .
                                 . '<a href="/recover_order.php?cID=60">Recover Order</a><br>' .

 

dont and that at the end of all the links listed as the code above is for somewhere inbetween links, you should be able to see where one link starts and ends, you shouldnt have .. '<a href, just the one . should be able to see this in the file when you look.

 

hope that helps

Getting better with mods but no programmer am I.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...