Change Default Country from UK to Ireland
-
Hi,
I’ve just upgraded to paypal payments from paypal checkout. I was using a filter to change the credit card express checkout to default to IE but since upgrading it is no longer working. I was using the following:
function paulsmenswear_ppec_use_ireland_locale_code( $default_code ) {
return ‘en_IE’;
}
add_filter(‘woocommerce_paypal_express_checkout_paypal_locale’,’paulsmenswear_ppec_use_ireland_locale_code’,10,1);Is it possible to amend this code to continue to have it default to IE rather than UK?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Change Default Country from UK to Ireland’ is closed to new replies.