Custom Payment Form
Posted: Mon Nov 09, 2009 1:52 pm
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
But my custom form is not available. Does anyone know how I can get access to it?
Code: Select all
ASP.PhoneCallPaymentForm phoneCallForm = new ASP.PhoneCallPaymentForm();