如何让购买记录在前台只显示已成交的数据

2016-07-07 15:20 来源:www.chinab4c.com 作者:ecshop专家



目前的购买纪录测试起来,已取消的订单在前台购买记录里面也显示,状态是"取消"

怎样在前台只显示成交的订单

回答:
这个很容易。你控制下购买记录里面定单状态。就能取得到你要的数据

请教2楼的,在后台哪儿可以控制?
还是需要改模板吗?怎么改?

谢谢您的指点

你看看加上他  order_query_sql('finished', 'o.');

<table width="100%" cellpadding="4">
<tr style="background:url(images/lineBg.gif) repeat-x left bottom;text-align:center; color:#006bd0; font-weight:bold;"><td width="25%" align="left" style="padding-left:20px">{$lang.username}</td><td width="10%">{$lang.number}</td><td width="45%">{$lang.bought_time}</td><td width="20%">{$lang.order_status}</td></tr>
<!-- {foreach from=$notes item=note} -->
<tr align="center"><td align="left" style="padding-left:20px"><!-- {if $note.user_name} -->{$note.user_name|escape:html}<!-- {else} -->{$lang.anonymous}<!-- {/if} --></td><td>{$note.goods_number}</td><td>{$note.add_time}</td><td><!--{if $note.order_status}-->{$lang.turnover}<!--{else}-->{$lang.is_cancel};
<!--{/if}--></td></tr>
<!-- {/foreach} -->
</table>
能指点下加在哪里吗?实在不懂写代码,刚折腾了一番加的位置都不对

在首页也要加入调用的语句吧

在此学习技术

我也不知道进来看看学习下

这个要修改lib_insert.php和goods.php中的函数才行