: All Island Delivery Available
: 29 Jan 2021
Weight: 1.5 Kg
Celebrate the love of a lifetime with this simply gorgeous flower ring cake. Poppies, roses, carnations and ranunculus make a sweet statement that will make mom smile when you present this cake to her at her Mother’s Day brunch
|
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.language_id = '1'
order by
...' at line 24
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 '%Mom%'
and pd.products_seo_keywords LIKE '% Mother's Day%'
and pd.language_id = '1'
order by
RAND()
limit 7
[TEP STOP]