2012-11-24 158 views
0

如何僅在相關產品區域顯示產品縮略圖,我當前的代碼也顯示鏈接,即image帶有產品名稱的href標籤。我只想顯示縮略圖joomla中的相關產品

<?php 
    foreach($this->product->customfieldsRelatedProducts as $field) { 
     echo $field->display; 
    } 
?> 

回答

0

我認爲代碼會幫助你。

<?php 
    $image_dir = JURI::root()."images/"; 

    foreach($this->product->customfieldsRelatedProducts as $field) { 
     echo $field->display; 
     ?> 
      <img src="<?php echo $image_dir.$field->image; ?>" alt="<?php echo $field->title ?>" /> 
     <?php 
    } 
?> 
+0

同樣的結果,沒有任何反應 –

+1

<?PHP的 \t的foreach($這 - >產品 - > customfieldsRelatedProducts爲$字段){ \t $現場>顯示= preg_replace函數('#()。*? ()#','$ 1 $ 2',$ field-> display); \t?> <?PHP回聲$現場>顯示?> \t \t