Skip to content

Instantly share code, notes, and snippets.

@SashkoWooTeam
Created August 7, 2019 08:54
Show Gist options
  • Select an option

  • Save SashkoWooTeam/4957091546512567ce2006f1f81d9efe to your computer and use it in GitHub Desktop.

Select an option

Save SashkoWooTeam/4957091546512567ce2006f1f81d9efe to your computer and use it in GitHub Desktop.
Open Jet Popup on WooCommerce Update Cart action
$( document ).on( 'wc_update_cart added_to_cart', function() {
var popupId = 'jet-popup-1455';
$( window ).trigger( {
type: 'jet-popup-open-trigger',
popupData: {
popupId: popupId
}
} );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment