7.1
2013-01-30

Manage the Terms and Conditions

The Terms and Conditions template is a HTML document and is stored on the file system of the PrintShop Mail Web web server. The terms and conditions document can be altered using a plain text editor (e.g. Note Pad++). The terms and conditions document can be add per language and/or per skin allowing the look and feel of the message to be changed according to that skin.
In order to create language specific terms and condition documents (in the termsandconditions folder) the name of these language specific terms and conditions documents should match the iso code as specified in the Language section of the Settings section.

The document is read from the following location, sorted by priority and language of the current logged in user:

The administrator can simply place a copy of the terms and conditions document in the folder of the skin and start customizing the file. The isocode used in the folder path is in lowercase.

To edit the default Terms and Conditions document:

  1. Select the Terms and Conditions document on the following location:
    C:\Program Files\PrintShop Web\Website\misc\termsandconditions\termsandconditions.php and open the document in a plain text editor.
  2. Add your terms and conditions to the document.
    It is possible to use PHP statements in the terms and conditions document. The builtin function getString is available and returns the given string from the language strings in the Language section from the Settings section.
  3. Click Save to store the changes.