cart->needs_shipping() || wc_ship_to_billing_address_only() ) && ! apply_filters( 'is_listing', false ) ) : ?>
get_checkout_fields( 'order' ) as $key => $field ) :
if ( apply_filters( 'stm_is_auto_parts', false ) ) {
$field['placeholder'] = $field['label'];
}
if ( apply_filters( 'is_listing', false ) ) {
$field['label'] = esc_html( 'Additional info', 'motors' );
}
?>
get_value( $key ) ); ?>