Question:
When enabling the module, I got an issue. Some of the notification messages that appear on top of the pages quickly disappear after a second.
For example: when a customer add a product to cart which is over the available quantity, the red message is only presented in a second.
The suggested solution:
You go to file: app/code/Bss/ProductStockAlert/view/frontend/web/js/ajax.js
and edit:
before:
$.ajax({
url: this.options.url,
dataType: 'json',
data: {"action" : this.options.action, "productId" : this.options.productId, "statusAvailable" : this.options.statusAvailable},
type : "post"
}).done(function (data) {
after
$.ajax({
url: this.options.url,
global: false,
dataType: 'json',
data: {"action" : this.options.action, "productId" : this.options.productId, "statusAvailable" : this.options.statusAvailable},
type : "post"
}).done(function (data) {
We sorry about the inconvenience. If you need further assistance, please don't hesitate to contact us.
Learn more about us!!
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
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
Feedback sent
We appreciate your effort and will try to fix the article