-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.20
-- PHP version -- : 7.2.32
Hello, I have a simple shipping requirement:
- Local delivery for post codes starting with "CT14" or "CT13"
- If delivery address is NOT in the above local postcodes, use a UK Nationwide Delivery service
Consequently, I've created three manual shipping methods, in the following order:
- Local delivery with a restriction of prefix ="CT14"
- Local delivery with a restriction of prefix ="CT13"
- National UK delivery with no restrictions
Problem: when ordering, no matter what text I place in the delivery "post code" field, ONLY the National UK delivery method is shown. The prefix functionality does not appear to work.
Is this a bug, or am I doing something incorrect?
Many thanks
Marcus