Title: Lisette Cost Calculator
Author: Sergey
Published: <strong>October 20, 2017</strong>
Last modified: January 4, 2025

---

Search plugins

![](https://ps.w.org/lisette-cost-calculator/assets/banner-772x250.jpg?rev=1749818)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/lisette-cost-calculator/assets/icon-256x256.jpg?rev=1749818)

# Lisette Cost Calculator

 By [Sergey](https://profiles.wordpress.org/sergmoro1/)

[Download](https://downloads.wordpress.org/plugin/lisette-cost-calculator.1.3.zip)

 * [Details](https://wordpress.org/plugins/lisette-cost-calculator/#description)
 * [Reviews](https://wordpress.org/plugins/lisette-cost-calculator/#reviews)
 *  [Installation](https://wordpress.org/plugins/lisette-cost-calculator/#installation)
 * [Development](https://wordpress.org/plugins/lisette-cost-calculator/#developers)

 [Support](https://wordpress.org/support/plugin/lisette-cost-calculator/)

## Description

Any product consists of elements.
 Quite often the manufacturer allows you to select
the components in advance.

For this goal should be a visual questionnaire.
 This plugin helps simply define
such a questionnaire.

### Important

Plugin works for Twenty Fourteen theme. It will work for others too but
 some changes
in a file `/css/fixed.css` can be needed.

Installing the plugin requires some knowledge about PHP programming.

If you have downloaded the plugin and are using it, please do not forget to rate
it.

### Settings & Explanations

Price, captions, images can be changed in a configuration file
 /wp-content/plugins/
lisette-cost-calculator/config/questionnaire.php.

There may be any other name of a questionnaire file. In this case a new name should
be set in a file
 lisette-cost-calculator.php.

    ```
    $application = new LisetteCCApplication([
        'name' => 'questionnaire'
    ]);
    ```

Any question can has an answer. Any answer can has: `caption`, `image`, `value`.

If parameter `value` is a number, then it will be added to total sum.

    ```
    'question' => 'Headboard', 
        'answers' => [
            [
                'caption' => 'standard',
                'image' => 'head-ordinary-2.jpg',
                'value' => 500,
            ],
            [
                'caption' => 'design',
                'image' => 'head-design-2.jpg',
                'value' => 2550,
            ],
        ],
    ```

If before number symbol “*” placed, then it is a coefficient.

    ```
    'question' => 'Age',
        'answers' => [
            [
                'caption' => 'Adult', 
                'image' => 'men.jpg', 
                'value' => '*1',
            ],
            [
                'caption' => 'Child', 
                'image' => 'child.jpg', 
                'value' => '*1.3',
            ],
        ],
    ```

All images should be placed in a folder `/wp-content/plugins/lisette-cost-calculator/
img/`.

If caption too long add `small` parameter:

    ```
    'question' => 'Model',
        'answers' => [
            [
                'caption' => 'with lifting mechanism', 
                'image' => 'with-lifting.jpg', 
                'value' => 230, 
                'small' => true,
            ],
        ],
    ```

If parameter `image` is not specified, item will be printed without image.

    ```
    'question' => 'Price class',
        'answers' => [
            ['caption' => 'econom', 'value' => '*1'],
            ['caption' => 'elite', 'value' => '*2'],
        ],
    ```

## Installation

 1. Unpack archive to folder `/wp-content/plugins/`.
 2. Activate plagin Lisette-cost-calculator.
 3. Add post or page and insert short-code – `[cost_calculator]`.
 4. Place the widget `Lisette_CC Sum` on the appropriate sidebar or in another place

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Lisette Cost Calculator” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Sergey ](https://profiles.wordpress.org/sergmoro1/)

“Lisette Cost Calculator” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/lisette-cost-calculator/contributors)
for their contributions.

[Translate “Lisette Cost Calculator” into your language.](https://translate.wordpress.org/projects/wp-plugins/lisette-cost-calculator)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/lisette-cost-calculator/),
check out the [SVN repository](https://plugins.svn.wordpress.org/lisette-cost-calculator/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/lisette-cost-calculator/)
by [RSS](https://plugins.trac.wordpress.org/log/lisette-cost-calculator/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.3**
 *  Last updated **2 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **6.7.5**
 *  PHP version ** 5.3 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/lisette-cost-calculator/) and [Russian](https://ru.wordpress.org/plugins/lisette-cost-calculator/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/lisette-cost-calculator)
 * Tags
 * [calculator](https://wordpress.org/plugins/tags/calculator/)[questionnaire](https://wordpress.org/plugins/tags/questionnaire/)
 *  [Advanced View](https://wordpress.org/plugins/lisette-cost-calculator/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/lisette-cost-calculator/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/lisette-cost-calculator/reviews/)

## Contributors

 *   [ Sergey ](https://profiles.wordpress.org/sergmoro1/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/lisette-cost-calculator/)