Multiple choice doesn't work M2.3.2 EE?

Created by Support Agent, Modified on Tue, 21 Apr at 12:16 AM by Support Agent

QUESTION:

I use Magento 2.3.2 EE and install the module M2 Layer Navigation on our site. However, the multiple choices functions just work in the same group, if it is not the same group, multiple choices doesn't work!! See images below:


We got an error: 


ANSWER:

The error that you have encountered with due to the default Function AddFieldToFiter doesn't work.

Please edit file Model/ResourceModel/Attribute.php as below:


Model/ResourceModel/Attribute.php MODIFIED

 
Side-by-side diff View file
 
Comment
 
More
                     if ($attribute->getAttributeCode() !== $key) {
                         $attributeValue = explode('_', $value);
                         if (isset($attributeValue[1])) {
-                            $productCollection->addFieldToFilter(
+                            $productCollection->addAttributeToFilter(
                                 $attribute->getAttributeCode(),
                                 ["in" => $attributeValue]
                             );
                         } else {
-                            $productCollection->addFieldToFilter($key, $attributeValue[0]);
+                            $productCollection->addAttributeToFilter($key, $attributeValue[0]);
                         }
                     }
                 }


If you need any further assistance, please feel free to contact us via https://bsscommerce.com/contact.



Count on us! Here are some information about BSS Commerce if you might be interested:


BSS Commerce is a full-service ecommerce agency with 14+ years of experience, supporting 75,000+ customers worldwide. As an Adobe Commerce Solution Bronze Partner and Select Magento Extensions Builder, we deliver trusted end-to-end solutions.


Our core strength is Magento, with 150+ extensions designed to enhance store performance and drive growth. With deep expertise from years of working on Magento websites, we deliver scalable, high-impact solutions backed by strong client trust.


Discover our extensions: https://bsscommerce.com/magento-2-extensions.html. 


Our Magento B2B Extension by BSS Commerce is a flagship, widely used global solution, providing an all-in-one system for pricing, account management, and efficient B2B workflows. 


>>> If you want to improve your visibility, install Magento SEO Extension by BSS Commerce


If you need further assistance, please don't hesitate to contact us.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article