Pricing discount on subsequent items only

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
I have a product that customer can buy multiple of.
The price for a quantity of 1 is $29.95.
Each additional quantity 2+ should only cost $15.95.

So here is a sample of the expected pricing based on the quantity ordered.

Quantity of 1 would be $29.95
Quantity of 2 would be $45.90
Quantity of 3 would be $61.85

I have looked at pricing tiers, and discounts, but both effect the first item that is not to be discounted.

How can I configure this in nopCommerce?

If not natively supported are there any known plugins that support this type of pricing?
7 years ago
Tier prices should work as you want:
1 $29.95
2 $15.95  and this will apply also to 2+
7 years ago
Thanks for the reply, but I am still having trouble.

When using the tiered pricing I configured it as follows:

QTY   Price
1     $29.95
2     $15.95

But when I put 3 in my cart, they all have a price of 15.95 for a total of $47.85.
I was expecting it to be 61.85.

In my situation the first quantity is always full price.
But the customer can buy a second or third one at the discounted price.

Is this possible in NopCommerce without a plugin?

If not, is there an existing plugin for this type of discount?
7 years ago
You are absolutely right. It was my mistake. Try the following: https://www.nopcommerce.com/boards/t/45382/product-tier-pricing-ignore-product-attribute.aspx
7 years ago
deleted
7 years ago
Not sure how that would work.

I don't see how to specify a discount for only a specific quantity of a product.

Is this possible?
7 years ago
tgarbrecht wrote:
Not sure how that would work.

I don't see how to specify a discount for only a specific quantity of a product.

Is this possible?

Try the following:
Create a 46.74% discount (type:  "Assigned to products") to your product so it becomes from $29.95 to $15.95
Then set a requirement Customer has one of these products in cart: [your productID]:1
Thus the discount will be applied if you already have this product in cart at the regular price
7 years ago
Eduardo, i really appreciate your help, but it is till not working.

I was able to setup the discount like you recommended, but when selecting a quantity of 3, all get the discount.

I need the discount to not effect the first item quantity.
7 years ago
Too bad :(. Just try setting the requirement Customer has one of these products in cart: [your productID]:1-1
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.