|
|
 |
DESIGNER SCARVES
There are no products to list in this category.
select distinct p.products_id, p.products_image, pd.products_name
from (products p
left join specials s on p.products_id = s.products_id
left join products_description pd on p.products_id = pd.products_id ), products_to_categories p2c, categories c
where p.products_id = p2c.products_id
and p2c.categories_id = c.categories_id
and c.parent_id = '128'
and p.products_id = s.products_id and p.products_id = pd.products_id and p.products_status = '1' and s.status = '1' and pd.language_id = '1'
|