Click or drag to resize
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.EcommerceProvider
Assembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 8.2.23
Syntax
C#
public virtual string GetPaymentDataFormPath()

Return Value

Type: String
See Also