Shipping messages

This commit is contained in:
Mike Jolley 2012-02-12 11:50:19 +00:00
parent 848f5322d9
commit af625994ba
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ $available_methods = $woocommerce->shipping->get_available_shipping_methods();
<?php endif; ?>
<?php if ($woocommerce->cart->needs_shipping()) : ?>
<?php if ($woocommerce->cart->needs_shipping() && ( $available_methods || get_option('woocommerce_enable_shipping_calc') == 'yes' )) : ?>
<tr class="shipping">
<th><?php _e('Shipping', 'woocommerce'); ?></th>