芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/wp-content/themes/dexolix/inc/vendor/woocommerce/checkout/form-shipping.php
cart->needs_shipping_address() ) : ?>
type="checkbox" name="ship_to_different_address" value="1" />
get_checkout_fields( 'shipping' ); foreach ( $fields as $key => $field ) { woocommerce_form_field( $key, $field, $checkout->get_value( $key ) ); } ?>
cart->needs_shipping() || wc_ship_to_billing_address_only() ) : ?>
get_checkout_fields( 'order' ) as $key => $field ) : ?> get_value( $key ) ); ?>