Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6388
    daniel.moore
    Participant

    Hi,
    We are trying to set up a 3 for 2 on our store.
    Basically, for every 3 qualifying products, give 100% off the cheapest item, if 6 items are in the basket, then give 100% off the cheapest 2 out of the 6.
    It works perfectly as-is with 3 products, but for more, it just seems to pull a random product and discounts that!
    Any ideas?
    Kind Regards

    #6452
    Soft79
    Keymaster

    This is the way it works:

    Internally the matching products are ordered expensive to cheap, then every 3rd item will be discounted. Those will not neccesarily be the cheapest items, but the cheapest item in every selection of 3 products.

    e.g. when the cart contains these six items:

    $ 150
    $ 140
    $ 130
    $ 120
    $ 110
    $ 100

    then the $ 130 and $ 100 item will be discounted.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.