Algo deu errado. Por favor, tente novamente em alguns instantes ou entre em contato conosco para obter ajuda. Agradecemos sua compreensão
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'shop' in 'where clause' (SQL: select p.id, p.sku, p.name, p.description, pp.price, pp.price*1.2 as list_price, group_concat(pi.url) images, ps.category, p.brand, pst.total, ps.id as product_store_id, p.tag, p.video, p.providers_id as provider_id, pd.weight, pd.width, pd.height, pd.depth from product_stores ps
inner join products p
on p.id = ps.product_id
inner join product_stock pst
on pst.product_id = p.id
inner join product_price pp
on pp.product_id = p.id
inner join product_images pi
on pi.products_id = p.id
inner join product_dimensions pd
on pd.products_id = p.id
where ps.store_id = 72 and pp.marketplace_id = 72 and pst.total > 0 and p.id = shop-grid-3cols.html group by p.id)
Ir para Página Inicial