直接在Magento中将小折扣应用于小计

时间:2010-11-17 11:56:16

标签: magento

提前致谢。

如何从代码购物车页面中的小计中扣除一些折扣价格,实际上我想给已经登录并已购买某些产品的客户提供折扣。

-Jitendra ..

2 个答案:

答案 0 :(得分:1)

解决了,

检查

中的setGrandTotal
app/code/core/Mage/Sales/Model/Quote/Address/Total/Grand.php

请覆盖此文件并进行任何更改...

-Thanks

Jitendra Dhobi。

答案 1 :(得分:0)

使用以下内容创建购物车价格规则:

Customer groups: Everything except NOT LOGGED IN
Coupon code: none
Conditions:
    Product Subselection:
        Total quantity equals or greater than 1 for ANY:
         Sku = yoursku
         Sku = anothersku
Actions:
    Apply fixed amount discount
    Discount Amount: $X

如果符合您的情况,请告知我们,或澄清折扣的条件。

希望有所帮助!

谢谢, 乔