Update form-shipping.php
This commit is contained in:
parent
d0804490cd
commit
caa382a611
|
@ -10,7 +10,7 @@
|
|||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
?>
|
||||
<div class="woocommerce-shipping-fields">
|
||||
<?php if ( ( WC()->cart->needs_shipping() || apply_filters('woocommerce_override_needs_shipping' , false ) == true ) && ! WC()->cart->ship_to_billing_address_only() ) : ?>
|
||||
<?php if ( ( WC()->cart->needs_shipping() || WC()->cart->needs_shipping_address() == true ) && ! WC()->cart->ship_to_billing_address_only() ) : ?>
|
||||
|
||||
<?php
|
||||
if ( empty( $_POST ) ) {
|
||||
|
|
Loading…
Reference in New Issue