#bungee_pricing-modeling

1 messages · Page 1 of 1 (latest)

gleaming raftBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1502003604305744045

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

unreal totem
#

The number of Products and Prices is not really an issue.
The real issue is what you want to show on your Invoice

#

Like if someone buys 6 domains. Do you see one "Domain" with quantity 6, or 6 separate lines, one per domain?

#

bungee_pricing-modeling

unreal totem
#

cc @shy cradle ^

shy cradle
#

We don’t have the ability to purchase multiple domains at once, so we’ll create a single subscription per domain/invoice. So I think the single Product multiple Prices is the best path here, any thoughts?

unreal totem
#

Well you end up with 6 Subscriptions each with "Domain Subscriptions" and no way to know which domain this is for. Is that okay for you?

shy cradle
#

That's fine, we have more information in the metadata to determine which domain the subscription belongs to, but I hear you; this is something to take into account. Thanks for the help!

unreal totem
#

sure thing!

shy cradle
#

one more q: you cant control invoice line items via prices, only products?

unreal totem
#

not entirely sure what you mean. But the information that appear on the Invoice's line item is the Product name yes

shy cradle
#

gotcha

#

With this method, can I change the name of the line item inside a draft invoice?

  description: "example.com domain renewal"
});```
unreal totem
#

No that won't work

#

Really in that case, make a separate Product for each

gleaming raftBOT