-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.2.4
-- PHP version -- : 5.4.32
I am trying to get shipping zone restrictions working with manual shipping method.
At user registration i am using the following fields for address info.
address_street
address_street2 (for Suburb)
address_country
address_state
address_post_code
address_city
I have setup a country (Australia) zone, with a single state as a state subzone, then subzone of the state set as a shipping zone. If I apply the shipping zone as a restriction to the shipping method the shipping method doesn't appear at checkout even though the user has the shipping zone as part of their address (the problem occurs regardless of which address info field I try to match to the shipping zone. The same problem also occurs if I try to use the country or state zones as the restriction. What am I doing wrong?