Skip to content

Instantly share code, notes, and snippets.

@generalconsensus
Created June 14, 2012 09:08
Show Gist options
  • Save generalconsensus/2929209 to your computer and use it in GitHub Desktop.
Save generalconsensus/2929209 to your computer and use it in GitHub Desktop.
Commerce Order Wrapper
global $user;
$cart_order = commerce_cart_order_load($user->uid);
dpm($cart_order);
$order_wrapper = entity_metadata_wrapper('commerce_line_item', $cart_order);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment