Both sides previous revision
Previous revision
|
|
en:syces:frontend:location:uploadmanager [2016/09/27 09:24] co |
en:syces:frontend:location:uploadmanager [2019/03/14 10:07] (current) bb [Directory Structure for Terms and Conditions] |
===== Directory Structure for Terms and Conditions ===== | ===== Directory Structure for Terms and Conditions ===== |
| |
Default Terms and Conditions can be uploaded in the client module and are renamed automatically to 'agb.html'. They reside in your home directory. If you need to customize Terms and Conditions for different locations and / or languages you need to create an additional agb directory and name all files 'agb.html'. Location specific Terms and Conditions need to be placed in directories named like the location id. As a general rule for the order Terms and Conditions are chosen keep in mind that location specific is more important than language specific. If the most specific file isn't available (location plus language) then the default location file will be displayed, else the default language file, else the default file. | Default Terms and Conditions can be uploaded in the client module and are renamed automatically to 'agb.html'. They reside in your home directory. If you need to customize Terms and Conditions for different locations and / or languages you need to create an additional agb directory and name all files 'agb.html' and "dse.html" for the privacy policy. Location specific Terms and Conditions need to be placed in directories named like the location id. As a general rule for the order Terms and Conditions are chosen keep in mind that location specific is more important than language specific. If the most specific file isn't available (location plus language) then the default location file will be displayed, else the default language file, else the default file. |
| |
**Example Directory Structure:** | **Example Directory Structure:** |
\\ Location 123 italian : /agb/123/it/agb.html | \\ Location 123 italian : /agb/123/it/agb.html |
\\ Location 124 english: /agb/124/en/agb.html | \\ Location 124 english: /agb/124/en/agb.html |
| |
| |
| \\ Default: /dse/dse.html: (this will override any standard Home/dse.html; wenn missing then standard Home/agb is used) |
| \\ Default englisch : /dse/en/dse.html |
| \\ Location 123 : /dse/123/dse.html |
| \\ Location 123 italian : /dse/123/it/dse.html |
| \\ Location 124 english: /dse/124/en/dse.html |
| |
| |
**Examples for above:** | **Examples for above:** |
\\ Location 124, language = de => /agb/agb.html (no default within location folder) | \\ Location 124, language = de => /agb/agb.html (no default within location folder) |
\\ Location 124, language = en => /agb/124/en/agb.html | \\ Location 124, language = en => /agb/124/en/agb.html |
| |
| |
| \\ Location 125, language = en => /dse/en/dse.html (no location folder found) |
| \\ Location 125, language = de => /dse/dse.html (no location folder found) |
| \\ Location 123, any language except it => /dse/123/dse.html (default location folder) |
| \\ Location 123, language = it => /dse/123/it/dse.html |
| \\ Location 124, language = de => /dse/dse.html (no default within location folder) |
| \\ Location 124, language = en => /dse/124/en/dse.html |
| |
| |