帝国cms取消静态 调用帝国商城订单号的方法

帝国CMS教程

<TABLE border=0 cellSpacing=0 cellPadding=0 width="100%">

[e:loop={"select outproduct,ddtime,haveprice,truename,alltotal,checked,ddno from phome_enewsshopdd where outproduct='1' order by ddtime desc limit 100",10,24,0}]

<TR>

<Td width="10%">订单人<?=$bqr[truename]?></Td>

<Td width="8%">价格<?=$bqr[alltotal]?></Td>

<Td width="15%">订单编号<?=$bqr[ddno]?></Td>

<Td width="13%">时间<?=$bqr[ddtime]?></Td>

<Td width="10%">是否发货:已发货</Td>

[/e:loop]

</TR>

</TABLE>