This is a classic work pant with every thing you need to get the job done. Knee pad pockets, hammer loop, Ruler and cargo pockets. Plus side elasticated waist.
Features
Handy waistband D ring for keys or ID cards
Machine washable at 60°C
Standard fit
Side elastic waist for ultimate wearer comfort
40+ UPF rated fabric to block 98% of UV rays
Hammer loop for secure storage of work tools
Knee pad pockets to facilitate knee pads
Rule pocket
Easy access cargo pocket
Two back pockets with flap and snap closure
Side pockets
6 pockets for ample storage
Adjustable hem to accommodate all leg lengths
Hard wearing durable twill fabric with excellent dye retention
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` = '3PW-CD884') 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`