Created
May 28, 2020 17:26
-
-
Save ibndawood/1ed67129c7261df550d5c22f84280668 to your computer and use it in GitHub Desktop.
Electro v2 - Integration with YITH WooCommerce Points and Rewards
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'yith_par_messages_class', 'ec_child_remove_messages_class' ); | |
function ec_child_remove_messages_class( $classes ) { | |
return array( | |
'woocommerce-cart-notice', | |
'woocommerce-cart-notice-minimum-amount', | |
'alert alert-warning' | |
); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.ywpar_apply_discounts .form-row { | |
margin-bottom: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment