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
Hello,
You use Magento 1.9.x or 2 version?
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() {}