
![]() |
![]() Sorry, the product was not found. ![]() Sorry, the product was not found.
select 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 )
where 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'
|






