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>

Related Forum Discussions

snippets/checkout/pre_populating_checkout_values.txt · Last modified: 2011/11/17 10:36 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki