Skip to content

Instantly share code, notes, and snippets.

@Viper-7
Forked from anonymous/gist:4064216
Created November 13, 2012 06:01
Show Gist options
  • Save Viper-7/4064231 to your computer and use it in GitHub Desktop.
Save Viper-7/4064231 to your computer and use it in GitHub Desktop.
$billingArray = array();
while (have_checkout_items()) {
the_checkout_item();
$billingArray[] = array(
"id" => form_element_id(),
"name" => checkout_form_name(),
"form" => checkout_form_field(),
);
echo "hey";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment