different payment methods per country

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
robgrigg
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Fri Jun 12, 2009 2:22 am

different payment methods per country

Post by robgrigg » Wed Aug 04, 2010 2:07 am

Hi Guys,

Quick question. Is there a way to change the payment methods offered to a user depending on the contry tey come from?

You can asign payment methods to groups but this relies on the user being registered and in a group which in most of our cases is not true.

The scenarios is that we don't want to offer credit card as an option for some contries as we cannot verify the address etc, rather we insist on a bacs payment so I simply want to change the payment methods offered onve I know the billing country.

Thanks in advance for your help.

R.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: different payment methods per country

Post by mazhar » Wed Aug 04, 2010 4:26 am

One solution could be to simply update payment screen code and put some show/hide code depending upon user's shipping country or IP address. In this case no user group will be required. All you need is to edit OnePageCheckout.ascx.cs file and then place this code where it creates and loads available payment methods.

robgrigg
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Fri Jun 12, 2009 2:22 am

Re: different payment methods per country

Post by robgrigg » Thu Aug 12, 2010 10:29 am

OK, got ya, thanks.

Post Reply