晕了,买过该商品的用户还买过($bought_goods)标签到底是哪个程序文件控制的啊?

2016-07-07 16:04 来源:www.chinab4c.com 作者:ecshop专家

我想让这个标签能调用详细介绍,在goods.php里改了半天无果,无名火起把goods.php里那一段全删了,结果发现根本没变化........原来压根不是goods.php控制的啊.....哪位高手告诉我到底这个标签是哪个程序文件控制的

回答:
是lib的文件

下面这段也能调出来

  1. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  2. <!-- {if $bought_goods} -->
  3. <div class="box">
  4. <div class="box_1">
  5. <h3><span class="text">{$lang.shopping_and_other}</span></h3>
  6. <div class="boxCenterList clearfix">
  7. <!--{foreach from=$bought_goods item=bought_goods_data}-->
  8. <ul class="clearfix">
  9. <li class="goodsimg">
  10. <a href="{$bought_goods_data.url}"><img src="{$bought_goods_data.goods_thumb}" alt="{$bought_goods_data.goods_name}"class="B_blue" /></a>
  11. <li><a href="{$bought_goods_data.url}" title="{$bought_goods_data.goods_name}">{$bought_goods_data.short_name}</a><br />

  12. <!-- {if $bought_goods_data.promote_price neq 0} -->
  13. 本店售价:<font class="f1">{$bought_goods_data.formated_promote_price}</font><br />
  14. <!-- {else} -->
  15. 本店售价:<font class="f1">{$bought_goods_data.shop_price}</font><br />
  16. <!-- {/if} -->
  17. </li>
  18. </ul>
  19. <!-- {/foreach} -->
  20. </div>
  21. </div>
  22. </div>
  23. <div class="blank5"></div>
  24. <!-- {/if} -->
复制代码

没见过呢,不知道为什么

goods.lbi这个是商品的吧?