|
|
 |
CONTEMPORARY DESIGNERS
Contemporary Designers - for the Spirit and the Soul!
TIBI
Catherine Malandrino
Burning Torch
Rebecca Taylor
A.L.C. Black Label
A.L.C. White Label
Nicole Miller
Tory Burch
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 = '149'
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'
|