I am looking for Prepopulating some information in the Billing page like 'Your Contact Email, First Name, Last Name' as I collect them in my remote site and would like not to reenter from the customer.
I have a html snippet in my site which redirects directly to the billing page. My html snippet looks like this
<input type="hidden" name="id" value="<ID>" />
<input type="hidden" name="return_to" value="/checkout" />
<input type="submit" value="BUY NOW" />
</form>
I really appreciate any help on this.
Thanks
George