ECSHOP让商品在新窗口打开教程
1、嚼但匙噻首页今日特价打开 themes/default/library/recommend_promotion.l芟鲠阻缒bi文件找到<ahref="{$goods.url}"><imgsrc="{$goods.thumb}"border="0"alt="{$goods.name|escape:html}"/></a><br/>修改为<ahref="{$goods.url}"target="_blank"/><imgsrc="{$goods.thumb}"border="0"alt="{$goods.name|escape:html}"/></a><br/>找到<p><ahref="{$goods.url}"title="{$goods.name|escape:html}">{$goods.short_name|escape:html}</a></p>修改为<p><ahref="{$goods.url}"title="{$goods.name|escape:html}"target="_blank"/>{$goods.short_name|escape:html}</a></p>
2、首殳陌抻泥页精品推荐、新品上市、热卖商品打开 themes/default/library/ 目录下的 reco罪焐芡拂mmend_best.lbi,recommend_new.lbi和 recommend_hot.lbi 三个文件,对每个文件都执行下面操作找到<ahref="{$goods.url}"><imgsrc="{$goods.thumb}"alt="{$goods.name|escape:html}"class="goodsimg"/></a><br/>修改为<ahref="{$goods.url}"target="_blank"/><imgsrc="{$goods.thumb}"alt="{$goods.name|escape:html}"class="goodsimg"/></a><br/>继续找到<p><ahref="{$goods.url}"title="{$goods.name|escape:html}">{$goods.short_style_name}</a></p>将它修改为<p><ahref="{$goods.url}"title="{$goods.name|escape:html}"target="_blank"/>{$goods.short_style_name}</a></p>
3、商品列表打开 themes/default/library/goods_list.lbi 文件搜索href="{$goods.url}"一共能搜索到好几处,将每一个 href="{$goods.url}"都修改为href="{$goods.url}"target="_blank"注意: target="_blank" 后面有一个空格