cancel
Showing results for 
Search instead for 
Did you mean: 

menu item redirect

menu item redirect

Sometimes, extensions seem to make a lot of assumptions regarding navigation that just aren't practical. I have the Mageplaza Gift Card extension which adds a menu navigation that goes to the category page. I only expect to have one product there, so I prefer for ease of customer navigation, for that link to go to the product page, instead. It cuts out an unnecessary navigation step and repetition. I've contacted Mageplaza tech support and they've offered a second navigation menu item to the product page, in addition to the category navigation menu item. I also don't want two menu links to the same item. I've attached screen shots. Any suggestions?gift-card-page-1.jpggift-card-page-2.jpg

3 REPLIES 3

Re: menu item redirect

@blueplanetphoto ,

for that, you can remove the default link from navigation and add the product's link directly into navigation. so that users can directly navigate to the Gift Card Page. 

 

if you need any customization services you can DM. 

 

I hope this helps! 

Kindly Accept as Solution if this works for you and give Kudos. 

 

Re: menu item redirect

Which folder/file is that found? 

 

Also, can I do an .htaccess redirect from the Magento root folder? 

Something like Redirect /existingURL /whereItshouldgoURL?

 

Thank you

Re: menu item redirect

@blueplanetphoto

it should be an XML file in the layout folder of this extension

 

also regarding redirect, you can do that within Magento admin GUI

1. Login into Magento Admin 

2. Navigate to 

    Marketing -> SEO & Search -> URL Rewrites 

3. Add URL Rewrite

 

no need to update any file like .htaccess

 

kindly Accept as Solution if this works for you and give kudos!