View Single Post
  #65  
Old 05-01-2012, 10:08 AM
  swartzieee's Avatar 
swartzieee swartzieee is offline
 

Advanced Member
  
Join Date: Feb 2010
Posts: 58
 

Default Re: 'Add to Cart' Alert Message

Here is the javascript code

// Widget :: change state to Added
ajax.widgets.add2cart.obj.prototype.doAddedState = function() {
this.button.addClass('do-add2cart-success');

this._freezeBox();

if (this.savedData.box)
this.savedData.box.html(lbl_added);

// Added to Cart Alert Start
window['Cart_Alert_Product_' + this.productid]();
// Added to Cart Alert End

return true;
}
__________________
4.7.11
BuckeyeFanApparel.com
Reply With Quote