Hi all,

Im using version 2.4. I see that there is a property on the PaymentMethod model/controller which will skip that step in the checkout if there is only one payment method available.

I've changed the code for ShippingMethod so that if there is only one it is selected and the stage is skipped (as far as the user is concerned).

I want to be able to skip the PaymentInfo step, if there is no action to be taken. For example, I'm using the WorldPay plugin which doesn't require any action other than the user clicking a button. I'm wondering whether it's possible to create a property/setting for all payment plugins that indicates whether an action is required i.e. whether the user must input info/click a button etc, and if not the payment module is selected and the code skips to the next step.

Any ideas people???

Thanks in advance
Al