Event for when Snipcart cart summary is open

Is there a JS event that will occur when the “side summary” is open? Thanks

Hi @Adrian123,

Unfortunately, the side summary isn’t attached to any routes. It won’t be triggered in any of our events.

This is something we may address in the future, but in the meantime, you’d need to listen to DOM mutations to do any actions when the side summary is opened.

1 Like