View Single Post
  #27  
Old 02-08-2012, 10:16 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: X-Cart popup messages

I've been asked in relation to this mod how to keep the coupon messages popup but disable the message when customer creates/updates account info

Not tested but in /skin/common_files/modules/One_Page_Checkout/ajax.checkout.js find

Code:
ajax.widgets.checkout.obj.prototype._callbackUpdateProfile = function(data) {
and comment out this line

Code:
this.showMessage(data.content, 'I');
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote