Hi @chienle86,
You have something odd happening on your staging site. When the page first loads, our plugin correctly shows the credit card inline form. But several seconds later, a new card form takes its place.
See this screenshot showing the payment methods html is being hidden on your site. You appear to have some code on your site that’s hiding the WooCommerce payments section and displaying this other card form.
https://imgur.com/a/8xPK1XM
I’d start testing if a plugin is doing that, then your theme.
Kind Regards
i see that but if i remove “display:none” it show but it is not working because don’t have CVC field on it.
you can see image: https://prnt.sc/RP_-VVrdLUmr
The CVV field is there, if you enter a credit card number and an expiration date it will auto tab over to the CVV field.
yes. i see CVV but when i enter all and ‘place’ order. it still show message “This payment method is temporarily unavailable.”
See image bellow:
https://prnt.sc/kC-3BngsEbgY
CAn you let me know why that message show? and Where it from?
hi i find reason, seem that is hack website, that they insert to plugins\woocommerce\templates\checkout\form-checkout.php
very dangerous.
@chienle86 Ya that’s good you found that. The card form you saw was using input values that were hosted on your checkout page which is not good.
Make sure you harden your security and update permissions on your WordPress directories and files.
Kind Regards,