In the cart page it isn't displaying a choice of countries when the item in the cart is set on "No Shipping charges" checked in its product info. I would like on the cart page for the customer to select what country the item is shipping to, before he continues to the checkout page. I have a script on the checkout page that needs this information. It is running the script if the country is not US.
if (document.billing.elements['ShipCountry'].value != "United States")
Is there a way to have the country choices appear on the cart when the item is set on "No Shipping charges"?