selling tickets to fundraising event with multiple pricing options and shared inventory?

Solved

selling tickets to fundraising event with multiple pricing options and shared inventory?

py2023
Visitor
2 0 0

I am part of an organization that is hosting a movie night/fund raiser.  We will sell tickets to cap attendees to 100 people - with all proceeds to donate to a charity.  The ticket prices will be 3 levels of donation ($1, $5, $20) - a "pay what you can" type of situation.

 

Is there a way to set this up on Shopify - preferably without a paid app (this will be a 1 time event, not planning on needing this functionality in future).

 

I tried setting it up as a product, with 3 variants ($1, $5, $20), but it won't share inventory across the 3 variants (100 tickets).   If I add a Tip Jar at check-out and let people donate any amount, it doesn't appear to those checking out with Apple Pay etc.   The only way I could think of is to set it up as a product with price at $20, and publish discount codes for the $5 and $1 option.

 

Any ideas on how else to do this?

 

tx!

Accepted Solution (1)

PaulNewton
Shopify Partner
7746 679 1617

This is an accepted solution.

Hi @py2023 👋 you'd either find a dedicated inventory-sync app with a free plan or has a plan for charities if it's eligible.

This can also be done with mechanic automation app and it has a pay what feels good price policy beyond the tiers show by default in the app store.

You'd just need to contact theme and they might set you up for free pricing.

https://learn.mechanic.dev/platform/policies/pricing 

 

As for the automation there are several different ways you can set up products/variants and a relevant task

https://tasks.mechanic.dev/?q=sync

 

 

Bundles?

Another way, I haven't tried so test carefully, is repurposing bundles to do this 🤔???

Where 1 product is the cost and the other is the "ticket"|sticker|certificate etc.

The ticket item in the bundle is ~free but it's the one with an inventory limit.

Bundles basically do need an app to manage but shopify makes a free one.

 

Theme customization - programmatically adding items to the customers cart.

It's also possible customize a theme to insert other items into the cart; that have inventory.

So once checkout is reached they can't continue if the item is sold out item, this depends on inventory settings and shopify's checkout behavior which may auto-remove sold out items from a checkout such as from abandoned carts, or permalinks; it's been awhile since I checked this behavior.

 

If you need this type of automation setup or made bespoke or supporting theme customizations then contact me for services.
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.

 

Good Hunting

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


View solution in original post

Replies 3 (3)

PaulNewton
Shopify Partner
7746 679 1617

This is an accepted solution.

Hi @py2023 👋 you'd either find a dedicated inventory-sync app with a free plan or has a plan for charities if it's eligible.

This can also be done with mechanic automation app and it has a pay what feels good price policy beyond the tiers show by default in the app store.

You'd just need to contact theme and they might set you up for free pricing.

https://learn.mechanic.dev/platform/policies/pricing 

 

As for the automation there are several different ways you can set up products/variants and a relevant task

https://tasks.mechanic.dev/?q=sync

 

 

Bundles?

Another way, I haven't tried so test carefully, is repurposing bundles to do this 🤔???

Where 1 product is the cost and the other is the "ticket"|sticker|certificate etc.

The ticket item in the bundle is ~free but it's the one with an inventory limit.

Bundles basically do need an app to manage but shopify makes a free one.

 

Theme customization - programmatically adding items to the customers cart.

It's also possible customize a theme to insert other items into the cart; that have inventory.

So once checkout is reached they can't continue if the item is sold out item, this depends on inventory settings and shopify's checkout behavior which may auto-remove sold out items from a checkout such as from abandoned carts, or permalinks; it's been awhile since I checked this behavior.

 

If you need this type of automation setup or made bespoke or supporting theme customizations then contact me for services.
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.

 

Good Hunting

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


py2023
Visitor
2 0 0

Hi Paul - tx for the tips.  I checked several out, and I think I can make Bundles work - it tested out well in my draft store.

tx again!

PaulNewton
Shopify Partner
7746 679 1617

There's also using shopify-flow to unpublish the product once 100 orders are reached, or switch the products template to an alternate template with buy buttons disabled.

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org