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.EcommerceProviderAssembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 8.2.23
Syntax public virtual string GetPaymentDataFormPath()
Return Value
Type:
StringSee Also