❶ ecshop使用了優惠活動滿減後,運費怎麼修改
這個後台可以進行設置的
❷ ecshop 首頁如何調用全部促銷商品
<DIV class="box_r miaosha" style="border-bottom:0" id=me_slider>
<!--{foreach from=$promotion_goods key=key item=goods name="promotion_foreach"}-->
<!--{if $smarty.foreach.promotion_foreach.iteration lt 2}-->
<H3 id="leftTime{$key}">{$lang.please_waiting}</H3>
<div class="item">
<div style="float:left; margin-top:10px; width:49%">
<p><a href="{$goods.url}" title="{$goods.name|escape:html}" class="name">{$goods.short_name|escape:html}</a></p>
<p class="price">
秒殺價:<span style="color:#D00; font-weight:bold;">{$goods.promote_price}</span>
</p>
<p class="price">
市場價:<span style="font-weight:bold;">{$goods.market_price}</span>
</p>
</div>
<div class="pic" style="float:left; width:49%"><a href="{$goods.url}"><img style="width:110px; height:110px; border:1px solid #F2F2F2" src="{$goods.thumb}" alt="{$goods.name|escape:html}" /></a></div>
</div>
<!--{/if}-->
<!--{/foreach}-->
</div>