Archived topic
Generate press + woocommerce & stripe
2 replies · Started by Liberty on October 10, 2018
Hello,
I'm testing my checkout page with generatepress + woocommerce and stripe but the credit card field don't show (http://prntscr.com/l4bicj).
I switch theme too twentyseventeen and it work.
I switch back to generatepress and it don't work.
I desactivate all the plugin with generatepress and it don't work.
May i assume that the problem come from generatepress ?
Did someone had the same issue ?
Thank you
Just found the solution.
I was hiding the country field with :
unset($fields['billing']['billing_country']);
And apparently this is mandatory for stripe to get that field for loading the credit card input.
Hope that will help someone in the futur =)
Glad you got it working. Thanks for sharing the solution :)