Page 1 of 1

Checkout Error

Posted: Thu Oct 15, 2009 6:02 pm
by wilhud
I need to add some custom code to the checkout page, but whenever I do, I get this error...

[[ConLib:OnePageCheckout]] ConLib\OnePageCheckout.ascx.cs(1285): error CS1501: No overload for method 'CreateUser' takes '7' arguments

Basically, I have added another flag that will show and hide a <tr> message based on the value of the variable I created. I set it up very similar to the code that was already being used for other flags in the file.

Any ideas on what I may be doing wrong?

Thanks,
Wil

Re: Checkout Error

Posted: Thu Oct 15, 2009 7:00 pm
by wilhud
Sorry, nevermind...I had uploaded an old file by accident that had some problematic code in it. Had nothing to do with the new code.

Wil