Bagisto Forum

    Bagisto

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

    SaaS module and product filters

    Bug Report
    3
    5
    255
    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

      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

        Hello There,

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

        R 1 Reply Last reply Reply Quote 1
        • R
          robster @prachi last edited by

          @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

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

            Thanks

            R 1 Reply Last reply Reply Quote 0
            • R
              robster @Vaishali Agarwal last edited by

              @Vaishali-Agarwal 100086220.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post