Logic for additional info header
This commit is contained in:
parent
feb8d759a8
commit
f23f536f12
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue