• Resolved noddemix

    (@noddemix)


    I’m migrating from another platform where I was able to use a combination of alpha and numerical digits in a range to allow delivery to specific UK postal codes, for example “SK1-8”. That doesn’t appear to work here, and I wondered if there was a workaround other than just manually listing the postal codes? For example, there are many Manchester postcodes but I can’t use the “M*” wildcard because there are other postal codes beginning with “M” (“MK” for example), which means manually listing around 60-ish postcodes just for that particular region.

    Any suggestions/advice would be very welcome.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You will have to use something like:

    SK1 *
    SK2 *
    SK3 * etc

    Note the space before the * – this means SK1 will not be triggered if the postcode is SK11

    For the M postcodes you could do, for example:

    M1*
    M2* etc to M9*

    Without the space, M1, M11, M19 etc would all be covered

    Thread Starter noddemix

    (@noddemix)

    Thank you – I’ve cobbled something together but it does feel like an inelegant way to do things compared to being able to specify a range.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shipping zones – alpha numerical range?’ is closed to new replies.