Jump to content

Return AdminOrders Page


fale.henrique

Recommended Posts

You can override admin/themes/default/template/controllers/orders/form.tpl and add code like the following where you want the link displayed:



<a href="index.php?controller=AdminOrders&token={getAdminToken tab='AdminOrders'}">{l s='Show all orders'}</a>

Link to comment
Share on other sites

 

You can override admin/themes/default/template/controllers/orders/form.tpl and add code like the following where you want the link displayed:
<a href="index.php?controller=AdminOrders&token={getAdminToken tab='AdminOrders'}">{l s='Show all orders'}</a>

 

 

 

Thank you, but i am doing it in back end.

        $redirect = $this->context->link->getAdminLink('AdminOrders');
        Tools::redirectAdmin($redirect);

But this isn't worked.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...