Advertisement
gabrielfuentes

Remove SKU on product when there is not SKU applied to it

Aug 1st, 2021
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.10 KB | None | 0 0
  1. jQuery(document).ready(function($){
  2.     jQuery(".sku:contains('Niet beschikbaar')").parent().remove()
  3. });
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement