How to disable the"Skip payment" button in the last shopping cart step?
You can hide the "Skip payment“ button (ButtonBack control) in the ~\CMSModules\Ecommerce\Controls\ShoppingCart\ShoppingCartPaymentGateway.ascx.cs file by using the following code: this.ShoppingCartControl.ButtonBack.Visible = false;
Please, sign in to be able to submit a new answer.