Fix cart notice position
This commit is contained in:
parent
57b2f5c21c
commit
12279989bd
|
@ -292,7 +292,7 @@ add_action( 'woocommerce_register_form', 'wc_registration_privacy_policy_text',
|
||||||
/**
|
/**
|
||||||
* Notices.
|
* Notices.
|
||||||
*/
|
*/
|
||||||
add_action( 'woocommerce_cart_is_empty', 'woocommerce_output_all_notices', 10 );
|
add_action( 'woocommerce_cart_is_empty', 'woocommerce_output_all_notices', 5 );
|
||||||
add_action( 'woocommerce_shortcode_before_product_cat_loop', 'woocommerce_output_all_notices', 10 );
|
add_action( 'woocommerce_shortcode_before_product_cat_loop', 'woocommerce_output_all_notices', 10 );
|
||||||
add_action( 'woocommerce_before_shop_loop', 'woocommerce_output_all_notices', 10 );
|
add_action( 'woocommerce_before_shop_loop', 'woocommerce_output_all_notices', 10 );
|
||||||
add_action( 'woocommerce_before_single_product', 'woocommerce_output_all_notices', 10 );
|
add_action( 'woocommerce_before_single_product', 'woocommerce_output_all_notices', 10 );
|
||||||
|
|
Loading…
Reference in New Issue