View Single Post
  #68  
Old 04-19-2013, 05:04 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: X-Cart popup messages

The mod uses standard colorbox - http://www.jacklmoore.com/colorbox/- so there are few ways depending on contents; the mod uses href="#ID" and auto open since it is on page load but if you want it on click you just need to something like

$("ELEMENT CLASS or ID").colorbox();
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote