Pricing Calculator for Clarity Studio Photography
Create a sleek, modern pricing calculator for my business. Start with an example for “Clarity Studio Photography” (sessions: $150-250/hr, editing: $50/image, albums: $100-300).
Then ask me about: my business name/industry, services/products to include, adjustable pricing variables, preferred visual style
Make it visually striking with trendy design elements, fully mobile-responsive, and no non-functional buttons.
Version 1
If I upload a link to our existing rate card can you make it interactive? the business name is Xede Education. We are a UK based education recruitment company and need an interactive calculator that helps clients work out the fee based on the salary input for the type of role being applied for.
Version 2
https://www.xede.co.uk/rate-card/ please use the brand colours from my Canva profile. The terms and conditions to hyperlink within the page is https://www.xede.co.uk/terms-and-conditions/ this is only for permanent recruitment.
Version 3
That is okay but it doesnt actually follow the correct format. All roles are charged with 2 parts. We charge 10% of the salary plus a base fee (the base fee depends on the role type). The role types need to be ordered as follows:- Learning support £1000+VAT, Standard rate £2000+VAT, Additional responsibility £3000+VAT, Senior Leadership £4000+VAT. The point of the rate card is that as the salary increases, the relative percentage charged goes down. So a standard rate role on a £35k salary would be calculated as £2000 base fee plus 10% of the salary equaling £5500+VAT, equalling 15.7%. whereas the same thing on a 40k salary would equal £6000+VAT but the relative percentage charged would drop to 15%. can you make it work this way?
Version 4
can i have the code in html that will work in wordpress?
Version 5
can you provide a url i can use in an iframe instead?
Version 6
can you paste the code i need into the thread
Version 7
how do i copy the code?
yes please?
Version 8
im using version 7 but the page isnt displaying correctly. any suggestions? im using wordpress classic
<?php
/*
Plugin Name: Xede Fee Calculator
Description: A simple fee calculator for Xede Education
Version: 1.0
Author: Your Name
*/
function xede_calculator_shortcode() {
ob_start();
include(‘your-calculator-html-file.html’);
return ob_get_clean();
}
add_shortcode(‘xede_calculator’, ‘xede_calculator_shortcode’);
?>
Version 9
Canva Code can make mistakes, please check for accuracy. Terms.•Give feedback
Version 7