I am trying to make a custom payment form. I copied the file PhoneCallPaymentForm.ascx from checkout/paymentforms, renamed it and made my modifications. However, from onepagecheckout I am trying to access it via the ASP namespace like
Code: Select all
ASP.PhoneCallPaymentForm phoneCallForm = new ASP.PhoneCallPaymentForm();
But my custom form is not available. Does anyone know how I can get access to it?