simpleCart(js)

items
Items:
Total:

'beforeSave' Event

The ‘beforeSave’ event is triggered when simpleCart is about to save the cart items to localStorage.

simpleCart.bind( 'beforeSave' , function(){
  console.log( "simpleCart is about to save some stuff!" ); 
});

 

Comments

  1. There are no comments for this entry yet.
Commenting is not available in this channel entry.