Map A Category To Filter Listing Of Products

Can we some how create a Category where we map it to Product listing based on a filter ? E.g. If I want to list all the products in a category which are worth 10$ so if some one clicks on that category then the products are listed who have a value = 10$.

Is it required to use filters? You can add ?price_from=10&price_to=10 parameters to the category url. E.g.

http://demo.cs-cart.com/electronics/computers/tablets/

http://demo.cs-cart.com/electronics/computers/tablets/?price_from=499&price_from=499

But how do we create a category link of the same in the menu?

But how do we create a category link of the same in the menu?

Just create new menu manually. You can do it on the Design -> Menus page in the admin panel

ok thanks for the input.

Hi Ecom,

What if this has to be done in the case of adding an option to the Category Menu, on the vivashop theme ?

Is that possible?

Admin

Hi Ecom,

What if this has to be done in the case of adding an option to the Category Menu, on the vivashop theme ?

Is that possible?

Admin

I do not see any reasons why it should not work on the 3rd party theme

I do not see any reasons why it should not work on the 3rd party theme

We can only list categories in the vivashop menu and they are automatically created when a category or sub category is created, How will we map it to a filter so that when we create a subcategory the filter url is mapped to it. Please explain ?

We can only list categories in the vivashop menu and they are automatically created when a category or sub category is created, How will we map it to a filter so that when we create a subcategory the filter url is mapped to it. Please explain ?

Do you want to say that there is no ability to create custom menus in vivashop?

Menus can be created but we cant add them to the category menu, those menus display at the top of the page only.

Menus can be created but we cant add them to the category menu, those menus display at the top of the page only.

Sorry, I am not familiar with vivashop theme. But I know that our specialists did custom menu for several projects. Please address this question to the theme developers

http://forum.cs-cart.com/topic/36040-vivashop-your-ultimate-responsive-cs-cart-theme/page-4#entry252880is what energo team has answered that this is an cs-cart issue , is there a way around ?

Any once from cs-cart team can answer this ?

Any once from cs-cart team can answer this ?

energothemes replied only about the blocks with type Categories. This block has automatic filling.

You should use the custom menus as eComLabs suggested. Please refer to the following articles for more details:

http://docs.cs-cart.com/4.3.x/user_guide/look_and_feel/menus/add_menu.html

http://docs.cs-cart.com/4.3.x/user_guide/look_and_feel/menus/menu_block.html

http://docs.cs-cart.com/4.3.x/user_guide/look_and_feel/menus/menu_items.html

https://www.youtube.com/watch?v=mjGbn2l21B4

energothemes replied only about the blocks with type Categories. This block has automatic filling.

Actually we want these menu items to be part of the category menu only. Is there any other option using hooks etc which we can code at backend to add these values or any other way ?

This subcategory will be created under a main category like

Clothes > Shirts > Full sleeves

> Half sleeves

> Shirts for 4.99$

> Shirts for 9.99$

> Trousers > Trousers for 4.99$

> Trousers for 9.99$

> Blazers ....etc.

Any body having a solution for this issue ?