Code

Discussion on WP Cost Estimation & Payment Forms Builder

Discussion on WP Cost Estimation & Payment Forms Builder

By
Cart 22,261 sales
Recently Updated

loopus supports this item

Supported

This author's response time can be up to 5 business days.

5707 comments found.

Is it possible to have tooltip on checkbuttons?

Hi again,

Is it possible to hide the colon sign before the price? Like “Car: 200$” to just “Car 200$”

Hello,
There is no direct option to do that, but it can be done by pasting this code in the “Custom JS” option of the form :
jQuery(document).ready(function(){
    jQuery('#estimation_popup .itemBloc label,.lfb_button').each(function(){
          if(jQuery(this).html().indexOf(':') > -1){
           jQuery(this).html(jQuery(this).html().replace(':',' '));
        }
          if(jQuery(this).html().indexOf(':') > -1){
           jQuery(this).html(jQuery(this).html().replace(':',' '));
        }
    });
});

Thank you! Regarding the problem with the last page scrolling too long – it works using this js code if anybody else have this issue;

jQuery(document).ready(function(){ jQuery(’#estimation_popup .btn-next’).click(function(){ setTimeout(function(){ document.getElementById(‘finalSlide’).scrollIntoView({behavior: “smooth”}); },3000); }); });

Hello How can i align the labels of a checkbox or drop field to left , dont want them to be up .

and i asked a question before regarding the date , need to add a specific amount of money if the user will chose saturday or sunday in the date picket how can i achieve that ?

Please simply apply the last automatic update (9.639) from the wp plugins panel, it should fix it .

I did and still same problem , please check www.renservice.se

also please tell me why the auto next step doesnt work in my case and i am forced to show a button in order to go to the next step .

1. I can’t access to the form designer from the frontend. Please contact me from the support page and send me a temporary access to the backend, I will check it .
2. You need to enable the option “Selection required” on the step and give the same “Group” name to the items inside to do that .

loopus AUTHOR

Hello!

Is it possible so that after calculation client press button (ORDER) here https://www.wordpress-estimation-payment-forms.com/rent-a-vehicle-demonstration/

and then, without paying for it – the order will go to the woocommerce list orders.

I need to make affilate system, and if the order will go to woocommerce orders list – it will work. If the order will go sinply to my email – it will not work. Ordres should go to woocommerce system.

Thank you.

Hello,
No, sorry, it isn’t possible currently : only the existing wooproducts assigned to the selected items of the form can be added to the woo cart at end (like here : https://www.wordpress-estimation-payment-forms.com/shop/ ) .

Can you hide the decimals behind the price in summary? Like 299,- instead of 299.00,-

I found the solution :)

Hello,

i need a form for a hairdresser page in germany.

1. We have three employees. Is it possible for a customer to select an employee and see the free times in the calendar?

2. In europe we dont have the time AM/PM. Can we change to 24hrs time like 22:00?

3. I have an invoice system with API. Do you have an api in your form that i can sent from your form all invoices with api to my invoice system?

4. If I have a form with several pages (exp. step-by-step from page 1 to page 3), is the information written to the database after each page?

5. can i make a disign like this with your form system (because this is a very good conversion): https://checkout.thrivecart.com/matt-offer-special/

Best regards Oliver

Hello,
1-3-4 . No, sorry, there is no these specific options currently.

Hello, can i order API from you?

No, sorry, I am not available as freelance. But if you need a specialized team to customize your version of the plugin, I can recommend this one : https://wpkraken.io/ . They can deliver free quote on request .

Hi. the introduction is already enabled and, but it appears in all the steps. i want it gone after the introduction. Help me please.

Ok thank you! Now I want to eliminate the animation that appears when I advance to each step. in the general option only allows me to change the speed. I recorded a video: https://www.useloom.com/share/f83a95e932334e5293d5981bed214005

Also , I want to enable the click on the full div, where the options are shown + image + title + description

1. You can disable the animations from the “Design” settings tab of the form, by setting the option “Animations speed” to “Immediate” . 2. There is no option to do that currently

How can I change the available hours and days in different calenders?

Not automatically, sorry. There is currently an option to manage the available days of the week of a calendar, and another to manage the available hours of the days, but in this specific situation, you will need to create the “weekend” events in the calendar to make these specific days & hours unavailable . As mentioned, if you need help on a specific point, please contact me from the support page by using your buyer account, I will help you : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

We have 10 locations, and every location has different opening times for each day of the week. We now created different calenders for every location. We can change the opening hours for each week but not for each day. At the end of the form the costumer can make a choise wich location they would like to use. I made a condition when they choose location “1” than the form shows the date picker wich is linked to the calender of that location. is it possible to create different opening times for different days?

No, sorry, there is no this specific option currently . If you need a specialized team to develop such customizations to your version, I can recommend this one : https://wpkraken.io/?ref=loopus . They are used to work with this plugin .

Hi,

Is it possible to show price on checkbox items? :)

By giving the same “Group” option name to the wanted items : only one item of each group can be selected at same time .

Does the main title not support all the fonts? I can’t change it to Work Sans, which I have in all the rest of the form

Yes it should. Feel free to contact me from the support page and send me the url of the form, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Hi. At first I found a solution for my problem.
if([item-1_quantity]<25){
  135
} else {
 (135+ ([item-1_quantity]-25)*5) / [item-1_quantity]
}

But my next problem is, when I go from 0 to 24 total bar in bottom is adding 135.
1 135
2 270
3 405 …...
and so on until 24 and when I hit 25 it starts at 135 again and all is good after 25 :) is there anything I have missed. I could mention I use number field as input. And What I would like is.. 1 to 25 it stays at 135 and first at 26 it adds 5 to 135
Here is the calculation to use :
if([item-1_quantity]<25){
  135 / [item-1_quantity]
} else {
 (135+ ([item-1_quantity]-25)*5) / [item-1_quantity]
}
Because the result of the price calculation defines the unit price of the current item. On a numberfield or slider, this unit price is automatically multiplied by the selected quantity, that’s why we do this division in the calculation .

Thx. I have a window cleaning company, and customer can calculate their price via my webpage, I have 3 size’s with 3 different price’s, they can input how many of one size and so on. Plus my base price is 135 and that counts for 16 windows in total, and when they add more than 16 in any size the price will increase.

I have tried a lot and Im banging my head into my table in frustration :)

