-- HikaShop version -- : 3.3.3
-- Joomla version -- : 3.3.4
-- Error-message(debug-mod must be tuned on) -- : 1054 - Unknown column 'b.product_id' in 'on clause' SQL=SELECT DISTINCT b.product_id,b.compatibility, pprice.price_value FROM xzs4r_hikashop_product_category AS a LEFT JOIN (SELECT * FROM xzs4r_hikashop_product AS product1 LEFT JOIN xzs4r_hikashop_price AS price1 ON product1.product_id=price1.price_product_id LEFT JOIN xzs4r_hikashop_price AS pprice ON b.product_id=pprice.price_product_id WHERE (price1.price_access = 'all' OR price1.price_access LIKE '%,8,%' OR ISNULL(price1.price_access)) AND product1.product_type='main' GROUP BY product1.product_id ORDER BY price1.price_min_quantity ASC) AS b ON a.product_id=b.product_id LEFT JOIN xzs4r_hikashop_price AS pprice ON b.product_id=pprice.price_product_id WHERE b.product_published=1 AND b.product_type = 'main' AND a.category_id IN (12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,2) AND b.product_quantity!=0 AND (b.product_access = 'all' OR b.product_access LIKE '%,8,%') AND ( ( case when b.price_currency_id IS NULL then 0 when b.price_currency_id = '1' then b.price_value when b.price_currency_id IS NULL then 0 when b.price_currency_id = '2' then (b.price_value/1) end ) >= 1 ) AND ( case when b.price_currency_id IS NULL then 0 when b.price_currency_id = '1' then b.price_value when b.price_currency_id IS NULL then 0 when b.price_currency_id = '2' then (b.price_value/1) end ) BETWEEN 0 AND 0 ORDER BY b.product_created DESC
Hi again
I'm using the filters and I have set a filter for Price, type cursor, min - max: 0 - 100
As soon as I choose apply on "Price", it gives me an error
1054 - Unknown column 'b.product_id' in 'on clause' SQL=SELECT DISTINCT b.product_id,b.compatibility, pprice.price_value FROM xzs4r_hikashop_product_category AS a LEFT JOIN (SELECT * FROM xzs4r_hikashop_product AS product1 LEFT JOIN xzs4r_hikashop_price AS price1 ON product1.product_id=price1.price_product_id LEFT JOIN xzs4r_hikashop_price AS pprice ON b.product_id=pprice.price_product_id WHERE (price1.price_access = 'all' OR price1.price_access LIKE '%,8,%' OR ISNULL(price1.price_access)) AND product1.product_type='main' GROUP BY product1.product_id ORDER BY price1.price_min_quantity ASC) AS b ON a.product_id=b.product_id LEFT JOIN xzs4r_hikashop_price AS pprice ON b.product_id=pprice.price_product_id WHERE b.product_published=1 AND b.product_type = 'main' AND a.category_id IN (12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,2) AND b.product_quantity!=0 AND (b.product_access = 'all' OR b.product_access LIKE '%,8,%') AND ( ( case when b.price_currency_id IS NULL then 0 when b.price_currency_id = '1' then b.price_value when b.price_currency_id IS NULL then 0 when b.price_currency_id = '2' then (b.price_value/1) end ) >= 1 ) AND ( case when b.price_currency_id IS NULL then 0 when b.price_currency_id = '1' then b.price_value when b.price_currency_id IS NULL then 0 when b.price_currency_id = '2' then (b.price_value/1) end ) BETWEEN 0 AND 0 ORDER BY b.product_created DESC
If I set apply on "Weight", I don't have any error
Let me know if you want me to test something to debug
Regards
CEd