[
select
products.id,
products.name,
products.description,
products.normalised_name,
products.brand,
products.image_url,
site_merchants.name as merchant,
site_merchants.normalised_name as merchant_normalised_name,
price_new as minPrice,
products.category_id
from products
left join site_merchants on products.merchant_id = site_merchants.id
where
products.normalised_name = '1 Day Acuvue Moist Daglenzen Sterkte 35 Radius 85 Diameter 142 30 Stuks'
and products.category_id = '401'
order by price_new ASC
limit 0,2][][
select
products.id,
products.name,
products.description,
products.normalised_name,
products.brand,
products.image_url,
site_merchants.name as merchant,
site_merchants.normalised_name as merchant_normalised_name,
price_new as minPrice,
products.category_id
from products
left join site_merchants on products.merchant_id = site_merchants.id
where
products.normalised_name = 'Air Optix Night Day'
and products.category_id = '401'
order by price_new ASC
limit 0,2][][
select
products.id,
products.name,
products.description,
products.normalised_name,
products.brand,
products.image_url,
site_merchants.name as merchant,
site_merchants.normalised_name as merchant_normalised_name,
price_new as minPrice,
products.category_id
from products
left join site_merchants on products.merchant_id = site_merchants.id
where
products.normalised_name = 'Focus Dailies All Day Comfort Daglenzen Sterkte 375 Radius 86 Diameter 138 30 stuks'
and products.category_id = '401'
order by price_new ASC
limit 0,2][]