Prefilling checkout fields
Speed up checkout with Prefilling checkout fields. Reduce friction, increase conversions, and enhance customer experience.
You can pre-fill customer data in the cart to shorten their path to finalizing the transaction when sending a purchase link to a specific customer. You can do this in two ways:
Filling in data using the Share menu
If you select the Share button, and then the Fill fields option in the window, you can enter customer data that will be pre-filled in the cart after sharing this link.
Manually filling customer data in the link
You can create an individual cart link for each customer by adding their data (name and email address) to the URL.
To do this, add the parameter ?name=First Last&email=john@doe.com at the end of the link
You can also add a space using the %20 character in the address:
?name=John%20Doe&email=john@doe.com
When accessing the link, the customer won't need to fill in this data in the cart; it will be automatically populated.
Additional parameters you can use
There are several other interesting parameters that allow you to fill in fields in the cart. These are:
- phone
- address
- post_code
- city
- nip
- delegate (true or 1 if the Purchase for someone else option is active in the cart and should be checked, anything else will be treated as false)
- quantity (number of items to be automatically added to the cart, if the variant allows purchasing multiple units)