Wanting to add two selling prices for the same product

Topic summary

Goal: Offer two prices per product variant in Shopify (e.g., Single ball at $10 vs. 3 balls at $9), with the multi-ball discount applying only when multiple units of the same color/variant are purchased. Buttons/labels should be customizable per product.

Proposed approaches:

  • Create separate “pack” variants (e.g., 3-pack) with discounted pricing, considered the most straightforward option.
  • Use Shopify’s admin to set quantity discounts. Note: This may not inherently restrict the discount to a single variant/color without extra logic.

Related inquiry: Show a single displayed price but prevent checkout when a “single” variant is selected.

  • Suggested methods: store single-unit cost in a metafield (custom field) and structure variants by quantity; or enforce a mandatory bundle product/variant to block single-item purchase. An implementation video link was provided.

Assets referenced: Example screenshots and a YouTube tutorial link were shared to illustrate implementation.

Status: No confirmed solution from the original requester; guidance provided. The related inquiry received acknowledgments of help. Discussion appears open with next steps depending on implementation choice.

Summarized with AI on January 5. AI used: gpt-5.

Hi @matt759

You can create variant for pack of 10 which will have discounted price.

Or you can create quantity discount from admin.

Best would be to create variant.

Hope this will help…