#flamegecko_addresselement-tweak

1 messages ¡ Page 1 of 1 (latest)

neat pilotBOT
#

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

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

deft sphinx
#

hello! i am not aware of a way to change that text but let me poke around to see if there's anything i can uncover

turbid radish
#

Thanks

deft sphinx
#

while i'm digging can you share any additional info about your use case? what are you using the separate address for?

turbid radish
#

We don't actually ship anything, this is for credit or telecom service purchases. So we need to know the persons actual address if it is different to the billing address. We have lots of customers who use friends/family/business cards

deft sphinx
#

gotcha, makes sense

turbid radish
#

We could ask for it outside of the payment flow, but much nicer if we can use the elements

deft sphinx
#

ok yes i am pretty sure there is still no way to do this, and i found an outstanding feature request for this that a few other users have written in about in the past

#

so i think collecting this outside of stripe elements is probably the best approach for now, and in the meantime i can flag that there's more demand for this feature

turbid radish
#

Ok, thanks for your help.

deft sphinx
#

yep of course!

turbid radish
#

Is there a public requested feature list I can subscribe to for updates ?

deft sphinx
#

unfortunately no, the best i can recommend is just to keep an eye on the changelog - this includes both changes that are generally available and also in public preview

#

but we don't really offer a way to subscribe to feature request status

neat pilotBOT
turbid radish
#

no problem, changelog is good. Thanks again.

deft sphinx
#

yep of course!

civic stag
#

flamegecko_addresselement-tweak

#

Have you tried mounting the AddressElement with a different Elements instance for each?

turbid radish
#

No, but would that then not add the checkbox at all, and also not link both addresses to the payment ?

#

Is there a way to not show the checkbox ? Then I could add my own and only mount the shipping address element if checked

civic stag
#

you can pass the inforamtion during confirmation right?
My understanding is you didn't want the checkbox (or didn't want it named a certain way) and you said the second address wasn't really a shipping address anyways

#

So really I was just giving a potential workaround but otherwise that's not possible like @deft sphinx said and it'd be a feature request (which you report to our support team: https://support.stripe.com/contact)

turbid radish
#

I see, we still want it attached to the transaction in the shipping details

civic stag
#

but you can pass it during confirmation so that could still work

turbid radish
#

Ok, I will have a play with that. Currently we use card element and address element and I manually add the address to the transaction server side. So that would work

civic stag
#

perfect!