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?