View Single Post
  #23  
Old 07-18-2012, 11:08 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: One-Page Checkout - Warning user to click APPLY

Do this

var _s = this;
$("#opc_shipping_payment").click(function() {
_s.showMessage('You must confirm you address details before you can continue with the checkout process. See button below where you enter your name and address (you may need to scroll down).', 'W');
});
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote