[v1.2.2] Fix the conflict with M2 Configurable Product Matrix View when showing blank popup

Created by Support Agent, Modified on Mon, 20 Apr at 11:47 PM by Support Agent

Issue:


We're using version 1.2.2 on M2.3.6 and we are facing an issue that when clicking to product quantity, it's showing a blank popup. 

Please check this issue.



Solution:


In this case, it is assumed that's because of conflict between M2 Hide Price and M2 Configurable Product Matrix View extensions

To solve this issue, could you please edit the file /public_html/app/code/Bss/HidePrice/Plugin/CategoryHidePrice.php line 175 as below?

from 

if (in_array($productRepository->getTypeId(), $singleList)) {

to 

if (in_array($productRepository->getTypeId(), $singleList) && $currentProduct->getTypeId() != 'configurable') {


If you have any issues, please feel free to contact us.

We're always willing to support you.


BSS Commerce is a trusted Magento 2 extensions provider with 14+ years of experience, serving 75,000+ customers worldwide. We are an Adobe Commerce Solution Bronze Partner and a Select Magento Extensions Builder, reinforcing our expertise in the Magento ecosystem.


We specialize in developing 150+ high-quality Magento 2 extensions that enhance functionality, improve user experience, and support scalable growth. Our reputation is built on long-term partnerships, positive feedback, and proven performance-driven solutions.


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


You can refer our top tier extensions:

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