Logic for additional info header

This commit is contained in:
Mike Jolley 2013-07-11 16:11:28 +01:00
parent feb8d759a8
commit f23f536f12
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ global $woocommerce;
<?php if ( apply_filters( 'woocommerce_enable_order_notes_field', get_option( 'woocommerce_enable_order_comments', 'yes' ) == 'yes' ) ) : ?>
<?php if ( $woocommerce->cart->ship_to_billing_address_only() ) : ?>
<?php if ( ! $woocommerce->cart->needs_shipping() || $woocommerce->cart->ship_to_billing_address_only() ) : ?>
<h3><?php _e( 'Additional Information', 'woocommerce' ); ?></h3>