• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups

SaaS module and product filters

Bug Report
3
5
267
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R
    robster last edited by 29 May 2020, 09:07

    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?

    1 Reply Last reply Reply Quote 0
    • P
      prachi last edited by 29 May 2020, 10:42

      Hello There,

      Please raise a ticket for your query here:- https://bagisto.uvdesk.com/en/customer/create-ticket/.

      R 1 Reply Last reply 12 Jun 2020, 13:50 Reply Quote 1
      • 14 days later
      • R
        robster @prachi last edited by 12 Jun 2020, 13:50

        @prachi 2 weeks and still no answer. In my opinion SaaS module destroy some Bagisto functionalities - like filters.

        1 Reply Last reply Reply Quote 0
        • V
          Vaishali Agarwal last edited by 12 Jun 2020, 13:58

          @robster
          can you please share the ticket #ID if you raised it on provided link?

          Thanks

          R 1 Reply Last reply 16 Jun 2020, 14:36 Reply Quote 0
          • R
            robster @Vaishali Agarwal last edited by 16 Jun 2020, 14:36

            @Vaishali-Agarwal 100086220.

            1 Reply Last reply Reply Quote 0
            4 out of 5
            • First post
              4/5
              Last post