ecshop 团购-》调取评论

时间:2022-08-25 16:27:04

涉及到的文件及代码:lib_insert.php,comments.lbi,{insert name='comments' type=$type id=$id}

html代码:

<blockquote><!-- #BeginLibraryItem "/library/comments.lbi" --><!-- #EndLibraryItem --></blockquote>

php代码

$smarty->assign('type', 0); // 产品评论
$smarty->assign('id', 17); // 产品评论ID 所需要的id

关键点: 需要设置  type=$type id=$id这两个属性( id是产品的id)