Please can you send me the url of the form and indicate me where are the mentioned items inside ?

Hey, I need your help! The form designer doesn’t work. I cannot make any changes. All dropdown fields are gray and cannot be changed.

Besides, I need your help with the slider.

I have an hourly rate of 200,- for 8 hours, but if the customer chooses 9 hours, from the 9th hour all further hours should only cost 100,- extra. What’s the code?

I would be very happy to receive your help.

Okay, thanks. And how can I change, that the short description is showing before the checkbox or the datepicker?

... and how can I show the price so – 200,00?

I replied to your support request, feel free to directly reply to my email .

Hi there, I am thinking of doing an air conditioning budget calculator for a client. Essentially price selection will be like this: http://www.needhamair.com.au/residential-ducted-air-conditioning/quick-budget-pricing/ where number of rooms and what type of rooms can be selected. So a more sophisticated version if the example above in calculator form.

Clients populate the calculator via the drop downs and their requirements. Along with price, once completed, it pops up the plan associated with that requirement/budget/selection criteria, one room coloured in (Signifying the area to be cooled) or multiple rooms coloured, if a ducted system.

Would this be possible with this plugin?

Hello,
Yes, you can make a such form by using this plugin. You can use the item option “Show depending on condition” to show the good result item based on the selection done and the values filled in the form. You can also use a “Layered image” item to color different part of the image based on the wanted conditions .

Hello, It is possible to add information (Date per exemple) on woocommerce cart with GET variable ?

Hello,
No, sorry, only wooproducts can be added to the woo cart. But the date can be displayed in the email sent at end of the form .

Hello, I’ve seen where you have tried to answer this same question multiple times and I apologize but I don’t understand the last part. I’m trying to redirect the form to the cart. I found where you redirect but then you say:

“Only wooproducts assigned to the selected items can be added added to the cart (with the order reference as attribute) . The full order informations are sent to the admin by email at end of the form.” ........The end of my form takes me to the cart option but nothing shows up. What do you mean by order reference as attribute?How do I connect certain forms with certain products?

I replied to your email. Currently only wooproducts can be added to the woo cart, at their real price defined from woocommerce. The plugin can add woo products to the cart but can’t change their real prices or create new woo products .

