Documentation

Features

Differences

This shows you the differences between the selected revision and the current version of the page.

modules:uszipcode 2009/02/13 11:01 modules:uszipcode 2011/06/17 16:27 current
Line 4: Line 4:
====== Installation and Upgrading ====== ====== Installation and Upgrading ======
-To install the module just download it and upload it to your modules directory. Next visit administration and activate it. +To install the module just download it and upload it to your modules directory. Next visit administration and activate it. 
 + 
 +Add this to viewlisting.tpl where you want your zipcode to appear: 
 + 
 +<code> 
 +{if $smarty.const.LANG_SEARCH_ZIP} 
 +  <tr> 
 +    <td><strong>{$smarty.const.LANG_SEARCH_ZIP}:</strong></td> 
 +    <td>{$zipcode}</td> 
 +  </tr> 
 +{/if} 
 +</code>
To upgrade you will need to remove your original zip code module.  You can do this from administration and then deactivate it, and finally delete it.  Next upload the new files to your modules folder and then visit administration and activate it. To upgrade you will need to remove your original zip code module.  You can do this from administration and then deactivate it, and finally delete it.  Next upload the new files to your modules folder and then visit administration and activate it.

Have more questions? Visit our community forums.