Atención
Se produjo un error al acceder a la base de datos.
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 'and (item_id like '%NEW ERA%' or item_name like '%NEW ERA%' or description li...' at line 1
select count(*) from (SELECT empresa_id, item_id, type, brand, item_name, sale_price, regular_price, net_price, final_price, raiting, disscount, categories, image_1, image_2, description, fechahora, published FROM vw_ecomm_items_001 where empresa_id = and (item_id like '%NEW ERA%' or item_name like '%NEW ERA%' or description like '%NEW ERA%') and categories like '%' and tags like '%%' and item_id in (select item_id from ecom_items_images) and item_id in (select item_id from vw_ecom_stock_001 where empresa_id= and context_id = '') ) nm_sel_esp where final_price between 0 and