SaaS module and product filters
-
Hi,
I have a problem with Saas module and product filters. After installation SaaS module, product filters was broken - I always see a full list of products. I was verifying a database query and I think it is a problem with models override. With SaaS module query looks like:
and (`product_flat`.`company_id` = 1 or (`product_flat`.`company_id` = 1 and `product_flat`.`min_price` >= '0' and `product_flat`.`min_price` <= '86') or (`product_flat`.`company_id` = 1 and `product_flat`.`min_price` >= '0' and `product_flat`.`min_price` <= '86') )
rather than
and ( (`product_flat`.`company_id` = 1 and `product_flat`.`min_price` >= '0' and `product_flat`.`min_price` <= '86') or (`product_flat`.`company_id` = 1 and `product_flat`.`min_price` >= '0' and `product_flat`.`min_price` <= '86') )
Do you have an idea how to fix this?
-
Hello There,
Please raise a ticket for your query here:- https://bagisto.uvdesk.com/en/customer/create-ticket/.
-
@prachi 2 weeks and still no answer. In my opinion SaaS module destroy some Bagisto functionalities - like filters.
-
@robster
can you please share the ticket #ID if you raised it on provided link?Thanks
-
@Vaishali-Agarwal 100086220.