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
|