Hello Magento pals

I hope you all had a great weekend. So, Christmas is here, and we are all busy doing preparation for this festival of light and joy.We (MageComp) want to wish you a Merry Christmas in advance and Happy new joyful year 2020? 

In Last We have learn How to Create Custom Order Status and State Programmatically in Magento 2, Today We are going to learn how you can restrict visitors to access category pages and redirect them to another page. 

Generally, In default Magento2, every visitor or customer can access all the Magento frontend pages like category pages, product pages, etc.

But what if you want to restrict visitors and customers from accessing a particular page? and also, what if you want to restrict some pages and redirect visitors from that page to another page? 

That another page can be a customer login or particular cms page. 

E.g. : If you want to restrict visitors to access category page and redirect visitors to another page, then with the help of the below code you can achieve that. So let’s get to it.

  1. To do this, create di.xml file inside app\code\Vendor\Extension\etc\ folder and add below code: 
      2. Next, Create Restrictcategory.php file inside app\code\Vendor\Extension\Plugin\ folder and add below code: 
  1. After applying these codes, clean the cache and then refresh it.

So, using the above codes, you can restrict visitors and your customers to access the category pages and redirect them to another page you want. 

If you found this article helpful, then give it a thumbs-up and let us know your reviews in the comments below. Also, please share it with your Magento colleagues and friends. 

Lastly, if you had any problem while implementing these codes or you need any help, then you can contact our Support team here

Again, We want to wish you a Merry Christmas and also want to thank you for taking the time to read this article ??

Click to rate this post!
[Total: 8 Average: 5]