Get to know 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
Here are our most powerful plugins:
- BSS Commerce’s Magento 2 B2B Extension enhances B2B performance with streamlined workflows and tailored pricing strategies.
- BSS Commerce’s Magento 2 SEO Extension improves rankings and maximizes organic growth through advanced SEO automation.
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
QUESTION:
Would it be possible to increase the amount of time that the error message is displayed (or make it stay permanent) as lots of customer are complaining that they don't get to see it properly as they are using mobile devices for orders and missing the message when credit card declined.
SOLUTION:
I would like to share you the solution of increasing the amount of time that the error message is displayed below:
- In the file: app/code/Bss/OneStepCheckout/view/frontend/requirejs-config.js, please add this part in the mixins
'Magento_Ui/js/view/messages':
{ 'Bss_OneStepCheckout/js/view/messages-mixin': true }
like this:
- In path app/code/Bss/OneStepCheckout/view/frontend/web/js/view/messages-mixin.js, please add the file: messages-mixin attached below
Here is the result: https://www.loom.com/share/900fcec179294dcdb0188c2ea1565ded
- If you want to change the amount of time that the error message is displayed, please modify in this part: modify in this code part below: (1000 = 1s)
If you need any further assistance, please feel free to contact us.