SELECT distinct (b.attr1) as origAttr1, max(CASE WHEN b.attr1_alias IS NULL OR RTRIM(LTRIM(b.attr1_alias)) = '' THEN b.attr1 ELSE b.attr1_alias END) as attr1, max(a.sku_id) as sku_id, max(b.attr1_entry_id) as attr1_entry_id, sum(e.qoh+e.qc) as qoh, max(b.attr1_order) as sort_order, max(c.attr1_hex) as hex,max(d.attr1_fam) as fam,max(z.non_invt) as non_invt
FROM tb_skus a
LEFT JOIN tb_attr1_entries b WITH (NOLOCK) ON (b.attr1_entry_id = a.attr1_entry_id)
LEFT JOIN tb_sku_buckets e WITH (NOLOCK) ON (e.sku_id = a.sku_id)
LEFT JOIN tb_attr1_hexes c WITH (NOLOCK) ON (b.attr1=c.attr1)
LEFT JOIN tb_attr1_families d WITH (NOLOCK) ON (c.attr1_fam_id = d.attr1_fam_id)
LEFT JOIN tb_styles z on (z.style_id = a.style_id)
WHERE (a.sell_web not in ('N','NO') or (a.sell_web is null)) and a.style_id=?
AND e.store_id in(1,2,3,4)
GROUP BY b.attr1
ORDER BY max(b.attr1_order), max(b.attr1_entry_id)
Get arch support in your cleats with the Currex CleatPro Insoles, designed specifically to replace the foam liner in your soccer cleats for a comfortable fit. The insoles reduce pressure and fatigue on your foot by creating foot contact and stability in the shoe. Heel stabilizer provides a custom, locked down fit. Bamboo mid-layer and charcoal keep the foot dry and odorless with moisture wicking technology. 3D arch delivers an anatomical support with stability for great control. PROPO+ pad offers rapid acceleration, and Poron heel pad absorbs shock and provides comfortable cushioning. Available for all levels of cleats and all sizes.
XS: US Mens- size 2.5-4. US Womens- size 4-5.5
S: US Mens- size 4.5-6. US Womens- size 6-7.5
M: US Mens- size 6.5-8. US Womens- size 8-9.5
L: US Mens- size 8.5-10. US Womens- size 10-11.5
XL: US Mens- size 10.5-12. US Womens- size 12-13.5