View Single Post
  #26  
Old 01-17-2012, 03:44 PM
 
elmirage001 elmirage001 is offline
 

X-Wizard
  
Join Date: Apr 2007
Posts: 1,966
 

Default Re: X-Cart popup messages

Quote:
Originally Posted by cflsystems
Look in skin/common_files/js/ajax.add2cart.js and find the code you inserted when installing the mod
If you find in it
Code:
onComplete: function(){ setTimeout($.fn.colorbox.close,5000); },
it auto closes after 5 seconds. If you want to disable it just change it to

Code:
onComplete: false,
if you want to increase the auto close time change 5000 to whatever number you want, for example 10 sec will be 10000
Perfect! Love the mod. Thanks so much! Paul
__________________
WooCommerce as of 10/2022
Reply With Quote