View Single Post
  #153  
Old 12-18-2005, 03:31 PM
 
dprice.sf dprice.sf is offline
 

Advanced Member
  
Join Date: May 2005
Posts: 66
 

Default

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}
__________________
Version 4.0.14
Reply With Quote