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.
|