[
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 = 'Bootie 85048 80886'
and products.category_id = '406'
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 = 'Julie Dee SURPLUS Elegante Laars Grijs'
and products.category_id = '406'
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 = 'United Nude STEP MOBIUS Sleehak laarzen Zwart'
and products.category_id = '406'
order by price_new ASC
limit 0,2][]