Custom Payment Form

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
jsmits
Lieutenant (LT)
Lieutenant (LT)
Posts: 66
Joined: Wed Sep 30, 2009 11:57 am

Custom Payment Form

Post by jsmits » 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

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?

User avatar
jsmits
Lieutenant (LT)
Lieutenant (LT)
Posts: 66
Joined: Wed Sep 30, 2009 11:57 am

Re: Custom Payment Form

Post by jsmits » Mon Nov 09, 2009 1:57 pm

Doh! :oops: Just realized I forgot to register the tag in the ascx control. Sorry to waste your time.

Post Reply