Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Payment method for different country View modes: 
User avatar
Member
Member
d.severi-netribegroup - 10/28/2013 5:14:55 AM
   
Payment method for different country
Is possible to set different payment method for different country?

User avatar
Member
Member
d.severi-netribegroup - 10/29/2013 9:42:25 AM
   
RE:Payment method for different country
nothing??

User avatar
Kentico Support
Kentico Support
kentico_radekm - 11/7/2013 8:02:28 AM
   
RE:Payment method for different country
Hello.

It is possible, but some customization is required.

You need to customize CMSModules\Ecommerce\Controls\ShoppingCart\ShoppingCartPaymentGateway.ascx control. This control contains Payment selector control with available payment options.

What you can do is:

1. Make Ecommerce - Payment option table system table, by changing its "ClassShowAsSystemTable" flag in CMS_Class table to true.

2. Add custom column into this table e.g. with country name.

3. In ShoppingCartPaymentGateway.ascx markup there is PaymentSelector control, allowing you to set where condition.

4. In code-behind, you can access ShoppingCart object, check country and set where condition as per its value.

Best Regards,
Radek Macalik