服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > magento教程 >

设置magento免运费商品下加“Free Shipping”字(2)

时间:2015-05-07 11:31来源:未知 作者:最模板 点击:
3. 运费设置处开启免运费选项 点击 System - Configuration , 左侧找到并点击Shipping Methods 点击 Free Shipping并如图设置: Enabled 选 Yes开启免运费选项 Title 填写 F

3. 运费设置处开启免运费选项

点击 System -> Configuration , 左侧找到并点击 Shipping Methods

点击 Free Shipping并如图设置:

设置magento免运费商品下加“Free Shipping”字

Enabled 选 Yes开启免运费选项

Title 填写 Free Shipping 表示免运费选项

Method Name: 告诉客户具体是哪种免运费的方式 (这个在客户将产品加入购物车后计算运费和选择运输方式时显示)

Minimum Order Amount:填写一个非常大的数字防止本来不免运费的产品因为达到了MOA也显示免运费,建议填写99999或999999

Ship to Applicable countries:全球免运费就选择 All Allowed Countries,如果只想对部分国家免运费则选择 Specific Countries并在Ship to specific countries里面勾选免运费的国家。

点击右上角 Save Config 保存。第三步完成。

4. 在产品页面、产品列表页面和购物车页面添加 free shipping文字

在模板的产品列表文件和产品详情页文件适当的位置添加free shipping文字

产品列表页面一般是 list.phtml,在合适的位置添加


<?php if ($_product->getFreeShippingDiscount()): ?>
    <?php echo '<span class="freeShip">'.$_product->getAttributeText('free_shipping_discount').'</span>'; ?>
<p class="return">Estimated Delivery Time 15-30 Days via China/HongKong Post AirMail Shipping, <a href="<?php echo $this- rel="external nofollow" >getUrl('')?>shipping-method.html">Check Details>></a>
<?php endif; ?>

 

前台效果

设置magento免运费商品下加“Free Shipping”字
产品详情页一般是 view.phtml,在文件合适的位置添加

<?php if ($_product->getFreeShippingDiscount()): ?>
    <?php echo '<span class="freeShip">'.$_product->getAttributeText('free_shipping_discount').'</span>'; ?>
<p class="return">Estimated Delivery Time 15-30 Days via China/HongKong Post AirMail Shipping, <a href="<?php echo $this- rel="external nofollow" >getUrl('')?>shipping-method.html">Check Details>></a>
<?php endif; ?>

前台效果:
设置magento免运费商品下加“Free Shipping”字

 

运费计算效果
设置magento免运费商品下加“Free Shipping”字

 
(责任编辑:最模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
栏目列表
热点内容