CatalogProductsModel should not be the property of ManufacturerModel.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 anos atrás
The intention is very clear that "CatalogProductsModel" is used for the ajax filter for the category page, Manufacture page, and vendor page as the filter is the same for all these 3 pages.

But the problem is that suppose the store owner wants to add filter by rating at category but not at the Manufacturer page and vendor page.

It will be better to isolate this record into 3 records with the same parameters so that developer can change it according to the requirements.
2 anos atrás
I don't quite understand your suggestion.
You write about what the store owner wants, and then what developer can.
What exactly do you propose and for what?
2 anos atrás
RomanovM wrote:
I don't quite understand your suggestion.
You write about what the store owner wants, and then what developer can.
What exactly do you propose and for what?


Segregate a little more to have more control. Without any customization, it works perfectly. But when scenarios come to add more filtering like filter by rating/new products for manufacturer and vendor landing page but not for the category landing then it is better to segregate related models and even the server.

It is more suitable when the filter varies by manufacturer, vendor, and category landing page. By default there is no issue.
2 anos atrás
Well, since this will still require some next changes from developers, we leave it for customization.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.