plugin-icon

Lisette Cost Calculator

제작자: Sergey·
Show questionnaire for calculating final sum of order.
버전
1.3
최근 업데이트일
Jan 4, 2025
Lisette Cost Calculator

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'], ],
무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 6.7.4
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.