#npx_unexpected
1 messages ยท Page 1 of 1 (latest)
๐ 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/1218318026752000081
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- npx_pricing-table, 4 hours ago, 50 messages
Hi there! Do you have a price ID I can review?
I can get you one!
prctbl_1OueO5LP7FBsrxNtNs5uREhi this would be the price table if that helps
It should have 2 products with each defining 3 prices in differenc currencies
price_1OuhC5LP7FBsrxNtuRzmQYNg this would be one of the price ids
Or did I misunderstand?
Looking!
I see two different prices configured with that pricing table, both in JPY without any alternative currencies
mh oh so the above price is is not part of the price table? So i have to not only add the product and add all prices to the price table for auto detection?
But the prices are attached to the product hum
Alternative currencies for a given price are defined on the same Price object. In this case, it looks like you've created two separate prices, one in JPY, one in EUR
I dont find a way to add the other prices there. I added the product which should have 3 prices in 3 currencies. And i expected the price table to offer the local currency. Am i wrong in assuming so?
Oh
You'll want to follow these steps: https://docs.stripe.com/payments/checkout/multi-currency-prices#add-multiple-currencies-to-a-price
If you're creating prices in the Dashboard, you should see the option to "Add another currency"
Oh no you might be right
Lemme check
Oh gawd
Thank you. I messed up. Ill give it a try!
Sure thing!
If you end up creating Prices via the API, you can also define alternative currencies and amounts for those currencies under currency_options: https://docs.stripe.com/api/prices/create#create_price-currency_options
I should probably start using the API as the dashboard seems shaky at times
I updated the prices and archived the old ones, now i cannot add the cross sells as the crosssell box doesnt find the other products anymore ๐ฆ
But the prize localisation works now! Thank you very much! I cant believe i messed this up
Glad you were able to figure it out overall!