
 Edward Thomas - 2010-06-30 20:38:46
What are the definitions of the tag data (e.g. 75, 16, 13...) in the array $ship_data. Is it documented somewhere? $ship_data is in the file ship.php and written as follows:
$ship_data = array(
     75=>   'LBS'
    ,16=>   'Ma'
    ,13=>   '44 Main street'
    ,5=>    '312 stuart st'
    ,1273=> '01'
    ,1274=> '01'
    ,18=>   '6173335555'
    ,15=>   'Boston'
    ,23=>   '1'
    ,9=>    '02134'
    ,183=>  '6175556985'
    ,8=>    'MA'
    ,117=>  'US'
    ,17=>   '02116'
    ,50=>   'US'
    ,4=>    'Vermonster LLC'
    ,7=>    'Boston'
    ,1369=> '1'
    ,12=>   'Jay Powers'
    ,1333=> '1'
    ,1401=> '1.0'
    ,116 => 1
    ,68 =>  'USD'
    ,1368 => 1
    ,1369 => 1
    ,1370 => 5
);