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.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article