Skip to content

Instantly share code, notes, and snippets.

@tangar76
Created December 12, 2018 14:44
Show Gist options
  • Save tangar76/ca7374dd84e47ff63349f2452b516e15 to your computer and use it in GitHub Desktop.
Save tangar76/ca7374dd84e47ff63349f2452b516e15 to your computer and use it in GitHub Desktop.
Get product IDs on category page (Magento admin)
jQuery('#catalog_category_products_table tbody td.col-entity_id').map(function() { return jQuery(this).text().trim(); }).get().join();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment