Page 1 of 1

Filter module. Incorrect logic

Posted: 26 May 2024, 16:25
by sulpher
I have the following structure:

Products (menu item to default shop page) /index.php/products/
- Men's clothing. URL: /index.php/products/mens-clothing
- Women's clothing. URL: /index.php/products/womens-clothing

And there is a filter module in sidebar. I proceed to men's clothing category and get URL is:
/index.php/products/mens-clothing

then I click on any color image in the filter:
Image

and get request in the URL turns into:
/index.php/products/items

If I deselect the color, I am on the main PC's page with list of all products instead of men's clothing category.

And I also noticed that color images display randomly. E.g. each time I click on color image, the list of color images displays randomly.

PC 5 / J5.

Re: Filter module. Incorrect logic

Posted: 28 May 2024, 15:35
by Jan
Hi, in Phoca Cart, there is a category view and items view, they can cooexist next to each other (all filter results are displayed in items view) but the category view can be ignored and replaced by items view only, e.g. used here:
https://www.phoca.cz/jtd/

This can be set in options.

Jan