• Hi I am trying to do a Flat rate of $12 per order but if they order more than 3 items we want to add $2 per item after that? so 1 – 3 items are $12, 4 items would be $14, 5 $16 and so on.
    Is it possible with this plugin?
    At the moment I can only get it to add the $2 to all the items (including the first 3)
    Thank you in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wp-centrics

    (@wpcentrics)

    Hi Joseph!

    Sure, there is more than one way to do this, but the simplest are:

    Rule #1 [Always] [2$ * qty] (as you have now)

    Rule #2 [Cart Items] MIN (>=) 1 MAX (<=) 1 [10$ once]
    Rule #3 [Cart Items] MIN (>=) 2 MAX (<=) 2 [8$ once]
    Rule #4 [Cart Items] MIN (>=) 3 MAX (<=) [leave blank, no max] [6$ once]

    Please, set this options to:

    Group by [for all selectors] => None [no grouping]
    Calculation type => Charge all matching rules

    With it, it will calculate:

    1 product: 2$ + 10$
    2 products: 4$ + 8$
    3 products: 6$ + 6$
    4 products: 8$ + 6$
    n products: (n*2$) + 6$

    Give me feedback about,
    Carles Martin
    wp-centrics support team.

    Thread Starter Joseph Stanley-Hunt

    (@jmashweb)

    Hi Carles,

    Thank you it worked like a charm.
    Only thing I had to alter from your solution, was to change the grouping to
    “All grouped as one”

    Thank you once again,
    Joseph.

    Plugin Author wp-centrics

    (@wpcentrics)

    Hi Joseph, glad to help!

    About “All grouped as one”: sorry, my mistake! …as you said, the cart products must be get grouped to compare products quantity!

    Kind regards,
    Carles.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘add extra cost to any items above 3.’ is closed to new replies.