simpleCart(js)

items
Items:
Total:

'afterSave' Event

The ‘afterSave’ event is triggered just after simpleCart saves the cart items to localStorage.

simpleCart.bind( 'afterSave' , function(){
  console.log( 'simpleCart just saved everything!' ); 
});

 

Comments

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