Törölve Tól től Ismeretlen 12 júl. 2018 20:56 Hi, costumer group prices are missing in search results. Can you update this in next release? Thanks!
tim Founder Tól től Sweden Tagság máj. 2013 óta tim 12 júl. 2018 22:52 Is this part not present in the vqmod? <operation error="log"> <search position="replace"><![CDATA[pp.price, ]]></search> <add><![CDATA[pp.price, ppbcg.customer_group_price, ]]></add> </operation> <operation error="log"> <search position="after"><![CDATA[ ) pp on (pp.product_id = p.id) ]]></search> <add><![CDATA[ left join ( select product_id, if(`". database::input(currency::$selected['code']) ."`, `". database::input(currency::$selected['code']) ."` / ". (float)currency::$selected['value'] .", `". database::input(settings::get('store_currency_code')) ."`) as customer_group_price from ". DB_TABLE_PRODUCTS_PRICES_BY_CUSTOMER_GROUP ." where customer_group_id = ". (int)customer::$data['customer_group_id'] ." ) ppbcg on (ppbcg.product_id = p.id) ]]></add> </operation> </file>```