• Resolved stuberto

    (@stuberto)


    Hi, thank you for the plugin. I will be asking the customer to upgrade to pro for auto exchange updates once the project is completed.

    In the meantime we have an issue.

    In “Pricing Zones” in settings we have the following countries enabled/added:

    AU (Australia)
    UK (United Kingdom)
    US (United States)

    On the website, the drop down field is showing/populating the following countries:
    Australia
    United Kingdom
    United States
    Vietnam
    Other Countries

    Not sure where Vietnam has come from? It should not be there and I cannot find it anywhere in settings to make it show. How can I fix this do you know?

    Also is there a way to hide “other countries” ?

    I am using a override for country-selector.php in the theme directory so I can change anything without impacting plugin if the fix requires me to. I have removed that and just the plugin by itself still has the above issues.

    Just in case you need to know. Settings in the plugin are:

    General Options:
    Price based on: Customer billing country
    Shipping: Apply exchange rates to shipping costs
    Caching support: (not ticked)
    Caching support: (not ticked)
    Test Mode: (note ticked)

    Pricing Zones:
    Countries: Australia, United Kingdom, United States
    Countries not covered by your other zones: United States

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter stuberto

    (@stuberto)

    Please ignore the additional country. I am an idiot. Under “Woocommerce -> Settings -> General ->store address”

    the country was changed to vietnam by one of the developers and i did not know. sigh.

    all good. fixed that part.

    Is there a way to exclude “other countries”?

    Thread Starter stuberto

    (@stuberto)

    Probably a long way around, but for the time been i fixed. i gave each its own data attibute with country code using the custom override in theme file. Then targeted using css to hide.

    .select-items div[data-value=”AX”] {
    display: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Additional countries showing’ is closed to new replies.