type:
snippet
category:
checkout
name:
Pre-populating checkout values, without invoking "single-use customers"
reference:
http://forum.foxycart.com/comments.php?DiscussionID=1666&page=1
tags:
Advance, Snippets, cart and checkout
date:
2011-05-27

Pre-populating checkout values

Pre-populating checkout values, without invoking “single-use customers” .

<script type='text/javascript'>
//<![CDATA[
jQuery(function($){
if(fc_json.custom_fields.customer_email){
$('#customer_email').val(fc_json.custom_fields.customer_email);
FC.checkout.checkLogin();
}
});
//]]>
</script>

Site Tools