如何配置magento免运费商品方法

作为magento电商来说,免运费是一种常见的促销手段,要让产品成为免运费对magento来说并不难,后台操作即可完成.

首先,我们要建立一个新的产品属性.

catalog->attributes->manage attribute

在这里新建一个freeshipping的属性.将类型设置为yes/no即可.

要注意的是 ‘Use for Promo Rule Conditions’ 需要设置成yes.才可以在promotion里面用到.

另外如果有需要在产品列表显示freeshipping的话,’Used in Product Listing’ 也要设置为yes.

然后保存,记得,将这个属性加入attribute set里面.

然后刷新索引.

接着进入

promotion->shopping cart price rule

新建一个rule.名称随便写.

‘Coupon’ 栏选择’no coupon’就行(也就是客户不需要填写coupon code就会自动减免,如果想用购物券方式的话,请自己写个coupon code)

如果有日期限制的话,可以自己选择上.

然后进入’actions’标签,这里会有一个’Free Shipping’ 选择 ‘ For matching items only ’即可.

上面的优惠金额什么的不需要管.

下面有个’Apply the rule only to cart items matching the following conditions (leave blank for all items)’ , 这里就是选择产品满足条件的.

点击绿色加号(添加条件),会看到你刚建立的产品属性is_freeshipping(注意你自己的名字可能和我写的不同,另外有没有对use in promo设置为yes)

条件写好就是’ is_freeshipping is yes’.保存.

大功告成.~

这时你在后台进入产品管理页,会发现产品多了个is_freeshipping的属性,将他设置为yes.去前台加入购物车,你会发现,该产品不需要运费了.

原文地址:https://www.cnblogs.com/focai/p/4221151.html