#ShakeR
1 messages ยท Page 1 of 1 (latest)
I need something for collecting which shipping method they wish to use.
Step 1: (address) Covered
Step 2: (ship method) Missing
Step 3: (billing) Covered
I can provide all the data (price, method, etc), but I'm wanting a congruent component for UI / UX
I'm 99% sure you guys don't offer this, but worth asking on 1% chance I'm wrong b/c this is a beast to keep clean.
Nope, we don't offer an element for selecting shipping methods.
Is there a method to disable any user input in the Billing Element?
I'd like to prevent the user from entering Billing Information until they've selected a Ship Method.
What do you mean by the "billing element"?
^ can I toggle the ability to interact with this field?
I don't want a customer to enter Credit Card info before they've specified a Ship Method
Ah the Payment Element okay
Ah sorry, Payment Element
Yeah we keep adding new Stripe.js elements so we get thrown off when a name doesn't match ๐
I've been staring at my "Billing" header for the past 10 hours so that doesn't help either ๐
You can toggle the readOnly boolean value to prevent users from typing in there until you want them to: https://stripe.com/docs/js/elements_object/update_payment_element#payment_element_update-options-readOnly
Ty ty