The Men's Heritage Classic Firefighter Shirt ensures you’re ready for action with FR protection and its durable design, combining professional style and functionality. Its PerfectPress process provides long-lasting sharpness, while reinforced stitching and secure pockets support your every move. Stay prepared and confident when duty calls.
Badge tab with metal eyelets (removable upon request)
Spade chest pockets and flaps with hook-and-loop closures for secure storage
Five sewn-in military creases (two in the front/three on the back)
False button front with hidden snap closure for easy on/off during critical response times (two in front/three on back)
SELECT `I`.`ListID`, `I`.`ProductID`, `I`.`ItemGroup`, `I`.`ItemColorID`, `I`.`ItemColor`, `I`.`ItemSizeOnly` AS `ItemSize`, `I`.`ItemLength`, `I`.`RequiredAlterationID`, `I`.`ProspectItem`,
MAX(`S`.CatID) AS CatID, `I`.`SalesPrice`,`I`.`SalesPrice` AS `WebPrice`,
`I`.`AltShowListID`, `I`.`InventoryOnly`
FROM `tbl_items` `I`
LEFT JOIN `tbl_items_search` `S` ON (`I`.`ItemID`=`S`.`ItemID`) AND (`S`.`CatID` = '2076')
WHERE (`I`.`ItemGroup` = '8WR-FSF2') AND (`I`.`ShowOnlyLocal` = '1') AND (`I`.`IsActive` != '0') AND (`I`.`SpecialGroupID` Is Null OR `I`.`SpecialGroupID` = '0')
GROUP BY `I`.`ListID`
ORDER BY `I`.`ProspectItem`, IFNULL(`I`.`ItemColor`,'ZZZZZZ'),`I`.`SizeSort`,`I`.`ItemSize`, `I`.`ItemLength`