Search results prices

Silindi
Şundan Bilinmeyen

Hi, costumer group prices are missing in search results.
Can you update this in next release?

Thanks!

tim
Founder
Şundan Sweden
May 2013 tarihinden beri üye
tim

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>```
Silindi
Şundan Bilinmeyen

It was not. Thanks!

Siz
This website uses no cookies and no third party tracking technology. We think we can do better than others and really think about your privacy.