Skip to content

Instantly share code, notes, and snippets.

@jamiepittock
Created May 26, 2012 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiepittock/2793174 to your computer and use it in GitHub Desktop.
Save jamiepittock/2793174 to your computer and use it in GitHub Desktop.
// Hidden form on checkout page
<div style="display: none">
{exp:cartthrob:save_customer_info_form
return=""
id="customer_form"
}
<input type="hidden" name="country_code" id="hidden_country" value="" />
{/exp:cartthrob:save_customer_info_form}
</div>
// /checkout/shipping template
{exp:cartthrob:cart_shipping}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment