{$goods.seller_note} PHP怎么加个判断?

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

{$goods.seller_note} PHP怎么加个判断?
有数据显示,无数据不显示的判断。

回答:
{if $goods.seller_note}{$goods.seller_note}{/if}

应该是在模板里判断吧,那就楼上的方法

{if $goods.seller_note}

无数据不显示的话也没必要加判断啊,直接输出就好了

谢谢,目前采用
http://bbs.ecshop.com/thread-76379-1-1.html
  1. <!--{if $goods.seller_note eq ''}-->
  2. <a href="javascript:addToCart({$goods.goods_id})"><img src="images/bnt_cat.gif" /></a>
  3. <!--{else}-->
  4. <a href="{$goods.seller_note}" target="_blank"><img src="images/bnt_cat.gif" border="0"
  5. /></a>
  6. <!--{/if}-->
复制代码