I've got this mod to work in 4.0.16 for fedex rates - but once a customer adds a zip code and calculates the shipping the option to change that entry doesn't appear.
It should be displaying "Click here to change your zip code"
Anyone have any ideas?
Heres what my code looks like
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="{$ImagesDir}/calculate.gif" border=0 align=middle name=btnCalculate>
{else}
Click here to change your zip code
{/if}
{/if}