Wood & Wooden Trash Cans, Garbage Cans, Waste Receptacles - AAA Park It Outdoors
Each wooden
trash can features treated or
untreated planks to create a
wood trash can for park use in
outdoor applications. The wood
trash cans are traditional in
appearance. The traditional
appearance of these
receptacles is widely accepted
and used in parks across the
nation due to the economic
value. A basic galvanized
steel receptacle includes a
mounting post. The slat
receptacle is available in
wood and recycled plastic
planks in 22 or 32 gallon
sizes, with optional lids and
liners.
select c.categories_id, cd.categories_name, c.categories_image, c.parent_id, MIN(pd.products_price) AS `price` from products pd
inner join products_to_categories pc on pd.products_id=pc.products_id
inner join categories_description cd on cd.categories_id=c.categories_id
inner join categories c on c.categories_id=pc.categories_id
where c.parent_id=69
and cd.language_id=1
group by pc.categories_id
order by c.sort_order, cd.categories_nameUnknown column 'c.categories_id' in 'on clause'