#arti-villa_error

1 messages · Page 1 of 1 (latest)

final bluffBOT
#

👋 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/1341404666126401626

📝 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.

compact pendant
final scaffold
#

there isnt' any request to the server, its client side. llms are saying I need to 'Use a separate tax estimation endpoint before calling confirm'

compact pendant
#

Can you share what guide are you following exactly ?

final scaffold
#

but this tutorial does not calculate tax. my interface does

compact pendant
#

Thanks. And for what purposes you are implementing Address Element ?

final scaffold
#

shipping information

compact pendant
#

You should use your own UIs

final scaffold
#

what do you mean?

compact pendant
#

Address Element is part of the Elements familiy and can't be used with Checkout

#

You need to implement your own UIs to collect the shipping information

final scaffold
#

It says I can based on the error.

final bluffBOT
compact pendant
#

You need to unmount the AddressElement before calling confirm()

final scaffold
#

Yeah I'm going to look into fetching the tax information via an endpoint and can then just not updateShippingAddress(). it might work ¯_(ツ)_/¯

compact pendant
final scaffold
#

I see. So basically have a 2 step process so hitting next step removes it.

#

It's a lot of work to redesign the entire form to match stripe payment form

compact pendant
#

I understand yeah. Happy to help if you have any additional issue.

final scaffold
#

So I hit updateAddress and hide the address form and can then proceed is my take

compact pendant
final scaffold
#

yeah I understand. it just causes ux issues the way the form is layed out so need to revise or as you stated make my own form. which defeats the point of using stripe. but i guess this is a beta feature.