Point Sub Category Link To A Product Filter Search

Can we somehow point a newly created sub category to a search filter link.

Jewelry Under 499 ( Sub Category) points to

Link https://www.domain.com/jewellery.html?subcats=Y&features_hash=P200-499-INR

Can this be done ?

You can only create new menu item with the required link. But in this case you will not be able to use menu generated from catalog. It will be required to create new menu manually (Design -> Menus)

Is there an addon which allows to add categories and menu together is the master menu ?

Is there an addon which allows to add categories and menu together is the master menu ?

Looks like you mean All categories menu in the Vivashop theme. I am afraid, there is no such a module

Can this be done programmatically to add a link as a sub category menu item.

Can this be done programmatically to add a link as a sub category menu item.

Hello!

With our Amazon Style Menu add-on you can add the banner with the necessary URL. You can try it on our demo.

We dont want to add anybanner. But we want to add search links as category Links.

Can this be done programmatically to add a link as a sub category menu item.

Yes, it can be done with custom code

Yes, it can be done with custom code

Can you guide me I will try . Which files and function ?

Can you guide me I will try . Which files and function ?

In depends on the way how you are going to manage it in the admin panel

I think it would be best to use the current way only how we add sub categories but instead would like to add a link instead. We can have an option to add a link under a category. May be use a new table if it cant be accomodated in the existing table.

You can add new field to the category - URL. If it is not empty, use this URL instead of the default one

If it is not empty, use this URL instead of the default one

Where do we add this code so that menu category is added with this link ?

Use hooks in the categories templates and functions which work with them

Just wanted to know the hook name and file name rest will manage.

Just wanted to know the hook name and file name rest will manage.

Just spend 15-20 minutes to find necessary information. Thanks

it worked for the url in the menu thanks.

Now I see one issue if some one goes through the parent category menu and then clicks on it, it still shows the seo url

What do you mean? Please clarify

What do you mean? Please clarify

When we access the menu link it works fine as desired and points to our search link http://prntscr.com/hbzf5m

But when we go through the Same Category Menu it points to the Seo Default Link only: http://prntscr.com/hbzfq5

Thank you for the clarification. Unfortunately, it is required to examine issue on your installation directly