How to disable the"Skip payment" button in the last shopping cart step?

Miro Remias asked on February 20, 2012 22:12

How to disable the"Skip payment" button in the last shopping cart step?

Correct Answer

Miro Remias answered on February 20, 2012 22:12

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;

-mr-
0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.