Skip to content

how to add or change TextInput in checkout section #691

Answered by witoszekdev
beratucgul asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @beratucgul, in general our storefront is a starter-kit and making substantial changes will require forking it and adjusting the project to your needs.

How can I add an additional input in shipping, billing, etc. in the checkout section?

Except the fields that are available on AddressInput in checkoutCreate and checkoutShippingAddressUpdate mutations you could add additional data from your customers in the checkout metadata, it will be then moved to order’s metadata once the orderCreateFromCheckout mutation is run by saleor-app-checkout on checkout completion.

I want to change Company input in Billing Address with different label or different TextInput

To change labels, you’d need …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@beratucgul
Comment options

@beratucgul
Comment options

@typeofweb
Comment options

@beratucgul
Comment options

Answer selected by witoszekdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants