PaymentInfo disabled checkout

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hi,

Can the "PaymentInfo" page be disabled in the checkout?

Version 3.90
7 years ago
Sure. But it depends on a payment method.

Some of them requires it (e.g. credit card details). But in some cases you can disable it by returning "false" from "SkipPaymentInfo" property of a payment plugin implementation (IPaymentMethod). But it'll require some customization

If you mean "redirection" payment method (e.g. PayPal Standard) and don't want to change source code, then just set "PaymentSettings.SkipPaymentInfoStepForRedirectionPaymentMethods" setting to "true" in admin area > configuration > settings > all settings (advanced)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.