Iam running Version 9, I specified the path in my custom Provider:
public override string GetPaymentDataFormPath()
{
return "~/CMSModules/Ecommerce/Controls/PaymentGateways/DummyPaymentForm.ascx";
}
And there I placed my form files! Have I used the proper method? I found a other method to ovverride: public override string GetPaymentDataFormPath()
Do I have to add the form to the Order Completed Page?