• Hello,
    I have two payment gateways: paypal and bank transfer (from an EDD Extension), I have set Bank Transfer to be the default gateway, but some users (I know, I know …) skip this first section in the order confirmation and do not change it if they want PayPal.

    I was wondering: is it possible to disable any payment gateway? In this way the field would be empty and the user would be forced to choose. Thanks.

Viewing 1 replies (of 1 total)
  • Hi @francescag

    I can understand your concern but It is not possible because in a checkout page if no “Payment Method” is chosen then the below information like “Personal Info”, “Billing Info” etc will not be load.

    Below information is dependent and varies based on chosen payment gateway.

    You can do some alternative way…
    1) Highlight the “Select Payment Method” div with some CSS so people will see him and choose the right payment gateway.

    2) In checkout page there is a purchase button. You can write a small JS and append the Payment gateway name in button like “Purchase with PayPal” OR “Purchase with Bank Transfer” so before pressing button they will be notified.

    3) Put an alert / confirmation before purchase like “Your chosen Payment Gateway is PayPal”. OK or Cancel..

    I hope my above suggestion will help you to solve your problem.

Viewing 1 replies (of 1 total)
  • The topic ‘disable default payment gateway’ is closed to new replies.