Does someone know how I can take the code:
Code:
{if $not_logged_message eq "1"}
{if $estimate ne "NO"}
Enter your zip code to calculate shipping charges.
<input type=TEXT name='zip_estimate' size=5 maxlength=5>
<input type=image alt="Calculate Shipping" src="../skin1/images/calculate.gif" border=0 align=middle name=btnCalculate >
{else}
Click here to change your zip code
{/if}
{/if}
and make the entry box come up in a pop-up box intead?