Auto Populate Billing Checkout Fields via URL Parameters
-
Hi Guys
Using the fictitious link:
https://mytestwebsite.com/checkout/?add-to-cart=231823&quantity=1I am able to add a variable product and redirect the user to the checkout page. What I would like to do, is use a hyperlink to also auto-fill the checkout billing fields: billing_first_name & billing_last_name.
If the clients name is John Williamson, then a URL similar to the one below, should auto complete the Checkout Billing Section with his Name & Surname, while still adding the product. eg.
https://mytestwebsite.com/checkout/?add-to-cart=231823&quantity=1&billing_first_name=John&billing_last_name=WilliamsonPlease advise if there is a way to do this.
Thanks
DuaneThe page I need help with: [log in to see the link]
- The topic ‘Auto Populate Billing Checkout Fields via URL Parameters’ is closed to new replies.