- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2015
03:54 AM
12-11-2015
03:54 AM
order and returns remove function
Hi Guys -
I'm pretty sure I'm able to remove the link in the footer for 'Orders and Returns', but i'd also like to remove the function completely.
If i simply remove the link, you'll still be able to reach that page if you know the url.
Does anyone know how to remove the page itself?
Thank you
Andy
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2015
11:16 PM
12-12-2015
11:16 PM
Re: order and returns remove function
Hello,
You use Magento 1.9.x or 2 version?
Problem solved? Click Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2015
02:15 AM
12-14-2015
02:15 AM
Re: order and returns remove function
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2015
05:39 AM
12-14-2015
05:39 AM
Re: order and returns remove function
Hello,
You copy this file:
app/code/core/Mage/Sales/controllers/GuestController.php
to your local code pool
app/code/local/Mage/Sales/controllers/GuestController.php
comment the function:
public function formAction() {}
Problem solved? Click Accept as Solution!