subscribepro / subscribepro-magento2-ext

Subscribe Pro Magento 2 Integration Extension
MIT License
24 stars 22 forks source link

Disable Place Order button while payment being entered #219

Closed garthbrantley closed 9 months ago

garthbrantley commented 9 months ago

@chrismshea Should the Place Order button be disabled while credit card information is still being entered?

How does the Braintree payment method handle this for example?

image

eugene-shab commented 9 months ago

@chrismshea can you take a look at this question?

garthbrantley commented 9 months ago

@chrismshea and myself reviewed the Braintree integration and determined it leaves the Place Order button enabled throughout the entire process. If you click the button before entire valid credit card is entered, it triggers field validation / error messages.

We decided to follow this implementation, meaning no further changes necessary.