Page 1 of 1

Custom Payment Form

Posted: Mon Nov 09, 2009 1:52 pm
by jsmits
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?

Re: Custom Payment Form

Posted: Mon Nov 09, 2009 1:57 pm
by jsmits
Doh! :oops: Just realized I forgot to register the tag in the ascx control. Sorry to waste your time.