: All Island Delivery Available
: 26 Jan 2021
Weight: 1.5 Kg
Salute your mother for giving you the extraordinary life with her implausible sacrifices. Present her this beautifully designed Colorful Mother’s Day Cake on the most special day and let her know she is the most admirable person for you in this world. The cake is decorated with colorful buttons and is scrumptious.
|
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 's Day%'
and pd.products_seo_keywords LIKE '% Mom %'
and ...' at line 23
select
p.products_id,
p.products_model,
p.products_image,
p.products_tax_class_id,
pd.products_name,
p.products_price as original_price,
p.products_date_added,
if(s.status, s.specials_new_products_price, p.products_price) as products_price
from
products p
left join specials s
on (p.products_id = s.products_id)
join products_description pd
on (p.products_id = pd.products_id)
join products_to_categories p2c
on (p.products_id = p2c.products_id)
join categories c
on (p2c.categories_id = c.categories_id)
where
p.products_status = '1'
and
pd.products_seo_keywords LIKE '%Mother's Day%'
and pd.products_seo_keywords LIKE '% Mom %'
and pd.language_id = '1'
order by
RAND()
limit 7
[TEP STOP]