大家好,对调用帝国商城订单号的方法感兴趣的小伙伴,下面一起跟随三零脚本的小编来看看调用帝国商城订单号的方法的例子吧。
<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>