• We are currently using Woocommerce to allow users to place orders. But is it possible to create some sort of profile that allows only certain users to pay by credit card? If so, how could I do it? Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @sergi87, the simplest solution would be to assign a custom User Role to those customers you wish to accept credit card charges and then filter the available Payment Methods by that User Role. An alternative would be to assign a custom User meta to those Users and filter by that User meta.

    This can be achieved with intermediate WooCommerce Actions/Filters knowledge. This should help you find a WooCommerce developer who can assist you in this customisation.

    Thread Starter sergi87

    (@sergi87)

    Not really finding how to do this part “filter the available Payment Methods by that User Role.” Is it posible to do this with the Woocommerce configuration only and not touching the template files?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Only allow specific customers to pay with credit card’ is closed to new replies.