Oh okay we didnt realize that. I thought you could use the form for customers to order multiple products, not just one custom product. Can you still fix why it doesnt show in the cart when we send it to woo cart? In the future we may need to use this plugin for something and we will need it to work. Thank you!

You can assign as many wooproducts to the items of your form (1 item = 1 woo product). Ex : https://wordpress-estimation-payment-forms.com/shop/
Feel free to contact me from the support page sending me the url of the form, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Hello! Tell me please, does this plug-in integrate with the MailChimp service and can I send emails through it? Or is it just for contacts, but not for subscription?

Hello,
The contact informations can be sent to MailChimp (name, email, phone, adress etc …), to register the user in the wanted Mailchimp list.

Hi there,

I was wondering: would it handle well 6000 woocommerce products? I was planing to make a step-by-step filtering; but I’m not sure if the plugin would be stable enough.

Thanks for your time, Regards

You can add this code at end of the file assets/js/lfb_admin.min.js , it will make this field easier to navigate :
jQuery(document).ready(function(){    jQuery('select[name="wooProductID"]').attr('multiple','multiple').css('height,'480px');
});
If you buy it and have a problem, don’t hesitate to contact me from the support page, I will help you or offer you a refund if for any reason the wanted form can’t be created, no problem .

Thank you @loopus, that’s very kind. I see it features an Import Tool. May I ask you: would this tool be able to handle these 6000 entries if I’m able to arrange the data and match it according to your column structure?

Regards.

No, sorry, this option can import/export the forms created with the plugin and all their data, but it can’t import wooproducts. There is no automatized way to assign wooproducts to the items of the form currently, each product must be assigned from the item panel .

I would like to include a bundled product with the Estimation and Payments Form but it looks like the plugin only allows for for ‘Simple Products,’ I also noticed that ‘Grouped Products’ and ‘Variable Products’ cannot be selected. Please help

Hello,
There is no specific option to work with grouped products currently, sorry. For variable products, you can create variable products with the wanted options predefined in woocommerce, give them a SKU number, then assign them to some specific items of the form from the “Woo Product” item option .

Is it possible to provide woocommerce product suggestions based on certain user selected options?

e.g if a user selects option A and option B then suggest product A, or if a user selects option A and option C then suggest product B

Hello,
Yes, it is possible by using the item visibility conditional system.

Thank you very much with your response.

For calendar, do we have the option for timezones?

Hello,
No, not currently, the frontend and backend calendars use the same timezone.

Hi there, Just purchased the plugin and having a bunch of problems. Let me put it down here:

1. After setting up a estimation form, when I click on “preview” or even publish and “view” the form, nothing shows up beyond the start screen. I click on “get started” button and I see a white screen of death.

2. The biggest problem from the earlier output is that it messes up my homepage completely. Each time the plugin runs, it seems to generate fatal code that kills the home page design completely.

I bought this plugin since it was recommended by Elegant Themes. I use Divi, and now having issues because of this. Kindly help. I’m available for screen conference if you need.

Hello,
Please contact me from the support page sending me a temporary access to the backend, I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Fixed :)

hello, how can you create a field calculation that would be work out a percentage markup.

i.e

Field 1 number box = QTY: 10 @ £100each = £1000

Field 2 number box (input a variable number to be used as a percentage here so a user can select profit margin) with the value of this field to be used as quantity. i.e 20 (20% profit) and ideally show this as a price too, so £200 in this case.

Field 3 would be a dynamic output of Field 1 price x Field 2 pecentage? (so should display as total price: £1200.

Hello,
Here is the way to do that :
  • Create the field 1 and enable its option “Don’t add price to total”
  • Create the field 2, enable its options “Don’t add price to total”, “Use value as quantity” and apply a custom calculation like :
    (([item-2_value] * [item-1_price])/100) / [item-2_value]
  • Create an hidden and preselected checkbox that applies the calculation :
    [item-1_price]*[item-2_price]
  • Create a rich text item to show the wanted custom text and use its button “Get the value of a field” to shows the price of the hidden checkbox (“Total price : [total]”) .

superb thank you! Is there anyway to display a column that shows unit price?

i,e

Description | Quanity | Unit Price | Total Price

No, sorry, there is no such option currently. It is possible to show it as a row, by using another hidden & preselected checkbox that applies the corresponding calculation and showing it in the summary.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey