I want to get the chosen shipping country when on the cart / checkout (so before the order is placed). This is to determine if an extra fee (above the normal shipping costs) must be added.
How can i get the chosen country for this function? I use it in an if-function (in this example for the country 'Belgium'):
` elseif ($total >= $min_order and $chosen_shippingcountry = 'BE') {$fees = 10;}`
Can anyone help?
Thanks!
Regards, Cedric