How can I sell two sorts of amounts with different prices for one product?

Hi there!

So a pretty simple question. I got one product, selling for 19,95 if the user puts one in the basket.

However, I want the price to be 29.95 when he adds two in the basket. So the price for 2 is custom.

How do I do that?

Hello,

Your question is quite straightforward, and yes, you can certainly achieve this with Shopify. Here are two primary ways to set up quantity-based discounts:

  1. Automatic Discounts: You can set up an automatic discount in the Shopify admin. This allows you to offer discounts that apply automatically at checkout when the conditions are met. When a customer adds 2 items to their cart for this product they’d receive a discount which would make their total equal your desired amount.

  2. Product Variants: A more precise solution would be to create a variant of your product that represents a bundle of two. For example, instead of having one product that customers add to their cart twice, you would have two variants: one that represents a single product for $19.95, and another that represents a two-product bundle for $29.95. Customers can then select the bundle variant when they want to buy two. Note that this method will cause the order to appear as one item during checkout, even if it represents two products, so you’ll need to make sure you fulfill the order correctly.

I hope this helps, and best of luck with your store!