diff --git a/modules/cart/commerce_cart.module b/modules/cart/commerce_cart.module index ced58af..1f2dbff 100644 --- a/modules/cart/commerce_cart.module +++ b/modules/cart/commerce_cart.module @@ -664,7 +664,7 @@ function commerce_cart_block_view($delta) { // Build the variables array to send to the cart block template. $variables = array( 'order' => $order, - 'contents_view' => commerce_embed_view('commerce_cart_block', 'defaults', array($order->order_id), $_GET['q']), + 'contents_view' => commerce_embed_view('commerce_cart_block', 'default', array($order->order_id), $_GET['q']), ); $content = theme('commerce_cart_block', $variables);