Plugin Directory

Changeset 1749762


Ignore:
Timestamp:
10/20/2017 09:14:12 AM (7 years ago)
Author:
sergmoro1
Message:

Add link to demo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lisette-cost-calculator/trunk/readme.txt

    r1749731 r1749762  
    1717
    1818For this goal should be a visual questionnaire.
    19 This plugin helps simply define such a questionnaire.
     19This plugin helps simply define such a questionnaire.
     20
     21See [demo](http://lisette.vorst.ru/cost-calculator/ "Lisette Cost Calculator")
    2022
    2123== Installation ==
     
    3032some changes in a file /css/fixed.css can be needed.
    3133
    32 === Setting up ===
     34=== Settings & Explanations ===
    3335
    34 1. Price, captions, images can be changed in configuration file
    35    /wp-content/plugins/lisette-cost-calculator/config/questionnaire.php.
    36 2. New items can be added, for example teenage age:
     36Price, captions, images can be changed in configuration file
     37/wp-content/plugins/lisette-cost-calculator/config/questionnaire.php.
     38
     39New items can be added, for example teenage age:
    3740    'question' => 'Age',
    3841        'answers' => [
     
    4144            ['caption' => 'Child', 'image' => 'child.jpg', 'value' => '*1.3'],
    4245        ],
    43    If parameter "value" is a number, then it will be added to total sum.
    44    If befor number symbol "*" placed, then it is a coefficient.
    45    All images should be placed in a folder /wp-content/plugins/lisette-cost-calculator/img/.
    46 3. If caption too long add "small" parameter:
     46
     47If parameter "value" is a number, then it will be added to total sum. If befor number symbol "*" placed, then it is a coefficient.
     48
     49All images should be placed in a folder /wp-content/plugins/lisette-cost-calculator/img/.
     50
     51If caption too long add "small" parameter:
    4752    'question' => 'Model',
    4853        'answers' => [
     
    5459            ],
    5560        ],
    56 4. If parameter "image" is not specified, item will be printed without image.
     61
     62If parameter "image" is not specified, item will be printed without image.
    5763    'question' => 'Price class',
    5864        'answers' => [
    5965            ['caption' => 'econom', 'value' => '*1'],
    6066            ['caption' => 'elite', 'value' => '*2'],
    61 5. Change /css/fixed.css if needed.
Note: See TracChangeset for help on using the changeset viewer.