• Resolved gcgucken

    (@gcgucken)


    I have free version.
    I want to charge 1st and 2nd books in order $5 each?in one shipment, 3rd and more $4 each in one shipment. How to do?
    I can do $5 per book, if 1 or 2 books. If I do 3 or more, all books are $4 each when I want the first 2 to be $5 each

    The page I need help with: [log in to see the link]

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

    (@wpcentrics)

    Hi @gcgucken , thank you for your interest.

    …this is a perfect case for our “ranges” price, but it’s a Pro feature. However, with free version it can be achevied too. I think the simple way is:

    Group-by: All grouped together

    #1 WHERE Advanced>”Cart items” MIN > 0, MAX <= 2 Price $5(*qty)
    #2 WHERE Advanced > “Cart items” MIN > 2, MAX <= 0 Price (composite): $2(once) + $4(*qty)

    …when there is more than 2 books, the rule #1 will be ignored, and the rule #2 will be matched. Max 0 acts as wildcard, no limit. We will charge $4 for each book, so we need to add $2 for the first 2 books

    Kind regards,
    Carles Martin.

    Plugin Author wp-centrics

    (@wpcentrics)

    After a while, I close this topic. Please, open a new one if my reply don’t solve your question.

    Best regards,
    Carles Martin

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