2010年06月30日
詳細ページに一覧ページのコメント表示
詳細ページに一覧ページのコメント表示(こちらを参照)
/data/class/pages/products/LC_Page_Products_Detail.php の223行めあたりに
// 一覧コメントの取得
$pid = $this->arrProduct['product_id'];
$listcomment = $objQuery->select("main_list_comment", "dtb_products", "product_id = $pid");
$this->listcomment = $listcomment;
を追加。
detail.tplに
<!--{$listcomment[0].main_list_comment}-->
で表示される。
/data/class/pages/products/LC_Page_Products_Detail.php の223行めあたりに
// 一覧コメントの取得
$pid = $this->arrProduct['product_id'];
$listcomment = $objQuery->select("main_list_comment", "dtb_products", "product_id = $pid");
$this->listcomment = $listcomment;
を追加。
detail.tplに
<!--{$listcomment[0].main_list_comment}-->
で表示される。
Posted by スポンジボブ at 18:21│Comments(0)│EC-cube
※このブログではブログの持ち主が承認した後、コメントが反映される設定です。
コメントフォーム