Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Shaun Kuschel a11n

    (@shaunkuschel)

    Automattic Happiness Engineer

    Hey alexjones,

    Can you provide some more info about what exactly you are wanting to achieve? Where are wanting to see billing fields that you aren’t currently?

    Plugin Contributor royho

    (@royho)

    Yes you can do that by putting the following into your child theme’s functions.php file add_filter( 'wc_stripe_checkout_require_billing_address', '__return_true' );

    However note that this is not enabled by default for a reason as it forces a bad user experience. By enabling this, the user has to fill out the address twice, once on WC and once on the popup.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stripe Checkout Billing fields’ is closed to new replies.