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.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual string GetPaymentDataFormPath()

Return Value

Type: String
See Also