OCMS 3.6.29. Mall 3.4.4
I suspect this bug has been around for a while.
At checkout, if the customer misses any fields, e.g. card number, CVV, postcode, the form generates an error, but no message is showing.
I see in plugins/offline/mall/classes/payments/stripe/form.htm, you have
errorElement.classList.remove('visible');
and
errorElement.classList.add('visible');
OCMS 3.6.29. Mall 3.4.4 I suspect this bug has been around for a while. At checkout, if the customer misses any fields, e.g. card number, CVV, postcode, the form generates an error, but no message is showing. I see in
plugins/offline/mall/classes/payments/stripe/form.htm
, you haveerrorElement.classList.remove('visible');
anderrorElement.classList.add('visible');
Changing the class to "oc-visible" works for me.