This postbox is made of top quality stainless steel. Weather-resistant and shower proof. Opening is fitted with noise-dampening materials to prevent annoying clattering. Tips for installing the postbox and wall mounting fixings are enclosed - you can use the packaging as a template for marking the drill holes.
SELECT COUNT(*) AS TOTAL
FROM entries
INNER JOIN p_individualMailboxAccessories
ON p_individualMailboxAccessories.`productID` = entries.`ID`
INNER JOIN products_tr
ON products_tr.`productID` = entries.`ID`
WHERE products_tr.`language` LIKE 'EN'
AND p_individualMailboxAccessories.`compatibleProducts` LIKE '%|237|%'