#Keika

1 messages · Page 1 of 1 (latest)

tight cloakBOT
gritty badge
#

You'll need to create a Price object each time

viscid smelt
#

I see

#

is the price created for a product or for a subscription?

#

I don't really want all these "offline" prices clogging my product prices

gritty badge
#

A Product is created for a Price. In other words, Prices have a Product Nested inside them. It goes Subscription --> Price --> Product. That being said, you can reuse the Product for all the new Prices you create, you will just need to build some custom workflow that deletes unused Prices if you don't want a bunch of extra ones laying around

viscid smelt
#

I see, I'll will try a few things then, thanks

gritty badge
#

Sure thing! Feel free to pop back in if you run into any snags

viscid smelt
#

side question thou

#

I already have a product in Stripe setup, that I sell online and offline, I do want to use that product for the offline sale.
If I understand what you said about the relation between Product and Price, when creating my new price, I will create a new product, which I don't want

#

am I missing something?

gritty badge
#

when creating my new price, I will create a new product, which I don't want
Not necessarily. You can use an existing Product with a new Price. Products are standalone objects, but they can be associated with a Price when a Price is created

You need a Product in order to create a new Price, but you can use any Product you want (including Products that have already been created)

#

Sorry for all the editing. I'm juggling many threads and perhaps typing faster than I should be