Skip to content

Instantly share code, notes, and snippets.

@nyphalim
Created February 9, 2016 03:27
Show Gist options
  • Select an option

  • Save nyphalim/113e0b30a8f4e883107a to your computer and use it in GitHub Desktop.

Select an option

Save nyphalim/113e0b30a8f4e883107a to your computer and use it in GitHub Desktop.
Вывод цены товара в компоненте поиска по заголовкам
<?$arPrice = CCatalogProduct::GetOptimalPrice($arItem["ITEM_ID"], 1, $USER->GetUserGroupArray());
if($arPrice):?>
<div class="cost"><?=CurrencyFormat($arPrice["PRICE"]["PRICE"], "RUB");?> р.</div>
<?endif;?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment