Loading...
Marketplace history

Real CodeCanyon questions and author answers

Browse buyer questions, pre-sale scenarios, setup issues, and direct author replies from the years when WP Cost Estimation was sold on CodeCanyon. See how real customers used the plugin and how common questions were answered.

5,557

Public discussion threads

Public CodeCanyon support history

19,461

Messages

Customer questions, follow-ups, and context

8,679

Author replies

Direct replies by the plugin author

78

Archive pages

Newest conversations first

Public email addresses and purchase-code-shaped values are redacted. Original wording is otherwise kept as plain text so the support context stays readable.

Support: 2699Customization: 1536Payments: 1482PDF and email: 1275WooCommerce: 406Booking: 221Licensing: 215

Search the archive

Find a CodeCanyon question or answer

Search all public discussion threads by keyword, customer name, feature, integration, or support topic.

Type at least 2 characters to search the full archive.

Page 24 of 78

Latest archived discussions

Each thread keeps the customer question, follow-up comments, and author replies together, newest first.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mgeorgiou

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomization
Customermgeorgiou

Hi, I need to track the successful submissions in analytics. To be more clear, at the last step, I have "Get my estimation" button which is the final step with user's details. I have setup a click event for that. But the issue I have is, when the users click get my estimation button without even filling up the form. It does gives error to fill up the form but still the click event is triggered. Is it possible to trigger event only when the it is successfully submitted. For example, for contact form 7, it passes a value "cf7submit" only when it is successfully submitted so I can track when its successfully submitted. Thanks!

Authorloopus

Hello, To do that, you need to add a final redirection to a custom page, and place the success event tracking code directly in this page.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from PatronMultimedia

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CustomerPatronMultimedia

hi checkbox small description, i would like to put everything inline, i have a list of 20-30 items, so i need them to be inline checkbox, title, small description. Can you send me the code to do this? thanks, I think it can serve many other people.

Authorloopus

Hello, Here are the rules to paste in the "Custom CSS" option of the form to do that : #estimation_popup [data-itemtype="checkbox"]>*{ display: inline-block !important; } #estimation_popup [data-itemtype="checkbox"]> .itemDes{ position: relative; top: 8px; }

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Xotique

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CustomerXotique

I think the form is quite difficult to load when selecting the options. Can we do something about it? You can check it here . Thanks

Authorloopus

Hello, Please can you activate the option "Ajax navigation support" in the "General" settings tab of the form ? Is it ok ?

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ntwebdesign

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
Customerntwebdesign

Hi. I'm trying to make a form but my second step is never showing up. First step is all fine but when i say next step it goes directly to "final cost" page. And even if i edit the premade forms, still skips the step i made or edited and goes to the premade step after mine.

Authorloopus

Hello, Please can you contact me from the support page of the plugin, sending me an export of the form ? I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hoven002

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer thread
Customerhoven002

Hello, Is it possible to calculate a price when using [pickup from] and [delivery to] variables and some others (like containertype, weekend or not)? See also this url for an example: http://www.containermatch.nl/cm/check.php?keuze1=import&datum=14-11-2019&start=1047%2CACT&laadlosland=NL&laadloszip=3355SC&bestem=3197%2CALCONET Hope to hear from you. Regards, Kenneth

Authorloopus

Hello, Yes, you can make such calculations based on the values filled in the form by using the "price calculation" option on the target item .

Customerhoven002

And the use of a zip-code to calculate distance (with google maps) is possible?

Authorloopus

Yes, it is possible to calculate a distance from zip code.

Customerhoven002

Hi Loopus, before I buy it I must know it can do what I want. When the distance is being calculated there are ranges like: [0 - 20 KM] is €178,- ; [20 - 40 KM] is € 190,- ; [40 - 60 KM] is € 210,- and so on.... Can these KM ranges with each a specific price being populated from a database or excelsheet? And is it easy to modify these prices when needed? Hope to hear form you soon and like to start with your plugin :) Thanks! Kenneth

Authorloopus

Hello, Yes, you can create such price ranges based on the distance by using the "Price calculation" option. But there is no way to populate it from a database or a file, sorry, they must be configured from the plugin backend.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from serddk

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesPayments
Customerserddk

Does this plugin feature that customer can choose between different recurring payment intervals?

Authorloopus

Hello, No, sorry, currently the subscription frequency is defined by the admin for each form .

Customerserddk

Albright thank you for the answer. This feature would be freaking awesome though. It's the only feature missing to complete all my needs.

Authorloopus

Ok, it isn't planned for now but I note this suggestion, thank you !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from a_mancino

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPayments
Customera_mancino

Hello There, I m interested in buying the plugin but not sure if it will do what I need. I would like it to show the price of an insurance policy ( according to what is selected in the form as instant quote) then be able sell it via paypal Something like this: https://smart-cover.co.uk/quote/basic-policies/?_ga=2.130166092.214181094.1579288149-1292717560.1579288149 Will it be possible with this form builder ? Many Thnaks Andrea

Authorloopus

Hello, You can create a such form process but there is no option to allow the customer to choose the subscription frequency currently (monthly or annually) . For the "Add another item" feature, you can dupliate the full step several times, link them successively and use their option "Show depending on conditions" to show the good number based on the wanted condition (ex: if the button "Add another item" is clicked in the previous step) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from plfiumi

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadCustomizationPDF and email
Customerplfiumi

Hi, is it possible to pass an input value from one step to another an autocomplete a field? (i'm creating a form previous the final step and want to show "email" input in final step as well, but want to autocomplete it with previous value). Thanks.

Authorloopus

Hello, Yes, it can be done by using this code in the "Custom JS" option of the form : jQuery(document).ready(function(){ jQuery('[data-title="My email field title 1"]').on('change keyup',function() { jQuery('[data-title="My email field title 2"]').val(jQuery(this).val()); }); }); Where "My email field title 1" and "My email field title 2" are the exact titles of the two target text fields.

Customerplfiumi

Works wonderful. Thanks!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from principino911

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
Customerprincipino911

Hi, is the plugin compatible with the active campaign? thanks,

Authorloopus

Hello, There is no direct option to support this service, but the form data can be sent to Zapier, it can be used to transfer the wanted data to a such CRM .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from bartlewis

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPaymentsLicensing
Customerbartlewis

My license isn't working. I don't have the plugin installed on any other websites. Any help?

Authorloopus

Hello, Please can you contact me from the support page of the plugin ? I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from madestovi4

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesWooCommerce
Customermadestovi4

hello, tell me please, is your plugin compatible with multicurrency plugins, does it correctly calculate and add products to the cart?

Authorloopus

Hello, No, sorry, the currency is defined by the admin for each form. If needed you can duplicate a full form in 1 click then modify the texts, the currency and the price format for each one .

Customermadestovi4

Thank you, and your form can be tied to a specific customer woocomerce?

Authorloopus

If you use the "Add to woo cart" option, the wooproducts assigned to selected items of the form will be added to the woo cart at end of the form. You can redirect the user to the cart page to valid the order from woocommerce with his woocommerce account .

Customermadestovi4

Thanks for the quick response. Is the customer account associated with the account woocommerce? Is it possible to control everything from one place?

Authorloopus

Yes, by doing that the customer pay directly from woocommerce, like any other woo order. Only existing wooproducts assigned to the selected items of the form can be added to the woo cart. The other informations (text fields etc ...) are sent to the admin at end of the form with the same order reference than the one added to the woo cart as product attribute .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Ripfumelo19

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesPDF and email
CustomerRipfumelo19

Hi i was hoping to see the user management system in action on the demo,its super important for me..where can i see it?

Authorloopus

Hello, Sorry, there is no specific demo of this feature currently. All the customers are listed on the backend side. The admins can view the orders and modify the customer's informations from the customer backend panel. You can also define an existing page as frontend customer account management page, to allow the customer to modify his information and see his past orders. In this case, a password will be automatically generated for each customer and will be asked for the next orders when the same email will be used in the form.

CustomerRipfumelo19

Okay i guess thats pretty good,and this wouldn't need an additional plugin?

Authorloopus

No, it doesn't require any additional plugin.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from voic3

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportPaymentsBooking
Customervoic3

Hi, I know I have ran out of support, so if you could just confirm whether this "can" be done, I will buy support to find out the "how". Have the form display and email a quote with a total cost, however have stripe save card details without taking any money? Is there a demo of the latest calendar changes?

Authorloopus

Hello, No, sorry, there is no way to save the card details without making payment. The calendars management system is on the backend side, so there is no live demo but there are screenshots that show it.

Customervoic3

Can I charge 10% of the total amount, and leave 90% to manually charge? If I charge 10%, can I then get Stripe to save the card details?

Authorloopus

Hello, You can use the option "Amount to pay" in the payment settings tab to charge a percentage of the total only, but there is no option to save the card details and make a second payment later, sorry .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from simon_saavedra

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportCustomization
Customersimon_saavedra

Hi! Again, thanks for the plugin. The system is great. I know there is a user registration once the form is completed, but ... Is there any way that the user's registration is before entering the form, and that their data is saved? Maybe some plugin that you can recommend? Thanks for your help!

Authorloopus

Hello, No, sorry, there is no specific option to do that currently. I don't know a plugin that does it, but if you need a freelance to develop such customizations, I can recommend this team : https://wpdeft.com/ . They are used to work with this plugin and should be available for such custom work .

Customersimon_saavedra

ok, thanks!!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from maxitrad

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadSupportCustomizationPayments
Customermaxitrad

Hello, Is there any solution to add css for the email sent to the client and/or to custom the PDF attached? Many thanks

Authorloopus

Hello, Yes, you can add css rules to email and pdf content . Example : <style> p { color: red;} </style>

Customermaxitrad

Hello, Thank you for your answer but when the PDF is sent, it doesn't respect the layout entered in the back end?? It seems that it generated its own layout. Do I need to make adjustments in DomPDF files? Thanks for your help.

Authorloopus

Yes, DomPDF doesn't allow any html styles or attributes. I don't know what is the wanted custom layout and if it can be done by customizing DomPDF, sorry.

Customermaxitrad

Oh, that's sound bad :( So why did yout old me before that CSS was possible? You use another PDF converter normally?

Authorloopus

The style I sent should work correctly in the pdf content. But as explained, all styles aren't allowed by DomPDF. If you have support rights, feel free to contact me from the support page, sending me an export of the form, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from diligentdev

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomization
Customerdiligentdev

Hello, after the last update, the option "Disable first option selection" on select field doesn't work. can you please check if something wrong with new update or this on my side only.

Authorloopus

Hello, Is the option "Use default dropdowns" activated in the "Design" settings tab of the form?

Authorloopus

I found and fixed the problem of the "Disable first option" feature when the option "Use default dropdowns" option is disabled, thank you for reporting ! This correction will be a part of the next update, feel free to contact me from my profile page if you want it immediately.

Customerdiligentdev

Thanks for sorting this out. I will wait next update with a fix.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from commium

4 direct author replies in this public CodeCanyon conversation.

9 messages4 author repliesBuyer threadSupportPaymentsPDF and email
Customercommium

Hi, I just bought the plugin and put it on my website, and as you can see on the screenshot, my website icons font awesome icons gone : https://i.ibb.co/gwPpP7C/Capture-d-e-cran-2020-01-13-a-10-41-39.png ; When i disable the plugin the icons appear.. Can you help me to solve this problem please ?

Customercommium

i just see that this problem appear only on Chrome ?

Authorloopus

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

Customercommium

i just send you my access, you can see the bug by switching menu items, icons appears, disappear ...

Authorloopus

Thank you, I replied. It should be fixed now.

Customercommium

Hi, thanks for replie, i still have icons issues ? can you check with Chrome browser please ?

Authorloopus

I replied to your email. Please can you check ?

Customercommium

Oh ok, i bought the plugin with my second account, i have to open a ticket with my second account for other plugin issue ? Thanks.

Authorloopus

WP Ultimate Tours Builder was installed after I fix the fontawesome conflict. Since it uses the same fontawesome library, it must also be disabled for this plugin. Yes, please contact me from the support page of the concerned plugin, I will fix it : https://codecanyon.net/item/wp-ultimate-tours-builder/24096901/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from clermedia

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesCustomization
Customerclermedia

Can a user save their quote and revisit/edit upon another session? If not, is this possible to implement?

Customerclermedia

Can the Save Progress Feature be user based?

Authorloopus

Hello, The form progression can be saved, but it used the browser local storage, not the Wordpress user system, since the form users can be not registered.

Customerclermedia

Are you aware of anyone who has create a solution to associate the form with a use profile within WordPress? That way the form can be revisited, reviewed or revised .

Authorloopus

If you need a freelance to develop such customizations, I can recommend this team : https://www.wpdeft.com/ . They are used to work with this plugin and should be available for such custom work .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from SEOWEB76

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomization
CustomerSEOWEB76

Hello, I have a problem when I want to put in automatic a function on the form designer when I come back on it is in fixed and so it makes me a problem when I go on the mobile version or it's not in the middle. I have a video on this link that explains the problem thank you. https://transfernow.net/22guv7k0vdjn

Authorloopus

Hello, The applied styles sound to be overridden by another rule . The solution in this case is to edit the generated css rules (pencil icon at top right corner of the screen) and add the css tag "!important" to the problematic rules to force them to be applied. Example: #estimation_popup { margin: 0 auto !important; }

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from shahab16667

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer thread
Customershahab16667

hi there, i have been trying to build an estimation form using your plugin, here is the thing, imagine you have a check box and you set a condition that if the check box is on show other images, well it perfectly works until i want to have multiple select for eg we have category for apples, apple has types green and red, when i click on one it automatically deselect the other one, so i mean i can't have them both selected at the same time. Thanks

Authorloopus

Hello, To allow several items to be selected at same time, you simply need to empty their "Group" option from the item panel.

Customershahab16667

wow it worked, thank you for the fast respond

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from simon_saavedra

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
Customersimon_saavedra

Hi, thank you very much for the plugin, it's great. How can I generate a password in the front end, so that customers access their orders? When I enter a test email on the client account management page it says that my password was sent, but it does not reach the email.

Authorloopus

Hello, The password is sent by the plugin when the link "Send me my password" is clicked by the customer. If the server doesn't send correctly this email, you can configure a SMTP email account in the "Global settings" panel of the plugin. The email will be sent directly from the configured account.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Hugebeatz

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CustomerHugebeatz

Is there a way to change the color of the final screen that pops up that reads "Thanks, we will contact you soon?" It is currently white and I would like to change it to #666666.

Authorloopus

Hello, Here is the css rule to use : #estimation_popup #finalText { color: #666666 !important; }

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Ilperito

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomizationPayments
CustomerIlperito

Hi Team, Thank for making such a great plugin! I don't know how add margin in pdf page, could you help me? Thanks.

Authorloopus

Hello, You can click the button "View source" in the pdf editor toolbar to directly edit the html code and add the wanted styles inside. Ex: <div style="padding: 48px;"> ... </div>

CustomerIlperito

Sorry, I explained myself wrong. When the plugin sends the PDF to the client, the generated PDF has no padding top o bottom of single pages, so the page was "print" from top to bottom. I want to put 40px. Thanks for support.

Authorloopus

Please can you contact me from the support page and send me an export of the form ? I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Anthonycg

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPayments
CustomerAnthonycg

Hello! Is there a way to create a field where the user can place an amount and that amount is reflected at the end of the form and call it at the time of payment through Paypal.

Authorloopus

Hello, Yes, you simply need to create a "Numberfield", enable its option "Use value as quantity" and set "1" as price to do that . The total price will be the amount filled in this field .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ralphdouglas

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
Customerralphdouglas

Hi, a pre sale doubt. With this plugin i can organize one table like in this print: https://prnt.sc/ql0l7i The numbers in the fields, are minutes. The row SOMA, calculate all minutes of the columns. And after this, convert minutes to hours, after multiply hours for months, and finally, the result by days. The Formule is simple, but the doubt is if i can make a table like the print, thx.

Authorloopus

Hello, Yes, you can create a "Rich text" item to create the table and use its button "Add dynamic value" to show the price/quantity of the target items inside .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from spectrothemes

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesSupport
Customerspectrothemes

I have some questions before buy: - Its possible to send the username and password in the same order request?

Authorloopus

Hello, No, sorry, there is no specific option to do that currently.

Customerspectrothemes

its much dificult to implement this?I see a [customer_link] option where is possible to send pass to user, but this mode its not a Friendly way. I believe it would be something simple to do and if you can help me after the purchase, I would appreciate it.

Authorloopus

There is no option to do that currently, but I noted your suggestion, thank you. I will probably add it in a next update.

Customerspectrothemes

thanks

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from JohnNHS

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CustomerJohnNHS

I have created an api for the distance calculation and added it to the general section however it does not work. Can you help me please?

Authorloopus

Hello, Yes, please contact me from the support page of the plugin, I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from davidg1

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customerdavidg1

Can this plugin be used to create a suggested service type? So based on the fields and values inputed by the User, a suggested product or service that i created already in WP be the result. with a short code/button to display/link to the result?

Authorloopus

Hello, Yes, you can create "Rich text" items in the last step to show the suggested products (they can contain text, html code, images and links) and use their option "Show depending on conditions" to show the good ones based on the selected options and the values filled in the form.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Hugebeatz

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadCustomization
CustomerHugebeatz

I would like to use a slider (value 1 to 200) to denote the following $ amounts. Can you give me the code? 1-25 = $0 26-50 = $25 51-100= $50 101-200 = $75 Also, when I am moving the slider .5 increments begin to show (perhaps because of other code I've put into the Custom JS panel?). Is there a way to only show whole numbers for this one slider?

Authorloopus

Hello, Please can you use the "Reply" button for the new messages ? I replied on the previous message, you need to use this calculation : if([item-X_quantity]

CustomerHugebeatz

Sorry I wasn't clear. I asked a separate question because this is a separate slider with a separate calculation. Can you please look again at the calculation I would like above?

Authorloopus

Ah ok . Here is the js code to add the 0.5 interval only to a specific slider : jQuery(document).ready(function(){ jQuery('[data-title="My slider title here"]').slider('option','step',0.5) }); You need to create an hidden & preselected checkbox after the slider that applies the wanted calculation : if([item-X_quantity] >=26 && [item-X_quantity] =51 && [item-X_quantity] =101 && [item-X_quantity]

CustomerHugebeatz

Works perfect now. Thanks again.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from paattal

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer thread
Customerpaattal

Hello, There is the possibility to update a variable when choosing a field, but I need to update 2 variables. Is it possible and how? Thank you

Authorloopus

Hello, No, sorry, there is no option to modify two variables from a same item currently. I note the suggestion, thank you . Currently the solution would be to create an hidden & preselected checkbox after the textfield that modifies the second variable.

Customerpaattal

Ok I did it and work, just have to add more fields :( I put value in this fields for show at the end and set "no add to price" but the prices are still added.

Authorloopus

The price of the item should not be added to the total cost of the form if you enabled the option "Don't add price to total". If you want to hide it from the final summary, you need to disable its option "Show in summary" .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Hugebeatz

4 direct author replies in this public CodeCanyon conversation.

8 messages4 author repliesBuyer threadSupportCustomization
CustomerHugebeatz

Slider to signify number of hours (1 - 4 in .5 intervals) and price is $100 per hour. BUT minimum should be $200 and price should always round up if more than full hr. So 1 = $200, 1.5 = $200, 2 = $200, 2.5 = $300, 3 = $300, 3.5 = $400, 4 = $400 So custom calculation should be something like: if Price < $100 then Price + $100 But I am not sure how to write it. Can you help?

Authorloopus

Please can you use the "Reply" button for new messages ? Here is the calculation to use on the slider: if([item-X_quantity] Where "X" is the id of the current slider item. Is it ok ?

CustomerHugebeatz

Almost. I get the following values: 1 = $200, 1.5 = $133.33, 2 = $200, 2.5 = $200, 3 = $300, 3.5 = $300, 4 = $400

Authorloopus

Ah yes, because sliders don't allow decimals by default. The solution would be to remove the calculation and price from the slider, then create an hidden & preselected checkbox after the slider that applies this calculation : if([item-X_quantity] Where "X" is the id of the slider item. Is it ok ?

CustomerHugebeatz

This now works. But is there a way to round up the .5 ? Right now I get: 1 = $200, 1.5 = $200, 2 = $200, 2.5 = $250, 3 = $300, 3.5 = $350, 4 = $400 I'd like to have: 1 = $200, 1.5 = $200, 2 = $200, 2.5 = $300, 3 = $300, 3.5 = $400, 4 = $400

Authorloopus

Hello, Here is the calculation to use to round it to the superior integer : if([item-X_quantity]

CustomerHugebeatz

This works perfectly now. Thank you so much for your help!

Authorloopus

You are welcome :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from SEOWEB76

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CustomerSEOWEB76

Good morning, sir, I have a problem with this plugin, when I want to save I have the green screen that comes with the white point in the middle that flashes and nothing happens, when I come back on the form nothing has been saved. Can you help me please? Thank you. Thank you.

Authorloopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from DorianMetani

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadPDF and email
CustomerDorianMetani

Hi, first of all I wanted to thank you for this wonderful plugin, it's helping me really much. But I have an question. I've created a project with layered images so the user could select the color of different parts of a product and till here it works fine. But I wanted, and think that's an important option for the plugin.. to integrate at the summary page and PDF file at the end the Image as result of the selected layered images. It's really important for the user to recieve the configurated product image. Is there an option for this, or some code? Thank You Dorian

Authorloopus

Hello, Ah no, sorry, there is no option to show the layered image in the email or summary currently. Thank you for the suggestion .

CustomerDorianMetani

Understand, are you planning to insert this option in some future update? I'm suggesting this plugin to different clients and most of them have costumized products.

Authorloopus

Hello, It isn't planned currently, but I note the request and will check this point if I receive some similar requests, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from german-wp

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
Customergerman-wp

can't view orders anymore. Loading loop with green screen nothing happens. Can you check?

Authorloopus

Hello, Please contact me from the support page of the plugin by using your buyer account, I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Hugebeatz

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadBooking
CustomerHugebeatz

Is there a "Time Picker" to go with the calendar "Date Picker?"

Authorloopus

Hello, Yes, you need to create a datepicker item and set its option "Date type" to "Time" to do that .

CustomerHugebeatz

Thank you. Is it possible to make the time increments 15 mins or 30 mins instead of 5 mins?

Authorloopus

No, sorry, there is no option to change this interval currently, it would require a code customization.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Glencheck

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadSupportCustomization
CustomerGlencheck

Hey, is it possible to redesign the slider and let the slider automatic starts in the middle? After adjusting you are able to. Similar to the example attached (https://imgur.com/a/znZFI23). If seen some similar ideas in the comment section but none of them (still) working. I'd love to get some more informations.

Authorloopus

Hello, No, sorry, there is no specific option to start the price progress bar to the middle currently.

CustomerGlencheck

Alright, thank you. As its quite necessary I wonder if you also provide customizations like these? I've seen some comments where there were custom JS codes. The range could also start from "minus 5 to plus 5" or something similar. I just need to find a way how clients can adjust by theirselfs from X to Y. I was thinking about checkbox bullets but the effect and usability isn't the same ;-)

Authorloopus

Yes, it is possible to define the default value of the target slider item by using this code in the "Custom JS" option of the form (General tab) : jQuery(document).ready(function(){ jQuery('[data-title="My Slider title"]').slider('value',5); }); You need to replace "My Slider title" by the real title of the target slider and "5" by the wanted default value.

CustomerGlencheck

Hey Loopus, thank you, unfortunatly this Custom JS doesnt work. I found a similar one before but got the same issue. The Slider still starts from "1" instead of "5" (or if I change the value from "3")

Authorloopus

Please can you contact me from the support page ? I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jannetto

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportPayments
Customerjannetto

Is it possible to extend selectable area instead only the "X" point?

Authorloopus

Hello, Yes. For support requests, please contact me from the support page of the plugin by using you buyer account: https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from cyanbear

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customercyanbear

Hey, how do I send the final price to zapier? I have all the other variables sending perfectly but can't figure out how to send the total price! Thanks

Authorloopus

Hello, You can create an hidden & preselected checkbox "total" in the last step, enable its option "Don't add to total price" and use its option price calculation to collect the total price inside ( [total] ) and send it to Zapier .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Hugebeatz

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CustomerHugebeatz

I haven’t been able to load the demo forms and the manual doesn’t really instruct you on HOW to achieve some things like how to make a drop-down list, assign values, etc. How can I learn how to program this plugin?

Authorloopus

Hello, As indicated in the documentation and the video tutorials, you simply need to create a new step, then create a new item. You need to set the option "Type" to "Select field" to create a select field, it will show the options table to allow you to fill the wanted options and prices inside .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from bdbsdfbn

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
Customerbdbsdfbn

Does your plugin have integration with Oxygen Builder?

Authorloopus

Hello, Sorry, I don't know this specific page builder, but it normally should work with any page builder. You will simply need to activate the form option "Ajax navigation support" if the styles aren't correctly loaded when the shortcode is used in a page.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Kreer

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomization
CustomerKreer

Hi, Thank you for a nice easy to use plugin. I'm using it on my page kreer.dk , and I would like to only include the css, js and inline styles on the page, where I use the form. Is it possible in the plugin settings or do you have a solution for this? Best regards

Authorloopus

Hello, Yes, it is the case by default, when the option "Ajax navigation support" is disabled in the "General" settings tab of the form. This option forces the js and css files of the plugin to be loaded on all pages . Is it ok ?

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from shantelicom

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
Customershantelicom

shantelicom asked a question: Have your plugin thumbnail selector or radio buttons with image. loopus answered: You can use image items to create selectable thumbnail, or checkbox, switchbox, buttons etc … After that I bought your plugin, but I did not find thumbnail selector. I see only the field selector, which allows you to insert text Options, but does not allow you to insert Options in the form of pictures. My 95% form should consist of thumbnail selectors, because only images can show the client what they need to select. What should be my next steps? In addition, the Preview does not work in the plugin and I do not see the form on the page. Wordpress theme is Avada. Thanks, Ivan

Authorloopus

Hello, Yes, you can create "images" items to make the selectable thumbnails , and a "Layered image" to show the good image based on the wanted conditions. Feel free to contact me from the support page of the plugin, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from rdwangyel

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportPaymentsPDF and email
Customerrdwangyel

How can we hide the row and other project contents in the PDF email?

Authorloopus

Hello, For support requests, please contact me from the support page of the plugin by using your buyer account : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from wamiq_hussain

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPayments
Customerwamiq_hussain

https://www.gomedigap.com/shopping/#/find-plan/getting-started Can i create a form like that? Checkout zip code field. I need that functionality where it shows city name when they enter zip code.

Authorloopus

Hello, No, sorry, there is no option to do that currently.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from indrapal

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportCustomization
Customerindrapal

Hi Team, Thank for making such a great plugin :) I need some help for below 3 query 1) I want to hide this selection icon on some steps. Example: I don't want to this icon on brand page. See image her: https://prnt.sc/qdcoiu 2) I want to show all elements in same size, as you can see few are big and few small. See image here: https://prnt.sc/qdcot7 3) I want to show brands layout something like this website (see image here: https://prnt.sc/qdcp3u ) whereas our sows something like this with huge gape in left & right side. See image here: https://prnt.sc/qdcpc3 Here is my website link: https://www.cashbucket.in/sell-your-phone/ Again Thanks lot for making our life awesome :) Regards Indrapal

Authorloopus

Hello, Thank you very much :) Here are the css rules to paste in the "Custom CSS" option of the form to do that : #estimation_popup .genSlide[data-title="Select Mobile Phone brand"] .icon_select { display: none !important; } #estimation_popup .genSlide .lfb_imgTitle { min-height: 48px; !important; } @media only screen and (max-width: 480px){ #estimation_popup #mainPanel .genSlide .genContent .itemBloc.lfb_picRow { margin-left:0px !important; margin-right:0px !important; } } Is it ok ?

Customerindrapal

Thanks :) rest I'll do that. You are awesome

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from clearspark

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesWooCommercePDF and email
Customerclearspark

Is it possible for the user to choose between (with 2 buttons like at the end of the 'rent a vehicle' demo) : [Button 1] Send email to user with summary from this plugin OR [Button 2] Proceed to Woocommerce to go ahead with the order? I cannot figure out how to achieve both of these things because the summary only shows on the final step and you can only add items to woocommerce on final step.

Authorloopus

Hello, No, sorry, there is no specific option to add buttons to allow this choice in the final step currently. Thank you for the suggestion .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from joejensen

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer thread
Customerjoejensen

Is it possible to provide an estimate for a service, based upon location variables?

Authorloopus

Hello, Yes, you can make dynamic prices based on the values filled in the form or based on a distance calculation .

Customerjoejensen

So just to confirm, this is what we need... - Installation Service 1 will cost $100 in Location 1 If a separate location was selected (perhaps by Dropdown)... - Installation Service 1 will cost $150 in Location 2 Will this be possible?

Authorloopus

Yes, it can be done by using the "Price calculation" option on the target items.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Dudigabi

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPaymentsBooking
CustomerDudigabi

Hey again! I want a simple online booking on my site. I have 2 major problems. 1.) if I set the event duration to 1 hour the plugin works fine, but if I set to 30 minutes or any other minute then it allow multiple bookings the same time, how can I correct it? For example: I make a booking to 14:30, then the next appointment is 15:00, it's OK, but the user can book another appointment from 14.25, or 14.20 or 14:15. it's not good. He should be able to book only from 14:00. 2.) The other problem with online booking that I only want to allow booking to tuesday and on thursday. I set that in the calendar. If the user clicks on the datepicker, then it's ok, he can select only tuesday or thursday. But if he select for example tuesday, then on the opening calendar he can select and book to wednesday with the arrows. Can you help me this 2 problem? Thank you!!!!!!!!!!!!!!

Authorloopus

Hello, Yes, please contact me from the support page of the plugin, sending me the url of the form, I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

CustomerDudigabi

oo, the problem is that my webpage is currently running just on localhost.... I will inform you when it will be online!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from neohimura

3 direct author replies in this public CodeCanyon conversation.

7 messages3 author repliesBuyer threadSupportWooCommerceBooking
Customerneohimura

Hi there, I have a few presale question: 1) I am planning to do a cleaning service cost estimator (with a few category such as Residential Cleaning, Commercial Cleaning etc) which then continues to a reservation section where the customer can book and then pay using WooCommerce. This is doable with your plugin right? 2) By using the booking calendar function, if an existing customer already reserve a time/date, can it block other customers from booking the same time? Can I set number of availability/inventory for a specific date/time? 3) We are planning to have multiple cleaner teams, it would be best if each team leader has their own booking calendar. May I know if your plugin supports multiple calendars at the backend? 4) Continuation of question number 3. If multiple calendar is not available in your backend, can your plugin send the bookings to several google calendar (or other calendars - please suggest)? 5) May I know if you have a refund policy? I really want to give this plugin a try but I am afraid if this plugin is not suitable for my use. 6) Have you tried your plugin with Divi? Any issues? 7) I believe your plugin is not 100% GPL license right? May I know which part is not under GPL license. I would like to know the restrictions in case I plan to modify your plugin in the future. Hope to hear from you soon. Thank you.

Customerneohimura

I would like to know if I can get a discount to purchase this plugin. Or if you are planning to have a sale soon. Thank you =)

Authorloopus

Hello, 1. Yes, it is possible to do that. The wooproducts assigned to selected items of the form can be added to the woo cart at end, with the price defined in the form and the order reference as product attribute . The data of the other items are sent to the admin at end of the form, with the same order reference than the one added to the woo cart . 2. Yes, you can choose to automatically register events in the selected calendar and set the used dates as busy. They will be disabled in the datepicker for the next customers. 3. Yes, you can manage manage different calendars and assign them to different datepickers of the forms. 5. Feel free to contact me if you can't create the wanted form with it, I will help you or propose you a refund if you want, no problem . 6. You will simply need to activate the option "Ajax navigation support" in the "General" settings tab of the form. 7. You can find details on the license here : https://codecanyon.net/licenses/standard You can freely modify the plugin files but not redistribute it . 8. No, sorry, there is no discount planned for now .

Customerneohimura

Hi loopus, Really appreciate your reply. From your reply I think your plugin is exactly what I have been looking for the past month. I wish I had found this plugin earlier. I will do the purchase now. Thank you very much for your speedy reply.

Authorloopus

You are welcome :) Feel free to contact me from the support page if you need help on a specific point !

Customerneohimura

Hi, I have a suggestion maybe for your future update. iCal or 2-way syncing. This will open up your plugin to medium to large hotel businesses that advertise their room in OTAs and has a channel manager for calendar syncing. With iCal syncing, potential customers can create their hotel booking website using your plugin and then sync the room availability and price with their channel manager. Hope this helps. Thank you =)

Authorloopus

Thank you for the suggestion ! I note it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from agilesoftware

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
Customeragilesoftware

Hi, I have to create a form in which each item has a price and if the user selects one or more items the price of each item decreases by n%. I could not understand how to apply this function. I only have two steps: 1) services 2. further information Then I'll let the last step be displayed. I'm so confused now!

Authorloopus

Hello, Please contact me from the support page, by using the account that has support rights, I will check the form : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kustomer

5 direct author replies in this public CodeCanyon conversation.

10 messages5 author repliesBuyer threadSupportPaymentsPDF and email
Customerkustomer

Hi! How can I change the default sender email?

Authorloopus

Hello, The sender email used for the email sent to the customer is the one defined in the "Admin email" option of the form. If needed, you can configure a smtp email account from the "Global settings" panel of the plugin, all the emails will be sent from the configured account .

Customerkustomer

Thanks for the fast response. I configured in "Admin email" but it sending as admin email. Where I can find "Global settings" of the plugin? I'm using v 9.6741

Authorloopus

You need to fill your purchase code in the "License" panel of the plugin then apply the last automatic update from the wp plugins panel to see the global settings panel .

Customerkustomer

I already do it before https://i.imgur.com/1wdc9kc.jpg

Authorloopus

If the automatic update isn't displayed in the plugins page, you can download it from codecanyon and apply it by replacing the plugin files from ftp .

Customerkustomer

Thanks! I updated from ftp. Now have another problem with insecure url at preloader when I send contact form (before redirect) https://i.imgur.com/uyvGpr0.jpg

Authorloopus

Feel free to contact me from the support page by using your buyer account, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customerkustomer

I fixed it re-enabling the plugin. Thanks for the support!

Authorloopus

Thank you for the good news :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from FlavioAlfi

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesSupportPaymentsPDF and email
CustomerFlavioAlfi

Hi, pdf generation produce a misaligned table. What's the problem and How to correct it?

Authorloopus

Hello, For support requests, please contact me from the support page of the plugin by using your buyer account, I will help you : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

CustomerFlavioAlfi

Ok I will write from my buyer account JuliusBa

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from luckyme81

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customerluckyme81

[PRE-SALE] Hi Loopus, I'm trying to replicate the est. cost form in the link below. https://www.amicus.com.au/estimator#/ The user needs to select options within different questions and then enter their contact details in order to see the est. cost on the "success page". Is this possible with your plugin?

Authorloopus

Hello, Yes, you can create a similar form process by using this plugin .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from papix2001

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer thread
Customerpapix2001

can i use it in an iframe. on a non wp site? thanks

Authorloopus

Hello, No, sorry, it can't work, since the height of the steps are dynamic, but the height of the iframe will be static. The best way to do that woumd be to use the PHP standalone version (it uses iframe and automatically resize it on each step) .

Customerpapix2001

cool thanks

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from nencio

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadCustomization
Customernencio

I have one suggestion for you developers, Add a 5×5 question mark icon on each icon(consider the case of survey or something of which people are unaware of or know a little about it), so that they can click it , and a small rectangle pop-up would show some description

Authorloopus

Hello, Thank you for the suggestion ! If needed, you can currently use the "Tooltip text" option on the items of the form to show a custom text when the cursor is above.

Customernencio

Ok thanks, can I adjust the dimensions of tooltip box? I need to display an image and understand che detail of it, so thumbnail it's not what I need. thanks

Authorloopus

Yes, here is the rule to paste in the "Custom CSS" option of the form (in the Design settings tab) to modify its width : #estimation_popup > .tooltip > .tooltip-inner { width: 480px !important; }

Customernencio

Thanks

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from s3btqr

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadSupportCustomizationPayments
Customers3btqr

Hello, I can add drop down options like: pizza1 - $ 3, pizza2 - $ 4, pizza3 - $ 5, hot dog - $ 3.5 and the customer can choose the desired product (eg pizza2) and can also complete the desired quantity ? For example. 5 pieces of pizza2 (5 * 4 $) + 3 pieces of hot dog (3 * $ 3.5) = $ 30.5. Specifically, I want to add more fields on the page (product1, product2, product3 ...) in which all the commercialized products (pizza1, pizza2, pizza3 ...) will be passed from where to choose the desired products. The information should also be sent through the contact form.

Authorloopus

Hello, Yes, you can make such custom calculations by using the price calculation option.

Customers3btqr

How can I add this? Product 1: (drop down) pizza1 - $ 5, pizza2 - $ 6, pizza3 - $ 7 ... After selecting the type of product, to defend the field with quantity. From what I saw, only if you select "image" the quantity can be added.

Authorloopus

Hello, You can create a numberfield or a slider to allow the customer to fill the quantity, and use its price calculation to use the dropdown option price in its calculation (ex: [item-1_price] ) .

Customers3btqr

Hello, Don't have a tutorial for that? I tried, but I can't handle it. I installed the plugin on a demo site until I can handle it (by the way, can i remove the license from the demo site and activate it on the main site when i need it?). I would like an even more complex function, if it's possible. Specifically: product1 -> (dropdown) pizza1 - $ 3, pizza2 - $ 4, pizza3 - $ 5, hot dog - $ 3.5. If you select an option, it opens the field to fill the quantity. If the quantity is completed, the field "product2" is opened -> (dropdown) pizza1 - $ 3, pizza2 - $ 4, pizza3 - $ 5, hot dog - $ 3.5. Further, as in the first step(up to product 5).

Authorloopus

Hello, The best way to do that would be to simply create images items, enable their quantity option and give them the same "Group" option name to make only one selectable. Then you can duplicate the step several times if needed. Otherwise, here is the way to do it with dropdowns : Create the mentioned dropdown item Fill the wanted options inside with their unit price Enable its option "Don't add price to total" Create a numberfield item after the dropdown Enable its options "Don't add price to total" and "Price calculation" Click the button "Add a value" above the calculation field to recover the price of the dropdown item The price of the selected option in the dropdown item will be automatically multiplied by the value filled in the numberfield. Then you can duplicate the full step several times if needed. Feel free to contact me from the support page if you need more help, I will check the form : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tesseram

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomizationPayments
Customertesseram

Hello Loopus, Can i edit the summary table ? i want to change some font sizes

Authorloopus

Hello, You can do that by using these css rules in the "Custom CSS" option of the form: /* Thead */ #estimation_popup #lfb_summary table thead th { font-size: 22px !important; /* example */ } /* Steps row */ #estimation_popup #lfb_summary table th.sfb_summaryStep { font-size: 24px !important; /* example */ } /* Default cells */ #estimation_popup #lfb_summary table td { font-size: 17px !important; /* example */ }

Customertesseram

Thank you, I'm adding an image in email section, but when i make a booking the image does not appear in the email. It has a break image symbol.

Authorloopus

Please can you contact me from the support page of the plugin, sending me an export of the form ? I will debug it . https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from shantelicom

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customershantelicom

Hi, Your plugin work with layered images, it's good. But I don't see information -Have your plugin thumbnail selector or radio buttons with image or No? Thanks, Ivan

Authorloopus

Hello, You can use image items to create selectable thumbnail, or checkbox, switchbox, buttons etc ... When you create a layered image, you can configure the visibility conditions (ex: if the item X is selected, if the quantity of an item is equal to Y, if the total amount is superior to Z et ...) for each image layer .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from timbloemers

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customertimbloemers

Hi! Is there a way to integrate the form with Zoho CRM?

Authorloopus

Hello, There is no direct option to work with it, but it is possible to send the form data to Zapier. There is probably some tools to send the data to the wanted CRM from Zapier ( https://zapier.com/apps/zoho-crm/integrations ) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from inoshentmalik1

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
Customerinoshentmalik1

Hi so basically here is an issue, So I have multiple step form step one price is 99$ and on next step I have a number field where I want to setup each number a different price like this 0 = 0 1 = 20 2 = 40 3 = 85 Lets say someone enter 3 so I should add 99+85=184 but for some reason I am getting total 204. I don’t know which amount its adding up along with 85 and making it 204. It should be 184 as I just want that number price add up into my total. Here is the script if([item-242_quantity] >0) { [price] = (20) } if([item-242_quantity] >1) { [price] = (20) } if([item-242_quantity] >2) { [price] = (35) } I am using + sign in operator.

Authorloopus

Hello, For support requests, please contact me from the support page of the plugin by using your buyer account, I will help you : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from bollenstreeksolar

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomizationPDF and email
Customerbollenstreeksolar

Hello, I want to send a button, with the quotation email, when they click this button. The quotation is accepted. Is this possible?

Authorloopus

Hello, No, sorry, there is no specific option to do that currently. If you need a freelance to develop such code customizations, I can recommend this team : https://wpdeft.com/ They are used to work with this plugin and are available for such custom work .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from designpoto

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportBookingPDF and email
Customerdesignpoto

Greetings Loopus. I did some reading and seems cant find the solution. (X Pro themes) 1. How do i get the Post title into the form. I'm thinking to do 1 booking form that can be used hundreds of Post. Is that possible? 2. Its possible the Post title are also included in the email when we send to our customer? Hope you can help me. Ady Evans

Authorloopus

Hello, There is no specific option to do that currently, sorry, it would require some code customizations. As you can read on the “License” panel of the plugin, if you had the plugin included in a theme, the support is delivered by the support team of the theme, you need to directly send them your support requests .

Customerdesignpoto

Thank you for the direction. I shall contact X Pro team support.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from AyameAzuma

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CustomerAyameAzuma

Hello, i'd like to try the backend, but it seems that it is not possible... Is there any way to try it? Thank you :)

Authorloopus

Hello, No, sorry, there is no live demo of the backend side currently. But there are several videos and screenshots that show how it works, in the main page of the plugin .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from sanayar2008

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
Customersanayar2008

Hello, -------------- I'm wonder why your plugin shown the icon in calculator with small size ? https://fadaa.co/?lfb_action=preview&form=1

Authorloopus

Hello, Only admins can access to the form preview page. Please contact me from the support page by using your buyer account, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ahmeisa

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesSupportPaymentsLicensing
Customerahmeisa

hello, How can I use percentage instead of price for "select field"? as per my understanding I should change the operator to be "x" but it never effect the final price on the "price bar", it only work if the operator is "+". do I missing anything?

Authorloopus

Hello, Ah yes, the operator option can't work with select field. The solution is to not apply prices on the select options, and create an hidden & preselected checkbox that applies the wanted calculation based on the value selected in the select field . Example : if ([item-1_value] == 'option 1'){ [price] = 0- [total]*0.2 } if ([item-1_value] == 'option 2'){ [price] = 0- [total]*0.5 }

Customerahmeisa

Thank you for your reply. Actually I could make it work after 10 hours of trials :) but it worked normally with applying the prices on select option. But I noticed that the place on an hidden checkbox is really makes different, for example when I put it at the end of the items list it never works. but when i moved it to the top it works. Does it make any sense?

Authorloopus

Please contact me from the support page of the plugin by using your buyer account, I will help you : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support/

Customerahmeisa

Thank you. I'm using theme X so I have the plugin bundled. I don't know how to contact you. I'm just asking does the "checkbox" order make difference for the calculations?

Authorloopus

Ah ok. As you can read on the "License" panel of the plugin, if you had it included in a theme, the support is delivered by the support team of the theme. You need to directly send your support requests to Themeco, they will help you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Bluehmeer

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CustomerBluehmeer

Hello, This plugin looks like it's exactly what I need, but have a few questions before purchasing. Is it possible to have audio files as a choice, for example for choosing a speaker/voice or music? Would that be in a player form or how would that look like? Would clicking on an image to play the audio be an option? Is it possible to use the picture selection function for multiple choices? Like checkboxes rather than radio buttons? Does the plugin take any styles from the Wordpress theme installed or does everything have to be configured in the backend of the plugin? Thanks in advance!

Authorloopus

Hello, 1. No, sorry, there is no audio player feature currently. Thank you for the suggestion . 2. Yes, you can use images items for multiple choices. 3. The plugin has its own styles, configurable from its backend .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tesseram

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPaymentsPDF and email
Customertesseram

Hello loopus hope you are fine, I have a problem with the form. The problem is that the form cant send an email, I made all the settings from the Email section I add Admin email and Customer Email but nothing happens

Authorloopus

Hello, Please can you contact me from the support page by using your buyer account ? I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from nutbeen

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customernutbeen

Love the plugin. Rather than duplicate the form, I want to find a way to conditionally skip a step if a user is ready logged in. Is there anyway I can target steps individually?

Authorloopus

Hello, Thank you ! There is no direct option to do that currently, but a solution could be to create an hidden & preselected checkbox "Logged", enable its option "Don't add price to total" then paste this code in its "Price calculation" option : if(jQuery('body').is('.logged-in')){ [price] = 1 } Then you can use the condition "if the 'Logged' checkbox price is equal to 1" in the link conditions to call the target step only if the user is logged.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from lululondon

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
Customerlululondon

Hi Loopus, I would be grateful if you could let me know if its possible to create a similar commission calculator to https://purplebricks.ca/ab#savings-calculator ? many thanks

Authorloopus

Hello, Yes, you can create a such form by using this plugin .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from astronope

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadBooking
Customerastronope

Hi, I have a pre-sale question : for the calendar function, can we manage booking reservations by hours or only by days ? Thanks

Authorloopus

Hello, Yes, you can choose to enable (or not) the time selection in each datepicker. You can also define the calendar event duration (in days, hours or minutes) for each datepicker of the form.

Customerastronope

Ok so it is possible to manage a calendar as a booking system with slots available depending on the reservations ?

Authorloopus

Yes. If you activate the options "Register an event" and "Set dates as busy" in the datepicker settings, the plugin will automatically generate the events in the calendar when an order is submitted. It will also disable the selected dates from the datepicker for the next customers. If needed, you can choose the maximum number of events allowed at same time (1 by default) .

Customerastronope

Ok great I will buy your plugin. Thanks for your reactivity !

Authorloopus

You're welcome !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from phoundry

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupportPaymentsPDF and email
Customerphoundry

I have a select field, but since there is not place for placeholders in this type of field I want to use the first option as a non-selectable placeholder text. So I checked the option to make the first item non-selected, but it still is selectable in the dropdown. It seems this button doesnt work? Screenshot: https://i.imgur.com/Y1m0IAf.png

Authorloopus

Hello, For support requests, please contact me from the support page by using your buyer account : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support. I will help you .

Customerphoundry

I just mailed you my purchase/license code as proof an hour ago (I do not have access to that my old account anymore). I hope you can help me.

Authorloopus

Thank you, I replied. Sorry, I can't verify the license purchase and the left support rights from the purchase code. Please contact me from the buyer account, or indicate me by email the invoice name and number to allow me to verify it then deliver support . Thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from DutchInsight

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesLicensing
CustomerDutchInsight

I can't seem to find a clear confirmation if I have this plugin I could implement it into unlimited websites or only on 1 website. So can I use this plugin in my clients websites?

Authorloopus

Hello, 1 license = 1 website. You can find all details on Codecanyon licenses here : https://codecanyon.net/licenses/standard