문제

I work for an ecommerce site.

We have a shopping cart rule that when a customer adds five items to their basket the cost of one of those items is removed from the balance. We advertise this as "Buy four items get one free."

However, we distinguish between "Standard" and "premium" product types on our back end and the rule does not activate for mixed baskets. The rule works for baskets of 5 premium products and baskets of 5 standard products but not mixed baskets of 5.

This is how the rule appears on the back-end: http://i.imgur.com/vw4SDS4.png

And on the action tab: http://i.imgur.com/tGdRWGn.png

What is wrong with this shopping cart rule?

도움이 되었습니까?

해결책

Thanks for the new image. Well looks like yo try to do this with Buy x get Y free method, what could be utilized only with the same product. You could use an different approach to create your conditions, like:

Apply the rule only if the following conditions:

If total quantity equals or greater than 4 for a subselection of items in cart matching ANY of these conditions:
type is ...
type is ....

enter image description here

After this modify you Actions tab, and apply an another rule type, like percentage, or fixed discount, what you want. With this change, your mixed basket will work also! Hope this helps!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top