Guest User

Untitled

a guest
Jan 18th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <? if($arTv):
  2. $GLOBALS["arrFilter"]["ID"] = $arTv; // фильтр
  3. ?>
  4. <div class="search-popup-name">Товары (<? echo sizeof($arTv); ?>)</div>
  5. <?
  6. $APPLICATION->IncludeComponent(
  7. "bitrix:catalog.section",
  8. "tovar",
  9. array("FILTER_NAME" => "arrFilter" ),
  10. false
  11. );
  12. ?>
  13. <? endif; ?>
Add Comment
Please, Sign In to add comment