Accessing Billing Country from OnePageCheckout
Posted: Wed Nov 18, 2009 12:59 pm
I am trying to show a custom payment method based on whether the billing address is in the US or not. So I thought I could just check if BillToCountry.SelectedValue != "US", but this isn't always available as once the edit billing panel is closed then the the SelectedValue becomes "" .
So how can I tell if the BillToCountry is != "US" once the edit panel is closed?
So how can I tell if the BillToCountry is != "US" once the edit panel is closed?