Conflict with Infotis Ultimo theme

Created by Nicole Le, Modified on Sat, 13 Apr, 2019 at 4:01 PM by Nicole Le

Issue: "Notify me" button doesn't display

Solution:

Edit file 

edit file app/code/Bss/ProductStockAlert/view/frontend/web/css/source/_module.less

line 56-73

.products-grid {
   .product-item-info:hover, .product-item-info.active {
      .notify_me_bss {
         display:block;
      }
   }
   .product-item-details {
      .product-item-actions {
         margin: 0 0 10px;
      }
   }
}

.product-item-info {
   .notify_me_bss { 
      display:none;
      margin-bottom: 10px;
   }
}

to

.product-items {
   .product-item-info:hover, .product-item-info.active {
      .notify_me_bss {
         display:block;
      }
   }
   .product-item-details {
      .product-item-actions {
         margin: 0 0 10px;
      }
   }
   .product-item-info {
      .notify_me_bss {
         display:none;
         margin-bottom: 10px;
      }
   }
}

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