Skip to content

Instantly share code, notes, and snippets.

@schmengler
Created July 9, 2015 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schmengler/545a00da8fa8353493ba to your computer and use it in GitHub Desktop.
Save schmengler/545a00da8fa8353493ba to your computer and use it in GitHub Desktop.
Magento Admin Bookmarklets

Select all attributes to "Skip" in product export

javascript:$$('input[name="skip_attr[]"]').each(function(el) {el.checked=true;});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment