#21229 Updated class attribute for shipping class meta box
This commit is contained in:
parent
fd722da88a
commit
6623db017b
|
@ -52,7 +52,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
'class' => 'select short',
|
||||
);
|
||||
?>
|
||||
<p class="form-field dimensions_field">
|
||||
<p class="form-field shipping_class_field">
|
||||
<label for="product_shipping_class"><?php esc_html_e( 'Shipping class', 'woocommerce' ); ?></label>
|
||||
<?php wp_dropdown_categories( $args ); ?>
|
||||
<?php echo wc_help_tip( __( 'Shipping classes are used by certain shipping methods to group similar products.', 'woocommerce' ) ); ?>
|
||||
|
|
Loading…
Reference in New Issue