Skip to content

Instantly share code, notes, and snippets.

@dimajanzen
Last active July 28, 2017 08:14
Show Gist options
  • Save dimajanzen/a3abd95a931eeabcfe1b3132da051a07 to your computer and use it in GitHub Desktop.
Save dimajanzen/a3abd95a931eeabcfe1b3132da051a07 to your computer and use it in GitHub Desktop.
notify cobby about product changes
//1,2,3 are productids
Mage::dispatchEvent('cobby_handle_changes', array('entity' => 'product', 'action' => 'save', 'ids' => array(1,2,3)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment