View Single Post
  #15  
Old 07-13-2003, 10:58 PM
 
Xcart-Man Xcart-Man is offline
 

Advanced Member
  
Join Date: Jun 2003
Posts: 81
 

Default it's easy...

edit languages, go to bottom, add :

txt_terms

then, in the next box type:

Terms and Conditions

Then take your html or text (in case of HTML, put it in a table and copy ONLY the table data from <table width=> to the final </table> tag) and paste it into the 3rd box....now click on apply changes.

Go to Edit Templates, and go to HELP>conditions.tpl, and change:

{capture name=dialog}
{*place terms and conditions here*}


to

{capture name=dialog}
{$lng.txt_terms}


you will find that this definitely works.
Reply With Quote