Hide order tab

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
how can I hide/disable "Orders" tab in my account ? using admin panel .
6 years ago
There is no setting to let you do it by simply check/uncheck checkbox. But you may do it, by adding small script to your files.
For nopCommerce 4.00 that will work:

$('li.customer-orders').hide();

Regards,
Tomasz
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.