Search results prices

Verwijderd
Van Onbekend

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

Thanks!

tim
Founder
Van Sweden
Lid sinds mei 2013
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>```
Verwijderd
Van Onbekend

It was not. Thanks!

U
Deze website maakt geen gebruik van cookies en geen trackingtechnologie van derden . Wij denken dat we het beter kunnen dan anderen en hechten veel waarde aan uw privacy.