-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3.5
We need to create a mass action for pulling confirmed orders to be shipped and creating mailing labels. I creating the csv/xls file all columns are correct EXCEPT " address_state". The data pulled here is formatted as "state_Mississippi_4287". It appears to be pulling from the "hikashop_zone" table, column "zone_namekey" and should be pulling from the "zone_name_english" column. Then the data can be correctly merged to print lable s properly without editing that column every time we need to print labels. Where is that reference made so we can change that?