How to Disable the “Skip Payment” button in the Last Shopping Cart Step in Kentico

If you want to Disable(hide) the “Skip Payment” Button in the Last Shopping Cart Step (ButtonBack control)  edit the ShoppingCartPaymentGateway.ascx.cs (you can find it at ~\CMSModules\Ecommerce\Controls\ShoppingCart\ShoppingCartPaymentGateway.ascx.cs) with the following Code:

*********************************************************************

this.ShoppingCartControl.ButtonBack.Visible = false;

*********************************************************************

- My ASP.NET Application
We use cookies to provide the best possible browsing experience to you. By continuing to use our website, you agree to our Cookie Policy