View Single Post
  #93  
Old 11-11-2009, 09:03 PM
 
Tye Tye is offline
 

eXpert
  
Join Date: Nov 2002
Location: Australia
Posts: 284
 

Default Re: Must "Accept terms" before submitting the order

How do you get it to be an alert?

I've tried this:

Code:
{assign var="href" value="{literal}window.alert("You must agree to the terms to submit order"")|replace:"'":"\'";{/literal}"}

And This

Code:
{assign var="href" value="{literal}window.alert("You must agree to the terms to submit order"");{/literal}"}

But none seem to work... any pointers?
__________________
Today is a beautiful day, grab it while you can and live it to the full

Version 4.2.3 UNIX
Reply With Quote