I have wordpress site running woocommerce with a few products. I want to send my customer a url to their product which includes their name and email so i can pre-fill name and email on woocommerce checkout page. the link will take customer to the product item page, where they can view product details and click "add to cart".
Link example: http://example.com/product/myitem/tu_em=name@example.com&tu_name=theFirstName
I tried to use Pre-fill Woocommerce checkout fields with Url variables saved in session answer code but you need to already have a woocommerce session created, which doesnt happen until you click "add to cart"
How can i pre-fill my checkout fields page from the url to a product item?