方法:

第一步,先在产品详细页模板页(app/design/frontend/dafault/s101/template/catalog/product/view.phtml)输出:

这是增加一个seller guarantee的选项卡

然后是:这是选项卡下的表格内容

第二步,登陆后台,根据上面写的方法找到:CMS->static blocks->然后右边点击增加一个模块,->输入Block title和Identifier,Store View是选所有视图 ,Status选Enable,

然后内容是可以自己编辑html,也可以网页上直接复制(在对应的节点点击右键选复制内部HTML),直接黏贴上去就可以了;

或者:其中代码是:<div class="seller-serve-main">
<table class="seller-detail-show">
<tbody>
<tr>
<td width="80">Return<br />Policy</td>
<td class="s-td-row">
<p class="s-serve sp-1">If the product you receive is not as described or low quality, the seller promises that you can keep the product and agree the refund directly before order completion (when you click &lsquo;Confirm Order Received&rsquo; or exceed confirmation timeframe).</p>
<p>N.B.: If the seller provides the &ldquo;Longer Protection&rdquo; service on this product, you may ask for refund up to 15 days after order completion.</p>
</td>
</tr>
<tr>
<td>Seller<br /> Service</td>
<td class="s-td-row">
<ul>
<li class="s-serve sp-5"><em>On-time Delivery</em>If you do not receive your purchase within<span class="promise-time-cont">60</span> days, you can ask for a full refund before order completion (when you click &lsquo;Confirm Order Received&rsquo; or exceed confirmation timeframe).</li>
</ul>
</td>
</tr>
</tbody>
</table>
<div class="more-seller-serve"><a href="#">See more details about Seller Guarantees</a></div>
</div>

 

然后右边点击保存就可以了

posted on 2014-06-28 16:27  闪电王国  阅读(223)  评论(0编辑  收藏  举报