Magento Free shipping and Coupon discount

前端 未结 4 1344
自闭症患者
自闭症患者 2021-01-20 22:34

I have a free shipping price rule which is configured like this:

  • All customer groups
  • No coupon
  • uses per customer: 0
  • Conditions: Cart
相关标签:
4条回答
  • 2021-01-20 23:06
    • Go through all your other rules which might be triggered as well (make sure they have "further rule processing" on "no").
    • Set the priority to "1"

    Try again if the rule is applied and let us know.

    0 讨论(0)
  • 2021-01-20 23:10

    If we are talking for Magento CE 1.9 and above, the code is corrected as long as the database is concerned but you might encounter the same problem! If so, then there is another cause.

    One also usual bug is * user not being able to update the cart quantities* or users not able to login. This has to do with formKey and the answer that was given here.

    Apparently, the same solution fixes the problem of vanished shipment or payment method after applying a coupon, that we are discussing here.

    Hope this helps users of newer versions...

    so be it - manemoi

    0 讨论(0)
  • 2021-01-20 23:13

    Apparently Magento does not care about other shopping cart price rules if there is a valid coupon code entered in the Front-end.

    Fix for this issue is in the comments of the following website: http://magentoexpert.com/issue-with-cart-price-rules-coupon-code-discard-promotion-without-coupon-code/

    0 讨论(0)
  • 2021-01-20 23:29

    As suggested in one of the comments it's best that you try and convert the current rule into a "Shopping Cart Price Rule".

    In a Shopping Cart Price rule you can also set conditions that depend on the subtotal of the cart, the shipping region, shipping country, ...

    In the action tab you can easily Free shipping option to "For shipment with matching items"

    This should solve it ;)

    0 讨论(0)
提交回复
热议问题