Changeset 1749762
- Timestamp:
- 10/20/2017 09:14:12 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lisette-cost-calculator/trunk/readme.txt
r1749731 r1749762 17 17 18 18 For this goal should be a visual questionnaire. 19 This plugin helps simply define such a questionnaire. 19 This plugin helps simply define such a questionnaire. 20 21 See [demo](http://lisette.vorst.ru/cost-calculator/ "Lisette Cost Calculator") 20 22 21 23 == Installation == … … 30 32 some changes in a file /css/fixed.css can be needed. 31 33 32 === Setting up===34 === Settings & Explanations === 33 35 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: 36 Price, captions, images can be changed in configuration file 37 /wp-content/plugins/lisette-cost-calculator/config/questionnaire.php. 38 39 New items can be added, for example teenage age: 37 40 'question' => 'Age', 38 41 'answers' => [ … … 41 44 ['caption' => 'Child', 'image' => 'child.jpg', 'value' => '*1.3'], 42 45 ], 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 47 If parameter "value" is a number, then it will be added to total sum. If befor number symbol "*" placed, then it is a coefficient. 48 49 All images should be placed in a folder /wp-content/plugins/lisette-cost-calculator/img/. 50 51 If caption too long add "small" parameter: 47 52 'question' => 'Model', 48 53 'answers' => [ … … 54 59 ], 55 60 ], 56 4. If parameter "image" is not specified, item will be printed without image. 61 62 If parameter "image" is not specified, item will be printed without image. 57 63 'question' => 'Price class', 58 64 'answers' => [ 59 65 ['caption' => 'econom', 'value' => '*1'], 60 66 ['caption' => 'elite', 'value' => '*2'], 61 5. Change /css/fixed.css if needed.
Note: See TracChangeset
for help on using the changeset viewer.