Check out form design errors and stripe errors not being displayed
Hi Sajib,
Hope you are doing great. Following are the issues:
1. Stripe errors are not showing on the top of the checkout form.(error are being displayed in console e.g.
a) stripe.min.js?ver=4.5.5:1 Your card was declined. Your request was in live mode, but used a known test card.
b) stripe.min.js?ver=4.5.5:1 Your card number is incomplete.
c) stripe.min.js?ver=4.5.5:1 Your card’s security code is incomplete.
d) stripe.min.js?ver=4.5.5:1 Your card’s expiration date is incomplete
e) stripe.min.js?ver=4.5.5:1 Your card number is incomplete.
)
2. design of checkboxes on the checkout page is also misplaced, and checkboxes don’t show “tick” on click (check image for reference)
3. Date and Time validation, date and time field required error cannot be customized and it shows “internal server error” instead of the required validation message along with other woocommerce validation messages.(screenshot attached)
Thanks.