View Single Post
  #14  
Old 11-12-2011, 12:21 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: X-Cart popup messages

Since I've been asked few times here is how to make the popup messages to auto close after some time period. In /skin/common_files/js/ajax.add2cart.js and in /skin/common_files/customer/dialog_message.tpl where the mod colorbox code is added add to options

onComplete: function(){ setTimeout($.fn.colorbox.close,5000); },

That will set the auto close to 5 seconds (change the number as needed). Of course you can add to dialog_message.tpl only and it will apply to messages only
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote