CMSPaymentGatewayProviderGetPaymentDataFormPath Method |
Returns CMSPaymentGatewayForm form virtual path with custom controls which are used to display/input customer payment data, such as credit card number etc.- you need to override this method to load your custom controls.
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax public virtual string GetPaymentDataFormPath()
Return Value
Type:
StringSee Also