Always save card on checkout
-
A long time ago (before this plugin was free) whenever a new customer placed an order, it would create a customer account in stripe and save the customer’s credit card token. It did this because in the woocommerce settings, I had “Saved Cards: Enable Payment via Saved Cards” option checked.
Now there is a box on the checkout page that a customer has to check in order for their new card to be saved (and a cus_ account to be created in stripe if they are a new customer)
So now if the customer doesn’t check that box, there’s no way for me to add to their order, create a new order for them (at their request) etc…
Is there a way to bypass that checkbox so that the customer doesn’t have the option to not have their payment saved? I want their info to be saved in Stripe every time. Obviously hiding the box with CSS doesn’t fix the problem, since the box needs to be checked in order to save their card in stripe. I just want it to go back to the way it was before, or at least give admins an option in woocommerce settings to make it function the way it used to.
The topic ‘Always save card on checkout’ is closed to new replies.