1661 comments found.
I can’t seem to find a demo that’s similar to what I want to do. I simply want to allow users to select from a list of items. A checkbox would probably be best, but the toggle will do. Each item has a different price, and as they toggle them on, the total should appear at the bottom.
. Can you suggest a demo to model after?
The Wedding planner has some similar functionality so I used that.
Hi,
Thanks for the purchase.
Should you need any additional support in the process, please submit a ticket at our support site – https://boldthemes.ticksy.com/tickets/ and our support team will be glad to assist you.
Thanks in advance.
Kind regards,
BoldThemes team
Pre Sale Question
Is it possible to lock and unlock elements using slider value.
like if slider_value >= 100 || slider_value <=500
then unlock first element
if slider_value >= 501 || slider_value <=1000
then unlock second element
Let me know the possibility or is it doable in the plugin
Thanks.
Hi,
Thanks for contacting us.
Yes, this can be done. Please refer to the plugin documentation for details: https://documentation.bold-themes.com/cost-calculator/cost-calculator-conditions/#lock-elements (section 5.2 Lock / Unlock Elements)
Here is the example: https://cost-calculator.bold-themes.com/new-main-demo/conditions/
Kind regards,
BoldThemes team
Hi
Thanks for the reply.
BTW I don’t want the dropdown to lock and unlock the element.
I want the slider to lock and unlock the elements with the condition I motioned in my first comment.
e. g.
if slider_value >= 100 || slider_value <=500
Then unlock the first element
if slider_value >= 501 || slider_value <=1000
Then unlock the second element
Thanks.
Hi,
In case of complex conditions like yours you can always use jquery functions in your calculator group JS pseudo:
In your case something like this should do the job:
if ( slider_value >= 100 || slider_value <=500 ) $('#my_element').fadeTo('slow', 0.2);
Kind regards,
BoldThemes team
Hi
My client is purchased this plugin.
I’ve tried the condition that you give. But it’s not working.
Can you please tell me in detail.
Thanks.
Hi,
Thanks for the purchase.
Please submit a ticket at our support site – https://boldthemes.ticksy.com/ and leave the site url, calculator url and wp-admin credentials so our support team can take a closer look at the current setup.
They will be glad to assist you with the detailed example.
Thanks in advance.
Kind regards,
BoldThemes team
Hi, Great plugin and worked fine for a long time. However, after the last update the emails that are sent to me are in raw-html and so I cannot read the content of the calculations that people where making. I hope this is a bug and will be fixed soon. I also searched your articles, but I couldn’t find any usefull documentation around this topic. So… very sad that its suddenly not working anymore like it should.
Hi,
Please tell us which version of the Cost Calculator are you currently using? Are you using the default contact form or Contact Form 7? The update you are referring to, was it the update of Cost Calculator or WordPress?
Kind regards,
BoldThemes team
Hi, I use wordpress version: 6.1.1 and plugin version: 2.3.8. I do remember doing a lot of updates a few weeks ago. Further: I use the contact7 contact form. However, when looking in the “CC Logs”, I see all entries since the update are like this (before the update it was ok):
<table style="width:100%" cellspacing="0">
<tr style="background:#eee"><td style="padding:.5em">aansluiting (Driefasig) </td><td style="text-align:right;padding:.5em"> 2.00</td></tr>
<tr><td style="padding:.5em">Merk & montage</td><td style="text-align:right;padding:.5em"> 0.00</td></tr>
...
So, its already like this before it gets sent to the contact7 form.
Thx!</table>
Hi,
For start, please check if your Contact Form 7 form is set to send HTML or text emails – by default, Contact Form 7 uses text for the message body. To use HTML, select the Use HTML content type checkbox within CF7 settings.
If this is not the cause, send us your wp-admin credentials and site url using the contact form at the bottom of right hand sidebar on our profile page – https://codecanyon.net/user/boldthemes
Kind regards,
BoldThemes team
Hi, Thx for your fast answer. The little checkbox in the contactform did the trick indeed: Contactform > Mail Tab > “use HTML content Type”.
I’ll add a 5 star rating for your plugin inmediately. Thx!
Thanks, we’re glad we could help.
Hey there! Is there a way to see anywhere admin side demo? I need to see how conditions are made. I bought another plugin and it is a buggy headache. Wasted a lot of time. Your plugin seems nice but I whant to see how the admin side looks.
Hi,
Thanks for contacting us.
We do not have demo version of the backend, but if you take a look at our plugin documentation – https://documentation.bold-themes.com/cost-calculator/ you can get fairly good idea of what is under the hood.
In addition, we provide money back guarantee, so if the plugin does not suit your needs, we will refund you, no questions asked.
Kind regards,
BoldThemes team
Seems like development of plugin has been stopped, only fixes and minor functionalities are added. Do you plan some bigger functionality update?
Hi,
Thanks for contacting us.
It really depends on which functionality you consider bigger What do you think is missing within the existing functionality set?
Kind regards,
BoldThemes team
for example travel distance calculator based on maps and distance between two points, image toggle, check box options with images, dedicated time picker (and calculations depenedent on that time), option to hide only total or only subtotal, option to change comma to point as number separator, automatic pdf creation, calculations depended on input date by datepicker etc.. Its actually plenty of things which can be implemented, but looks like you dont want to develop your plugin further and instead, just keep it like it is now.
Hi,
Thanks a lot for the input. Some of the proposed features require the complete revision of the existing code and its structure, some are easier to implement, for example option to hide only total and subtotal and the custom number separator.
In essence, in order to add things like maps based calculations and date based calculations, the complete code base needs to be redone. We have this in making, but it will be a separate product.
You can expect option to hide only total and subtotal and the custom number separator in January and February 2023.
Kind regards,
BoldThemes team
Does it support paystack payment?
Hi,
Thanks for contacting us.
No it does not
Kind regards,
BoldThemes team
Hi,
How can I add images to toggle switch or to create check box options with images?
I only see the dropdown possible with images but it’s not enough for me.
Thank you
Hi,
Thanks for the purchase.
Unfortunately, Cost Calculator does not offer images as toggle switch or to check box options with images
If this is a showstopper, feel free to submit a refund request here: https://themeforest.net/refund_requests/new and we will approve it.
Kind regards,
BoldThemes team
Hi! I’m devoloping a site to a book editor. In one step, client choose the quantity of book that he want to print (100, 200, 500, etc). But, at the end, calculator should show the total for the selected option but also the totals for the other available options, as it may induce the customer to buy a larger quantity due to the discount. Is it possible to do that?
Hi,
Thanks for contacting us.
Unfortunately, Cost Calculator does not offer the functionality which can support your use case
It does have so called subtotals which might be used to display the price for options, but they need to be above the total and their labels can not be generated dynamically (you need this since you never know which option will be chosen by the user – you need to generate labels on the basis of user choice).
Kind regards,
BoldThemes team
how do i hide total only, i just want subtotal?
Cause currently it is hiding both?
Hi,
You can always add custom CSS. For example
.btQuoteTotal { display: none !important; }
will do the trick.
Should you need additional assistance, please submit a ticket at our support site: https://boldthemes.ticksy.com/ and our support team will be glad to assist you.Thanks in advance.
Kind regards,
BoldThemes team
hi thanks, but what if in one page i have a few calculator, i want to select specifically choose which one not to have the total.
How to change the format of the final output – so right now it looks this way—> 2,000.00 – i need it 2.000,00 – so point and comma changed.
Hi,
Thanks for the purchase.
If you take edit a Cost Calculator Item in its builder, you will notice a Number Format for Total & Subtotals field which will allow you to format the total the way you wish: https://boldthemes.ticksy.com//article/8638/
Should you need any additional support in the process, please submit a ticket at our support site – https://boldthemes.ticksy.com/ and our support team will be glad to assist you.
Thanks in advance.
Kind regards,
BoldThemes team
ok perfect thanks. And for the input fields – for comma numbers like 2,5 i need to use a point as well – is it possible to change the value from point to comma?
Hi,
This requires changes to the plugin’s code, there is no such option out of the box.
You can do the following:
Edit cc.main.js file and replace the bt_parse_float functions.
You should replace the existing:
window.bt_parse_float = function( x ) { var r = parseFloat( x ); if ( isNaN( r ) ) r = 0; return r; }
with
window.bt_parse_float = function( x ) { var r = parseFloat( String(x).replaceAll(',', '') ); if ( isNaN( r ) ) r = 0; return r; } function updateTextView(_obj){ var num = getNumber(_obj.val()); if(num==0){ _obj.val(''); }else{ _obj.val(num.toLocaleString()); } } function getNumber(_str){ var arr = _str.split(''); var out = new Array(); for(var cnt=0;cnt<arr.length;cnt++){ if(isNaN(arr[cnt])==false){ out.push(arr[cnt]); } } return Number(out.join('')); }
You should also add
$('.btQuoteText').on('keyup',function(){ updateTextView($(this)); }); $( ".btQuoteText" ).each(function( index ) { updateTextView($( this)); });
to the bottom of readystatechange event handler. Like this:
document.addEventListener( 'readystatechange', function() { if ( ! bt_cc_init_finished && ( document.readyState === 'interactive' || document.readyState === 'complete' ) ) { // base variables window.is_rtl = $( 'body' ).hasClass( 'rtl' ); window.rtl_direction = !window.is_rtl ? 1 : -1; bt_cc_init(); bt_cc_init_finished = true; } $('.btQuoteText').on('keyup',function(){ updateTextView($(this)); }); $( ".btQuoteText" ).each(function( index ) { updateTextView($( this)); }); });
It should do the trick.
Please, next time, make sure to submit a ticket at our support site – https://boldthemes.ticksy.com/ and our support team will be glad to assist you.
Thanks in advance.
Kind regards,
BoldThemes team
Hello,
before purchasing I would like to know if your plugin is able to do this.
I have a site that sells customised stickers.
The user should be able to choose:
1) length and width
2) depending on the size (length and width) chosen he will get a discount (ES. 50×50 = 10 euros, 100×100 = 17 euros
3) depending on the quantity chosen he will have a discount (E.g. 1 of 50×50 = 10 euros, 2 of 50×50 = 18 euros)
I am sending you a picture to make you understand better
https://ibb.co/nRLhnMBThank you
Hi,
Thanks for contacting us.
Yes, the described calculation is doable – just keep in mind that you would need to use drop down control for both inputs (or slider / text box for quantity) instead of radio controls – cost calculator does not offer the radio inputs as on the image.
Kind regards,
BoldThemes team
Hi
I like this plugin and I have some questions:
1. Can the price offer in pdf format be automatically sent to the customer if he fills out the contact form? 2. Do I need a Contact Form 7 to send offers or does the plugin do this by itself?
Regards Dan
Hi,
Thanks for contacting us.
You do not need to use the Contact Form 7 to send offers if the fields of the default calculator’s contact form meet your needs. They include: Name, Email, Phone, Address, Message, Preferred Date and Time.
If you want to add additional fields to the form, you need to use Contact Form 7 integration option and build the form separately.
pdf creation is not available out of the box, but if you are using CF7 you can always use additional CF7 addons such as: https://wordpress.org/plugins/generate-pdf-using-contact-form-7/
Kind regards,
BoldThemes team
HI oK THANKS DAN
Hello,
I used my Cost calculator license on my site but I deleted it because it did not give me complete satisfaction.
However, I would like to use it now on my new website. Can you please remove the assigned site so that I can reactivate the license on my new website?
Thank you in advance.
Best regards.
Opened ticket yesterday but no response.. Will you please respond to below queries:
How to make form close and reset once it has been submitted.
Does it make a copy in database? If yes, where to locate.
How to make any field “required” or “optional”
In contact form, I did not select “Message”. Still message box is appearing. I need only name, email, and phone of client. How to resolve this issue
How to reset, enable or disable “Select list” in condition
I have to use a few toggle switches as agreement like “I have read terms and conditions, etc”. How to exclude any field from price calculations?
Hi,
We are sorry that our plugin did not meet your needs.
You have submitted a refund request and we have approved it.
Kind regards,
BoldThemes team
Hi! I need to change licence from a domain name to another. Thanks!
Hi,
On the old site (old domain), you have a button to remove a previous registration and then you can reregister the same purchase key for another domain.
If you for some reason, do not have the access to the wp-admin interface on previous domain, you can send us the old domain and purchase code using the form on our profile page – https://codecanyon.net/user/boldthemes (bottom of right hand sidebar) and we will remove it from the database.
Kind regards,
BoldThemes team
Hi there, i have a pre-sales-question: Unfortunately, I did not find any example in the demos that fits the requirements of our customer. this would like the services to be nested according to service categories and explained in detail – html content + image.
Roughly: Option 1 – more on that, option 1.1 appears there. AND 1.2 AND 1.3 – and you can open each one in detail and see a service description with text / image / link etc. there. Sort of like a nested content accordeon.
I hope it was described in an understandable way.
Can this be implemented/realized with your tool?
Hi,
Thanks for contacting us.
Unfortunately, the required layout is not supported by our cost calculator plugin
Kind regards,
BoldThemes team
Hi,
I have another pre-sale question. I know there are conditional options. Is something like this possible: Show field A only when the input in field B is higher then a calculation result in field C.
Best regards, Philipp
And thank you for your answer in my other comment
Hi,
Yes, it is possible to create a condition like that.
Kind regards,
BoldThemes team
Good day,
I have a pre-sale question regarding this cost calculator.
I wish to use it as a loan calculator, but the key here is it needs to be able to be programmed with a custom interest formula. Is this possible?
Is it possible to connect this plugin with Connect Contact Form 7 to Social App to send quotes by WhatsApp?
Hi,
If you are using CF 7 contact form within cost calculator, any Contact Form 7 integration add-on should work without issues.
This includes https://wordpress.org/plugins/connect-contact-form-7-to-social-apps/ for example.
Kind regards,
BoldThemes team
Great, I bought the plugin, if it sends the CF7 form but it does not send the Cost Calculator quote data
Hi,
Please make sure that you have added hidden bt-cc-data field to your form and bt-cc-data field to your message body (related to that form).
Please refer to the plugin documentation – https://documentation.bold-themes.com/cost-calculator/using-cost-calculator/#contact-form-7 section Using Contact Form 7
Kind regards,
BoldThemes team
Hi, I have a pre-sale question: Is it possible to add a specific calculation from in a template as PHP Code?
Hi
I am sorry, I was not clear in what I am looking for. I am wondering if I can use PHP instead of a shortcode. If want to insert a calculator I can use this shortcode [bt_cc id=”116″]. Can I also use PHP to insert a calculator?
Best regards, Philipp
Hi,
You can always use do_shortcode() on the php side to display any shortcode content – https://developer.wordpress.org/reference/functions/do_shortcode/
Kind regards,
BoldThemes team