Jump to content
  • 0

Отображение товара.


Tartaros
 Share

Question

3 answers to this question

Recommended Posts

  • 0

Перейдите на страницу, где расположен компонент, перейдите в режим редактирования, откройте настройки компонента, скорее всего должен использоваться комплексный компонент каталога. Там перейдите на вкладку детальная страница и выберит в списке нужные вам свойства.

Link to comment
Share on other sites

  • 0

не помню можно ли в новых версиях битрикс выводить все это поставив галочки в настройках компонента, но я лет эдак 5 назад делал это вот так (в шаблоне catalog.element):
 

<? /* картинка производителя */ ?>	<?foreach($arResult["DISPLAY_PROPERTIES"] as $pid=>$arProperty):?>		<?if($pid=="VENDOR"):?>			<?foreach($arProperty["VALUE"] as $VendorId):?>				<?				if(CModule::IncludeModule("iblock")) {					$items = GetIBlockElementListEx("catalog", "vendors", Array(), Array("DATE_ACTIVE_FROM"=>"DESC", "SORT"=>"ASC", "NAME" => "ASC"));					while($arItem = $items->GetNext()) {						if($arItem["ID"] == $VendorId) {							echo ShowImage($arItem["PREVIEW_PICTURE"], 100, 100, "border='0'", $arItem["DETAIL_PAGE_URL"]);						}					}				}				?>			<?endforeach?>		<?endif;?>	<?endforeach?><? /* конец картинка производителя */ ?>

этот код выводит картинку производителя, по примеру можно вытащить и все остальное.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy