Hi Guys,

I'm sure there is already some postes related to this but I cannot find anything. I'm a front end developer so don't know intense .net programming. I'm implementing nopcommerce on my website where the only payment option is PayPal, so I would like to remove the payment option step and go straight to Payment Info where you see the message that you are being directed to PayPal. So far I tried Response.Redirect("CheckoutPaymentInfo.aspx") in Page_Load of CheckoutPaymentMethod.aspx but the page times out. Can someone plz advise.

Thanks very much.