View Single Post
  #15  
Old 05-06-2007, 08:37 AM
  Dongan's Avatar 
Dongan Dongan is offline
 

X-Wizard
  
Join Date: Jul 2005
Location: www.mercuryminds.com
Posts: 1,531
 

Default Re: Disable the order submit button

just a note. I have tried the above code. couldn't figure out why it is not working. but this simple code works.

Found

{assign var="button_href" value=$button_href|cat:" if(checkRequired()) document.checkout_form.submit();"}

and replace

{assign var="button_href" value=$button_href|cat:" if(checkRequired()) this.disabled=true; document.checkout_form.submit();"}
Reply With Quote