diff --git uc_cart/uc_cart.module uc_cart/uc_cart.module index d77098a..4f37f7b 100644 --- uc_cart/uc_cart.module +++ uc_cart/uc_cart.module @@ -719,7 +719,7 @@ function theme_uc_cart_block_items($items) { */ function theme_uc_cart_block_summary($item_count, $item_text, $total, $summary_links) { $context = array( - 'revision' => 'themed-original', + 'revision' => 'themed', 'type' => 'amount', ); // Build the basic table with the number of items in the cart and total. @@ -911,7 +911,7 @@ function uc_cart_view_form($form_state, $items = NULL) { ); $context = array( - 'revision' => 'themed-original', + 'revision' => 'themed', 'type' => 'amount', ); $i = 0; @@ -1123,7 +1123,7 @@ function uc_cart_view_table($table) { } $context = array( - 'revision' => 'themed-original', + 'revision' => 'themed', 'type' => 'amount', ); $table[] = array( diff --git uc_cart/uc_cart_checkout_pane.inc uc_cart/uc_cart_checkout_pane.inc index bcf9f84..3826987 100644 --- uc_cart/uc_cart_checkout_pane.inc +++ uc_cart/uc_cart_checkout_pane.inc @@ -651,7 +651,7 @@ function theme_cart_review_table($show_subtotal = TRUE) { $description = check_plain($item->title) . uc_product_get_description($item); // Remove node from context to prevent the price from being altered. - $context['revision'] = 'themed-original'; + $context['revision'] = 'themed'; $context['type'] = 'amount'; unset($context['subject']); $rows[] = array( @@ -664,7 +664,7 @@ function theme_cart_review_table($show_subtotal = TRUE) { // Add the subtotal as the final row. if ($show_subtotal) { $context = array( - 'revision' => 'themed-original', + 'revision' => 'themed', 'type' => 'amount', ); $rows[] = array(