#textures-3d-models_best-practices
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/1356996972430622802
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Or do I have to manually create a product in the Stripe dashboard to match the products stored in my database?
I also want to display prices in euros, updated with the exchange rate. The conversion should be based on the price I set in dollars, depending on the user's country. Additionally, I want to round the price like ceil() in PHP (for example, $7.99 → €7.38, rounded to €7.99).
I also need a ready-to-use tax system, in case I have to pay taxes in the future to comply with French regulations.
Lastly, when customers place an order, I want invoices to be generated automatically and stored as PDF files on a dedicated page in the user’s account.
Could you please provide the documentation links so I can start coding this?
Thank you!