.lbi文件添加标签,在网页上没有显示出来

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

在recommend_best.lbi添加了{$lang.goods_sn} {$goods.goods_sn}
但在前台并没用显示货号
修改后的代码是:
<meta http-equiv="Content-Type" c>
<!-- {if $best_goods} -->
<div class="title-div"><img src="../images/best_products.gif" alt="best products" width="158" height="39" /></div>
<div class="content-div">
<!--{foreach from=$best_goods item=goods}-->
<table border="0" cellpadding="3" cellspacing="1" class="goods-table" style="float: left">
<tr>
<td align="center"><a href="{$goods.url}"><img src="{$goods.thumb}" border="0" alt="{$goods.name|escape:html}" class="thumb" /></a></td>
</tr>
<tr>
<td><A href="{$goods.url}" title="{$goods.name|escape:html}">{$goods.short_style_name}</A><br>
{$lang.goods_sn} {$goods.goods_sn}<br />
<!-- {if $goods.promote_price neq ""} -->
{$lang.promote_price}<span class="goods-price">{$goods.promote_price}</span>
<!-- {else}-->
样品价:<span class="goods-price">
<!-- {if $goods.shop_price == '¥0.00元'} -->
请来电咨询
<!-- {else}-->
{$goods.shop_price}</span>
<!--{/if}-->
<!--{/if}-->
</td>
</tr>
</table>
<!--{/foreach}-->
<br style="clear:both"/>
<div style="text-align:right"><A href="../search.php?intro=best">more...</A></div>
</div>
<!-- {/if} -->

回答:
顶上去!!!!!!!!!!

和你一样问题,{$goods.goods_sn}在商品的最终也可以显示,在列表页无法显示,而其他标签可以

顶上去。。。。。。。。。。。。

好像程序没有将值传递过来,不知道怎样修改

顾客都不没得加标签啊,都不显示,可是用户页有啊