From ddc856880a424b8fa9d18ec83fea3cdbc697efba Mon Sep 17 00:00:00 2001 From: James Koster Date: Tue, 9 Dec 2014 16:20:43 +0000 Subject: [PATCH] shipping calculator. #6412 --- templates/cart/cart-shipping.php | 2 ++ templates/cart/cart.php | 2 -- templates/cart/shipping-calculator.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/cart/cart-shipping.php b/templates/cart/cart-shipping.php index 00d1951faee..821260d3393 100644 --- a/templates/cart/cart-shipping.php +++ b/templates/cart/cart-shipping.php @@ -97,5 +97,7 @@ if ( ! defined( 'ABSPATH' ) ) { echo '

' . __( 'Shipping', 'woocommerce' ) . ': ' . implode( ', ', $product_names ) . '

'; ?> + + diff --git a/templates/cart/cart.php b/templates/cart/cart.php index 29149ec693f..54e72c62da6 100644 --- a/templates/cart/cart.php +++ b/templates/cart/cart.php @@ -145,8 +145,6 @@ do_action( 'woocommerce_before_cart' ); ?> - - diff --git a/templates/cart/shipping-calculator.php b/templates/cart/shipping-calculator.php index ab3c0aa6e4e..995cd76eeca 100644 --- a/templates/cart/shipping-calculator.php +++ b/templates/cart/shipping-calculator.php @@ -19,9 +19,9 @@ if ( get_option( 'woocommerce_enable_shipping_calc' ) === 'no' || ! WC()->cart-> -
+ -

+