Advertisement
gabrielfuentes

Delete WooCommerce cart notice

Jul 23rd, 2021 (edited)
1,912
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.12 KB | None | 0 0
  1. jQuery(document).ready(function($){
  2.     jQuery(".woocommerce-error li:contains('You cannot add another')").parent().remove()
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement