2014-06-11 37 views

回答

0

試試這個,

在你layout頁面(內productdetails/tmpl任何頁面)相關產品變量可用$this->product->customfieldsRelatedProducts所以可以簡單的檢查等。

if(sizeof($this->product->customfieldsRelatedProducts) >0){ 

    // the current viewing product have related products 
}else{ 
    //the current product have no related products 
} 

希望它可以幫助..

+0

都能跟得上不工作 – user2094357

相關問題