[.$opcms.quota.] [.$opcms.title.]
[.*以下代码是我们OURPHP官方默认代码,主要用于判断是否启动了商城模式。如果你要修改模板,可以把以下代码全部复制走。*.]
[.assign var="md" value=$ourphp_web.webhttp|cat:$ourphp_web.weburl|cat:"/client/wap/?cn-productview-"|cat:$ip.listid|cat:"-"|cat:$opcms.id|cat:".html-&introducer="|cat:$smarty.session.userid.]
-
品牌名称:[.$opcms.brand.title.]
商品参数:
[.foreach from=$opcms.attribute item=aop.]
[.$aop.name.]:[.$aop.key.]
[./foreach.]
[.$opcms.content.]
-
[.comment id=$opcms.id type=$ip.type row="10".]
-
| 购买的商品 |
购买人账号 |
购买时间 |
[.assign var="postid" value=$opcms.id.]
[.sql mysql="select * from `ourphp_orders` where `OP_Ordersid` = $postid and `OP_Orderspay` = 2 order by id desc limit 0,30" name="sql".]
| [.$sql.OP_Ordersname.] ([.$sql.OP_Ordersproductatt.]) |
[.half_replace($sql.OP_Ordersemail).] |
[.$sql.time.] |
[./sql.]
[.*商城模式结束,如果你要修改模板,把以上代码全部复制走*.]