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. Use this archive to see how real customers used the plugin, which integrations came up often, and how common support questions were answered.

5557 public discussion threadsPublic CodeCanyon support history
19461 messagesCustomer questions, follow-ups, and context
8679 author repliesDirect replies by loopus
78 archive pagesNewest conversations first

Public email addresses and purchase-code-shaped values are redacted. The original wording is otherwise kept as plain text so the support context remains easy to read.

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

Find a CodeCanyon question or answer

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

Type at least 2 characters to search the full archive.

Page 51 of 78

Latest archived discussions

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

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 threadPDF and email
CodeCanyon source
Customer PatronMultimedia

Hi, is possible to add "leave your email" on the first step ?

Author loopus

Hello, Yes. To do that, simply create a textfield in your first step and set its option "Type of information" to "email" .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from padreserwer

5 direct author replies in this public CodeCanyon conversation.

10 messages5 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer padreserwer

hi, can i get some text area near slider, to provide manually the number? now i have slider 0-100 but i want to have a text area near it to provide number manually and to move slider in the same time.

Author loopus

Hello, It can be done by pasting this code in the "Custom JS" option of your form : var sliderTitle = "Slider"; var numberfieldTitle = "Value"; jQuery(document).ready(function(){ jQuery('#estimation_popup [data-originaltitle="'+numberfieldTitle+'"]').on('change',function(){ jQuery('#estimation_popup [data-originaltitle="'+sliderTitle+'"]').slider('value',parseInt(jQuery(this).val())); }); jQuery('#estimation_popup [data-originaltitle="'+sliderTitle+'"]').slider('option','stop',function(){ jQuery('#estimation_popup [data-originaltitle="'+numberfieldTitle+'"]').val(jQuery(this).slider('value')); }); }); Simply replace "Slider" and "Value" by the real titles of the two items .

Customer padreserwer

its working but only in 1 way :) when i provide number in field slider is moving. but when i move slider filed does not change :(

Author loopus

Yes, I updated the code since my first message to resolve this problem. Please copy/paste it again .

Customer padreserwer

working, thx ;) i want to make it triple so i copy jquery and add new vars sliderTitle2... working too!

Author loopus

Perfect :)

Customer padreserwer

on diffrent slider can it be some "+" and "-" near slider? to add and substract slider value?

Author loopus

No, sorry, there is no this specific option currently . If you need a specialized team to quickly add such specific customizations to your version, I recommend this one : https://wpkraken.io/?ref=loopus

Customer padreserwer

:( i will be waiting for it in future updates :D thx for helping today

Author loopus

Ok, I note your suggestion and will probably add it to a next update if I receive several similar requests. Thanks :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from vasokun

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer vasokun

Hi, Please help me fix: 1. The price on title don't update when i deslected http://prntscr.com/fhijh4 2. I can't export my forms. It's alway loading status. thanks

Author loopus

Hello, Please contact us from the support page sending a temporary access to the backend, we will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hannebol

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadWooCommerceBooking
CodeCanyon source
Customer hannebol

Hi, can your plugin work with Woocommerce bookings? I need to create a process for a doctor's appointment system.

Author loopus

Hello, No, sorry, there is no specific option currently to use it with the mentioned plugin. I note the idea, thank you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from 3rd-Eye

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupport
CodeCanyon source
Customer 3rd-Eye

Noticed there have been updates to the plugin from WP dashboard but the downloads page here isn't updated yet?

Author loopus

Hello, Yes, automatic updates (which can be applied directly from the wp plugins panel) are always more frequent than updates on codecanyon.

Customer 3rd-Eye

One of our hosts is tightly locked down and I have issues with automatic updates so I update plugins manually. I haven't seen Envato update the plugin here since 5/24/17

Author loopus

Yes. You can contact me from the support page if you want, I will send you directly the last update .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Mouzaoir

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomizationPayments
CodeCanyon source
Customer Mouzaoir

Hi, I added an item in a step, field type is number. I set mini and maxi values, mini being 0. When I display the form the item can allow selection of negative numbers (-1, -2, -3 etc.) regardless of its mini value being set to 0. Why is that? Thank you.

Author loopus

Hello, Thanks for reporting. You can block negative numbers by pasting this code in the "Custom JS" option of your form : jQuery(document).ready(function(){ jQuery('#estimation_popup input[type="number"]:not([min])').attr('min',0); });

Customer Mouzaoir

Thanks for your reply. I added the js code but it still does the same thing.

Author loopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from SaoKimDigital

0 direct author replies in this public CodeCanyon conversation.

2 messages0 author repliesSupportPaymentsBooking
CodeCanyon source
Customer SaoKimDigital

Hello, I have a few questions before purchase the plugin for our client site, please let me know if it's possible to implement using your plugin : 1. I want to add a form to my site where customer can book my cleaning service. 2. The form should contain a calendar. 3. Customer can make a payment via Paypal or Stripe at the end of process. 4. Customer can choose one time payment or recurring payment. 5. Site admin should be able to view all booking activities via backend. Is it possible to implement using your plugin alone or I need additional plugin for booking system ? If additional booking system is required, can you suggest me which one is compatible ? Thanks.

Customer mdshak77

Thanks for interest :) . 1- Yes, You can add a form to book cleaning service. 2- You can add calendar to insert the date. 3- Customer can make the payment through Paypal and Stripe. 4- Admin can give the option for one time or recurring. 5- Site Admin can view all bookings. Hope I was able to help you with your concern.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ThomasDaarom

2 direct author replies in this public CodeCanyon conversation.

6 messages2 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer ThomasDaarom

I'd like to change the size of slider. Is it possible to make the bar wider?

Author loopus

Hello, Yes, it can be done using the Form Designer tool, or pasting these rules in the "Custom CSS" option of your form ("Design" settings tab) : #estimation_popup [data-type="slider"]{ height: 18px !important; } #estimation_popup [data-type="slider"] .ui-slider-handle{ height: 24px !important; width: 24px !important; }

Customer ThomasDaarom

Thanks for your answer. But this just makes the selection circle bigger, i want to increase the width of the bar that circle is on. Can you tell what css definition that is?

Author loopus

The first rule should increase the height of the bar, and the second the size of the handler. Sliders have a 100% width, if you set the layout of this item to "row", it will fill the width. You can also increase the width of this specific item by using the Form Designer tool. If you want, you can contact me from the support page, sending the url of your form, I will check it and give you the exact rule to use.

Customer ThomasDaarom

Thanks a lot. I've set it to 'row' I hope the client will will approve, otherwise I will let you know that I need help finding the exact rule. I do have a somewhat unrelated question; Below the form it shows what the (monthly) cost will be. Is it possible to add a small piece of text above it that says: 'The (monthly) cost is'.

Customer mdshak77

Please contact us through the support page of plugin , sending the url of your form, I will check it and give you the exact solution.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from consil

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesSupportCustomizationWooCommerce
CodeCanyon source
Customer consil

I'm looking for a calculator that works with variable products in WooCommerce, or can be used to create a custom WooCommerce product based on options selected. One of the variables/attributes is 'number of pages' which will result in a lot of variations. So ideally I'd prefer a maths-based solution where I can specify a price per page, which is multiplied by the number of pages which the user enters (in a text field). Is this possible with your plugin?

Author loopus

Hello, You can assign variable woo products to items of your forms and choose to add them to the cart at end of the form. The plugin will add the selected products to the woo cart, but will not create new woo product. You can also use the "Show depending on conditions" and "preselected" item options to automatically select a different variation product depending on the defined conditions.

Customer consil

Thanks, however I think the number of production variations I woudl need, would make this unworkable. I really like the interface of your plugin, and the back end conditional interface too. I would love to use it as it presents the best experience for the end user. But I need a calculator plugin where I can enter formulas rather than every possible permutation of variable products. So I'm probably looking at the WooPrice Calculator or more likely the Uni CPO plugin. Neither offer as good a user experience as yours, but they both support formulas so will save me a lot of time, both now and when it comes to changing prices. If you bring out a release with formulas in future, please let me know as I have a few sites where it could be used. Thanks, Dan

Author loopus

Yes, no problem. To be precise, this plugin already supports formulas and complex calculations. What you wanted is to generate a new woo product depending on the selection done in a form. I noted this idea, thank you .

Customer consil

Perhaps not a new product, but instead custom values and prices for a single product. So that the single product can be ordered each time, with a different prices and different variables (not variations). I didn't know your plugin supported formulas, good to know. Please do let me know if you add this functionality later. By the way, this open source plugin may offer clues to the approach: https://en-gb.wordpress.org/plugins/woo-price-calculator/ Thank you for your time and help.

Author loopus

Noted, thank you !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from 2XDSWU

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportPayments
CodeCanyon source
Customer 2XDSWU

Hi, How can I do a price estinmation. Based on variable 1 and variable 2 depending on the amount that user has input the it'll show a prince range between min total and max total. If would be great if you could give me a more in-depth tutorial as I can't seem to find it.

Author loopus

Hello, You can show a price range as result by activating the option "Show a price range as result" in the "Last step" settings tab of your form. For the form itself, you can contact us from the support page, sending an export of your form and explaining what you want to do exactly, we 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 raulsanchez1024

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBooking
CodeCanyon source
Customer raulsanchez1024

Hello, before purchasing this plugin I have a few questions... I have a carpet cleaning business and I plan to use this plugin to enable clients to book online. However, I have two concerns: can I set conditions to the date picker (E.G., a google calendar API that won't let clients book when all my cleaners are busy date & time condition)? Thank you very much!

Author loopus

Hello, No, sorry, there is no this specific option currently. I note the idea, thank you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from TactikMedia

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPayments
CodeCanyon source
Customer TactikMedia

Hello, is it possible to offer payment via PayPal and Stripe at the same time? As an example, when I active Stripe in the settings, the PayPal option goes off and the same thing happens when I activate PayPal, Stripe is not available anymore.

Author loopus

Hello, No, sorry, there is no this specific option currently, both methods can't be activated on a form at same time. I note the request, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from rehmanz87

0 direct author replies in this public CodeCanyon conversation.

3 messages0 author repliesSupport
CodeCanyon source
Customer rehmanz87

Hi Guys, one question. i have tried some options but its not workling the way i want it. what i want to set up: - creating a menu - the menu has 3-4 main points - each point has several options for example: MAIN: vegetarian OPTIONS: Rice, Salat, Bread etc - for each MAIN menu the customer has to choose at least 2 OPTIONS..than it should be possible to move on the next step. i have tried many conditions options but its not working :-/. What iam doing wrong? Hope you guys can help me ASAP. thanks

Customer mdshak77

Please contact us from the support page of the plugin. We will help you definitely.

Customer rehmanz87

done..send you a message over the "support" tab on your profile

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hypefolks

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBooking
CodeCanyon source
Customer hypefolks

Hi Really interested with your plugin, only have a question before purchasing it. Does the datepicker condition and value can be set? Example maybe like a hotel booking with seasonal pricing where price can rise at year end and decrease after new year. Thank You

Author loopus

Hello, Yes, you can create conditions (on links or in a price calculation) which depends on the selected date in a datepicker.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from graphitegr

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer graphitegr

Ive dug this out from a few months ago on here and tried using this php short code to get the form to display on each post - there are very very many of them. However all the steps come undone and are pasted one after another. What could be wrong? Im only looking for the php short code thanks ...

Author loopus

Hello, Please simply activate the option "Ajax navigation support" in the "General" settings tab of your form. It will force the js and css files of the plugin to be loaded.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Mouzaoir

0 direct author replies in this public CodeCanyon conversation.

2 messages0 author repliesSupportLicensing
CodeCanyon source
Customer Mouzaoir

Hi, I got your plugin as part of the purchase of the X theme. Each time I try and create a form and ask for a preview, I get this sentence at the top of the preview: "HOW MUCH TO MAKE MY WEBSITE ?, etc." as if it was loading a demo version of the plugin. How to get rid of that mention? Also, how to activate the Designer? It's requiring a purchase code which i obviously do not have since I got E&P as part of a bundle. Thanks.

Customer mdshak77

Hello, For support requests, please contact us from the support page using your buyer account, we will help you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from AlexSystems

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer AlexSystems

Hello Loopus! thank you for a previous solution! I now try to change the position of the selection tick for a picture. In the form designer I make changes and following css rule applied: body #estimation_popup.wpe_bootstraped[data-form="23"] #mainPanel>DIV:nth-child(9)>DIV:nth-child(2)>DIV:nth-child(1)>DIV:nth-child(1)>DIV:nth-child(1)>SPAN:nth-child(2) { left: 146px; } The picture item is modified. It is ok! But! I want other picture items (for example made by copying of the css modified picture item) in that form have this css position rule applied. But when I make a copy… the new picture item is not modified with this css rule. Could you advise ?

Author loopus

Hello, On the Form Designer tool, you need to set the option "Apply modifications to :" to "All elements having the CSS class" (instead of "Only this element") to do that. Feel free to contact us from the support page sending an export of the form, we will check it.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from eliteonlinesolutions

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer thread
CodeCanyon source
Customer eliteonlinesolutions

Sorry if this is covered already, I can't seem to find the answer. How many steps are supported with this plugin. How deep (levels) can we go with asking questions and branching out with different answer options?

Author loopus

Hello, There is no limit, you can create as many steps and levels as you wish. The step manager allows you to easily and visually manage your steps and conditions.

Customer eliteonlinesolutions

Thanks so much for your speedy reply :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from JonTarrant

2 direct author replies in this public CodeCanyon conversation.

3 messages2 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer JonTarrant

I raised a support ticket 2 weeks ago and have not received a reply. Have just submitted a second request

Author loopus

Hello, I replied to your email 13 days ago (the same day), to the email jon****[email redacted]. I sent it again .

Author loopus

Fixed :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from AlexSystems

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer AlexSystems

Hello, I have a tick style like in your earlier version of the plugin... tick/cross flying upwords/downwords when clicking on the picture. In your new version of the plugin you have a tick appearing when selected. How can I have this style ? thank you

Author loopus

Hello, Simply set the option "Image selection style" to "Zoom" in the "Design" settings tab of your form. If you don't see this option, you need to apply the last automatic update. The last one also adds a new "3D Flip effect" option for image items.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from maxtol

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer maxtol

Pre-sale question. Can the form be integrated in some WP CRM? Lets I want to send an estimate to one client already in the CRM. Will be great if this is possible! Thanks!

Author loopus

Hello, No, sorry, there is no this specific option currently. I note the idea .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from threesides

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomizationPayments
CodeCanyon source
Customer threesides

Can a fixed price payment be made, rather than a percentage of the total price at the final step?

Author loopus

Hello, It can be done by customizing a bit the main js file. You can contact us from the support page, we will send you a custom version to do that .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Doucette_Design

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
CodeCanyon source
Customer Doucette_Design

Hello. We are using this form for either estimates or if the user indicates it, as an actual order. Would it be possible to send an email to only the user, (not the admin) if they have selected a (estimate only) checkbox - otherwise the form is sent to both the admin and the user?

Author loopus

Hello, No, sorry, currently this settings is directly defined by admin .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from vasokun

0 direct author replies in this public CodeCanyon conversation.

2 messages0 author repliesSupport
CodeCanyon source
Customer vasokun

the caculation is not work. Please help!

Customer mdshak77

Please simply contact through the support tab. We will help you definitely.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tyler711

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesCustomizationWooCommerce
CodeCanyon source
Customer tyler711

Hi, It would be extraordinarily useful for this plugin to have some form of custom field of the plugin and order number entered into any orders of woocommerce. That is, if you add a item to cart during the form and it checks out, it would have a custom field of "E&P Form: A00116" (Plugin: Order#) As it is, there seems to be no relationship. I can get a custom form and order emailed to me, but no way to tell they are related to each other besides guessing!

Author loopus

Hello, Thanks for the request, noted !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ogrisundpartner

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadWooCommerce
CodeCanyon source
Customer ogrisundpartner

Hello, is there a way to make it compatible with woocommerce subscriptions? thanks in advance. regards.

Author loopus

Hello, No, sorry, there is no option currently to works with the mentioned plugin . I note the request, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mdshak77

0 direct author replies in this public CodeCanyon conversation.

1 messages0 author replies
CodeCanyon source
Customer mdshak77

-

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Doucette_Design

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer thread
CodeCanyon source
Customer Doucette_Design

Awesome plugin. If I could offer a suggestion: Currently we can edit, copy and delete an item from a form. I would find it really useful to be able to be able to hide and item, as sometimes I'm testing certain things and deleting and then recreating them can get a bit tiresome. Anyhow, just a thought. :)

Author loopus

Hello, Thank you :) You can hide an item simply by activating its option "Is hidden ?" from the item panel .

Customer Doucette_Design

Oh right. Doh! I didn't even think to do that. You're awesome.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from yonivers

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer yonivers

Hey, Love your plugin, Is there a possibility to get a link to share where the popup automatically opens ? Tnx !

Author loopus

Hello, Thank you ! It can be done by pasting this code in the "Custom JS" option of your form : jQuery(document).ready(function(){ if(document.location.href.indexOf('modal=1') >-1){ jQuery('.open-estimation-form').trigger('click'); } }); Then simply use the variable "modal=1" in your url to automatically open the modal : http://www.myWebsite.com/myFormPage/?modal=1

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from graficoyweb

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPayments
CodeCanyon source
Customer graficoyweb

Hello, I like the plugin, except that you can only pay with Paypal. Is it possible to set up another payment method?

Author loopus

Hello, Currently, the online payment can be done by Paypal or Stripe.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from PiccoloSN4

2 direct author replies in this public CodeCanyon conversation.

6 messages2 author repliesBuyer threadSupport
CodeCanyon source
Customer PiccoloSN4

I am using a check box option with radio button group so only one is clickable but how can i make that whole group required means user need to click one checkbox and secondly the value that is checked should be shown in the final summary page like yes or no which is not showing to make that visible in the final summary page visible ...

Author loopus

Hello, To do that, you need to activate the option "Selection required" on the step : the user will be forced to select one item to continue . A checkbox item is displayed in the summary only if it is selected .

Customer PiccoloSN4

that is already selected but it still not working and they are in one group ...

Customer PiccoloSN4

and even after being selected they are not showing in the summary too ...

Author loopus

The "Selection required" option must be activated on the step, not on the items of the group. You simply need to activate the option "Show in summary" on an item to show it in the summary if it is selected. If you want, you can contact me from the support page and send me an export of your form, I will check it .

Customer PiccoloSN4

ok sending u the exported data

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from yasirahfaz

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomizationPayments
CodeCanyon source
Customer yasirahfaz

Hi, I do not want every user to redirect on payment page only those should be redirect to payment who select yes how can I do this ?

Author loopus

Hello, I just received your email and I replied. Once the "Use paypal" (or "use Stripe") option activated in the "Last step" settings tab of your form, you will see a new option named "Make payment only if selected" on the item panel if you select the type "checkbox" . Simply use this option and the payment will be activated only if this checkbox is selected (otherwise it will simply send the order by email) .

Customer yasirahfaz

thank you for your reply one more thing how can I use fix payment amount ? instead of percentage

Author loopus

A fixed amount, whatever the real total price ? It can be done by customizing a bit the main js code. Please contact me from the support page, I will send you a custom version to do that.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from dreamzspl

2 direct author replies in this public CodeCanyon conversation.

6 messages2 author repliesSupportPayments
CodeCanyon source
Customer dreamzspl

Hi, is this plugin compatible with Zoho Subscriptions application? I would like to implement this form builder and at the end of it, a subscribe button that brings customers to the zoho subscriptions payment page.

Author loopus

Hello, No, sorry, I didn't know this app since now. I note the idea, thank you .

Customer dreamzspl

Hi, thanks for reply. Will you be able to help do a quick check on whether the WP cost estimation form is compatible with Zoho Subscription please? This is critical for my knowledge before I can purchase. Will really appreciate it. Thanks!

Customer dreamzspl

https://www.zoho.com/subscriptions/help/wordpress-integration.html

Author loopus

No, sorry, as mentioned, it isn't planned for now. I note your suggestion and I will probably add it to a next update if I receive several similar requests.

Customer dreamzspl

Hope u will add it in the next update as this is very important for subscription websites especially. Thanks!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from rafamerida

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPDF and email
CodeCanyon source
Customer rafamerida

Hi, this is a presales question. I'm searching for a solution to have the "step 1: personal data" in a reduced space, just like a widget, then when you push "continue", you get to a full-width page with all the remaining steps... Just need to pass some variables from Form1 (url1) to Form2 (url2). "Form1" has only 3 input fields: name, email and phone. Then the rest of the steps will have the items of the quotation. Is this possible with this plugin?

Author loopus

Hello, No, sorry, there is no such specific options currently .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from websitedude1985

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadBooking
CodeCanyon source
Customer websitedude1985

Just a suggestion but if this could be used to achieve something like this... 1. generate a list of items/services/options 2. had a step to pick a date for a consultation/treatment 3. and then passed all of that data to a calendar (google calendar) as a booking then this would open up this already amazing plugin for booking time slots with a business

Author loopus

Hello, Thank you for the idea, I note it !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from bohemia14

2 direct author replies in this public CodeCanyon conversation.

6 messages2 author repliesCustomization
CodeCanyon source
Customer bohemia14

We are wondering if your Wordpress plugin would be able to create a conditional type of quote form similar to this one? http://www.bestbookprinting.com/quote I look forward to hearing from you. Thank you.

Author loopus

Hello, Yes, you can do that by using the Custom Calculations tool : https://www.youtube.com/watch?v=xH8frpa7wL0

Customer bohemia14

OK, thank you very much. That is good to know. I will take a closer look at the plugin and your video tutorials.

Customer bohemia14

Do you ever do any custom work? For example, if we hired you to create a form similar to the one I referenced? What kind of cost would you estimate?

Author loopus

No, sorry, I am not currently available as freelance. Maybe you can find someone here: https://studio.envato.com

Customer bohemia14

OK, thanks.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from BIGSHANE

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer BIGSHANE

I purchased, installed and set up yesterday and I enjoy the plugin but have three minor issues. The first is that the pdf export is bad. It appears to be corrupted and only offers a corrupted error message when open. The other issue is that once it is submitted and tin the "last step" the page load for the thank you message is extremely slow. It takes between 35 seconds to 1:18 seconds to offer the thank you message. The last is the least of my concerns but still would be nice to have a fix. The form styler [addon] seems to not save settings unless you use the slider. This is the case for the color picker in that if you type in the hex value it does not save or change UNLESS you also touch the slider inside the color scale. Oddly it does not happen every time. The same for number sliders. The slider works flawlessly however if you type the number or in some cases simply click out of the numeric field it defaults back to highest setting and saves none of the changes. I am assuming these are simply settings that need to be tweaked and would be happy to do so if you could offer a little guidance. This is running Wordpress v4.7.5 on 2017 native theme with no additional plugins. Thanks!!!

Customer BIGSHANE

Problems solved: except form styler ( I have not tested since it was styled). I see you pushed a new updated since yesterday and that seemed to fix the issues. I will update you on the styler unless it was a known issue and you know you took care of it in the new version. Thanks!!

Author loopus

Hello, Yes, the previous versions used an external webservice to generate pdf files. But this service is now offline, that's why the last versions replace this external call by the use of a PHP library to generate the pdf locally. The problem on the Form Designer probably comes from a conflict. Please contact me from the support page, sending me a temporary access to the backend, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jvallano

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer jvallano

I have disabled the " Hide Final Price" section on the last page. The text "FINAL COST" & "The final estimated price is :" is still appearing. Obviously, if I'm not wanting the price to show, I'm also not wanting the pricing label text to show either. Is there a way to disable the text from showing up too? Thanks a million for your help.

Author loopus

Hello, You can hide the text "The final price is" by pasting this rule in the "Custom CSS" option of your form : #lfb_finalLabel {display: none !important;} You can also change this text and the last step title from the "Texts" settings tab of the form.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Tilmensch

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer Tilmensch

Hey! I'm somehow unable to find a good answer to a pretty easy question: Where do I see the single steps in my Google Analytics? I have correctly included the Tracking Code in the Plugin Settings.I figured that maybe events would automatically be created, however that does not seem to be the case. Thanks in advance for your answer. I'm in love with your plugin ;)

Author loopus

Hello, You will see it as the other pages, but with anchors and step titles. Example : http://www.yourwebsite.com/form-page/#My+step+one http://www.yourwebsite.com/form-page/#My+step+two

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from dlabarta

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupport
CodeCanyon source
Customer dlabarta

A client of mine has the plugin (Versión 9.550) with WordPress 4.1.18. He has two forms that work well with the shortcode on the front, the problem is that in the admin preview, it has not worked since wordpress was updated, is it a compatibility problem?

Author loopus

Hello, The plugin works normally with the last WP update, no problem. You can contact me from the support page by using your buyer account, I will help you .

Customer dlabarta

The company that made the website and bought the plugin closed and now I have the web. I do not have the buyer's account information.

Author loopus

I think you should contact the envato support to resolve this situation : https://help.market.envato.com/hc/en-us/articles/202821620-Contact-Us

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from maalik

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer maalik

Hi I am interested in this plugin and want to buy it for shipping cost calculator, i have question, Can it show the multiple results at the end? for example $40 for first class $30 for second class and so on..

Author loopus

Hello, No, sorry, the form can't give several different total prices at end . But you can create items "First class" , "Last class" etc ... on the last step, and show the good total price depending on the item selected.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from keithagnew

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer keithagnew

Hello .. regarding your coupon codes. When we use them, there is no indication in the summary form "what the coupon rate was, and how much it's saving the client" - rather they need to do some form of mental math by looking at the prices in the form and then look at the new total and figure out the savings. It's be great if you'd consider adding a line item at the bottom (preferably in RED) and show (if percentage) >"Your Discount of 50% of Total .. (in the price column add the negative amount applied). Or if fixed amount "Your Discount of $200.00 - again in price column add the $$$ savings. So now the final total makes sense - and the client SEES the amount they're saving. Right now it's a mystery. #peace

Author loopus

Hello, It is already the case : the summary should show a discount line in this situation. Thank you for reporting, I found the possible problem that can hide this line. I sent the correction in the last automatic update and directly to you by email .

Customer keithagnew

Your service is the FASTEST in all of Themeforest! Your plugin is one of the best Apps I've used for supporting a wordpress website. Thanks for all your help. I responded to your direct email. Cheers!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from typofonic

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupportPayments
CodeCanyon source
Customer typofonic

Hi Loopus, your plug-in looks absolutely great, and I'm interested in it! I'm just wondering if it has support for calculating two prices. For instance if a product includes both a production cost AND a subscription. And I wan't to add to both of these costs depending on the features the user chooses and in the end product the user with a final production + subscription cost (eg. $1000 one-time fee + 5$/month). 1. Is that possible? 2. If its not directly possible, is there a workaround. Looking forward to hearing back from you!

Author loopus

Hello, Yes, it is possible, the result can be a single cost price + a subscription price. It also works with Paypal and Stripe payment :) Once the option "Is subscription" activated on a form, you will see a new item option named "Isn't a part of the subscription" on the item panel. You can activate this option on any item, and its price will be a part of the single cost total price ( ex of result : $100 + $10/month) . When the total is composed of a single cost and a subscription cost, the subscription will start to the next planned date of payment (next month in this case) . The single cost is paid immediately .

Customer typofonic

Thank you for the quick answer! However I'm afraid that doesn't answer my question. I need to have my selection from the price estimator affect both the subscription price AND the one-time cost. Both are affected by the selection of features. Is that not possible (or is there a workaround)?

Author loopus

As mentioned, the total can be a single cost + a subscription cost. Each item can have only one type of price : subsription or single cost. But you can use an hidden and preselected item to generate the single cost total depending on the selected other item . Example : 0 if ([item-1_isChecked]){ 10 } The hidden item that applied this calculation can be defined as single cost, and the item-1 can have a subscription cost defined .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jkirves

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer jkirves

Hi, just a small feature.. would you mind to add to discount section. Its unable to set the discount for a period of time. It would be nice if it automatically can disable the coupon if date is overdue.

Author loopus

Hello, Thank you for the idea, I note it !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from piperhowie

3 direct author replies in this public CodeCanyon conversation.

7 messages3 author repliesBuyer threadSupportCustomizationPDF and email
CodeCanyon source
Customer piperhowie

Hi this I a pre sale question. I'm looking to make a storage space calculator/estimator. So the function would be a user would be able to add house hold items to work out the square footage needed. Then be email the storage centre with their space requirements based on the square footage calculated before. Hope that makes sense. :) Would this be possible with your nice plugin. Thanks John

Author loopus

Hello, Yes, you can change the currency symbol to "m²" (for example) to do that. You can also use the custom calculations if you need to execute complex calculations ( https://www.youtube.com/watch?v=xH8frpa7wL0 ) .

Customer piperhowie

Thanks for the reply. That sounds like it could work. If I run into any issues would you be able to guide me through these. Many Thanks. John

Author loopus

Of course, feel free to contact me from the support page sending me an export of your form if you need help on a specific point .

Customer piperhowie

Ok great. :)

Customer piperhowie

Hi just one more question before I make the purchase. Can I have tabs on the form. For example I have a section for bathroom items and a different section of bedroom items. Can these be displayed as tabs either under the price section or set up as a custom menu widget on a sidebar so the user can easily switch between the two sections instead of using the next and back buttons. Thanks.

Author loopus

Hello, No, there is no such tabs option currently .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Seo4udirect

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer Seo4udirect

Does this form support different currencies? like, have the drop down option to change currency while ticking of form options etc? Regards

Author loopus

Hello, Admin can freely edit the used currency (symbol, position in the price) for each form, but the customer can't change the used currency directly from the form. The best way is to duplicate the full form (one for each currency) and open the good one depending on the link/button where the user clicks on your page .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from osensnolf

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer thread
CodeCanyon source
Customer osensnolf

I sell software. Users will come to my website and select how many Users (up to 50) they want to access the software. They will select either a 1 or 3 year plan. I have a pre-made order form for each combination (50x2=100) Each order form has its own URL. So what I need is a way for the person to select how many Users they want and how many years. It will show them the Total. There will be a Signup button. The link for the signup button will change based on the number of Users/Years. If they select 1 User and then select the 1-Year term ($50), the URL is domain.com/OrderForm1. If they selected the 3 year plan with 1User, the order URL would be domain.com/OrderForm2. If this is not included, can you do it for an extra fee?

Author loopus

Hello, Yes, you can do that simply by using the conditional redirection option. At end of the form, the user will be redirected to the target url depending on the defined conditions .

Customer osensnolf

Great! But I'll only need to create 1 form - correct? I'll buy now and trust that it will work as expected. can I pay someone to configure the Conditional Redirects for me?

Author loopus

Yes, you simply need to create one form. You don't need a developer to configure your redirections, you can easily define the conditions by using the visual system. But if needed, you can find freelances here: https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from caygrisrl

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadPaymentsPDF and email
CodeCanyon source
Customer caygrisrl

Hello, i'm interest to buy this plugin. I have few question: 1. the plugin produce an invoice? 2. send to client an email to remember to pay? ex. monthly subscription 3. it's possible use the condition like true/false? Elena

Author loopus

Hello, 1. The form generates an order form the selection made by the user. You can freely edit its content (name it "invoice", add text and images etc ...) 2. No : an email can be sent to the customer at end of the form (with the order as pdf if wanted), but not later. But you can directly configure your form to generate a subscription payment by using Stripe or Paypal (the payment will be done automatically on each date of payment, it can be defined by admin to each month/week/day/year etc... ), the customer doesn't need to come back and pay every month. 3. Yes, of course, you can also use more complex conditions (if the value of a specific item is equal/superior/inferior to ..., if the total price is ..., if the current date is ... etc ...) .

Customer caygrisrl

thank you! another question can i ask all client data and signup on wp? like name, surname etc? it's possible add extra fee?

Author loopus

You can freely add textfields to ask for such informations, but the plugin can't create automatically a wordpress account from them, sorry. You can freely manage your items to add optional fees/products/taxes etc ... You can set an item as preselected and hidden to automatically add it to the total. You can also choose to show or hide any step or item from the final order .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from bilal186

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportCustomizationPayments
CodeCanyon source
Customer bilal186

Hi loopus, I wanna buy this great plugin, just one question is there a way to add fix paypa; payment of $10 instead of percentage we want to get $10 advance payment from every user who order our services please reply . Thanks

Author loopus

Hello, It can be done by customizing a bit the main js file of the plugin. Feel free to contact me from the support tab, I will send you a custom version that does that .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from marcoautiero

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPDF and email
CodeCanyon source
Customer marcoautiero

Hi, i'm interested to buy this plugin. In the description of the plugin, when you say "Emails can be customized from admin", does it mean that the admin can customize each one of the email sent to clients? I mean, imagining two clients sending the same form, I would like to not reveal them the final price estimation in the website, I would like to send it via email to the clients, but I would like to customize the reply too (perhaps sending to one client a certain price estimation and to another client a different price estimation)

Author loopus

Hello, The admin can edit the 2 email templates from the backend : one for the admin, the other for the customers. You can see it on this screenshot : https://0.s3.envato.com/files/224522961/screen_4.png You can freely edit the content of the email (texts, images etc ...), but not directly the prices inside. You can choose to fully hide the price in the form and show it in the email only .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Doucette_Design

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer Doucette_Design

The PDFs that are sent attached to emails are coming through as corrupted...

Author loopus

Hello, Please contact me from the support page sending me a temporary access to the backend, I will debug it.

Customer Doucette_Design

The last update seems to have solved the problem. Thanks so much.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from keithagnew

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer keithagnew

Hello, LOVE THIS PLUGIN - great job - Congratulations!! Installed and now building my first form - I'm looking at the demo-form you include in the initial install - I can seem to find how to make the distinction between making a step "single-selection" or "multi-selection"? When I look at your steps - some are single, some multi - but don't see any setting to make them so. Please help! Thanks!!

Customer keithagnew

Found it .. add a group name. (thanks)

Author loopus

Hello, Yes, exactly :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from chandell

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer chandell

is it possible to use text instead of icon?

Author loopus

Hello, Yes, you can freely use texts, images, select fields, file fields, colorpickers, checkbox, sliders, datepickers etc ...

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from megamattius

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupport
CodeCanyon source
Customer megamattius

Probably been asked this before, but any support Easy Digital Downloads in the pipeline since I think this type of plugin would be well suited to EDD's target audience. Would be fantastic to have it fully integrated into the order/product system etc.

Author loopus

Hello, It isn't planned currently, but I note the request, thank you .

Author loopus

Hello, I just added this new option :) You can now use EDD products in your forms and choose to add them to the EDD cart at end of the form. It will be a part on the next automatic update. You can contact me from the support page if you want it immediately.

Customer megamattius

A very worthwhile addition, that I think will increase the appeal of your plugin for sure. Now if only I could get themeco to support EDD ;)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from barreoblique

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer barreoblique

Thanks for your help / Merci de votre aide!

Author loopus

Merci beaucoup pour votre review !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from A_Bilal

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author replies
CodeCanyon source
Customer A_Bilal

Bonjour, Lors de la saisie du formulaire est-t il possible de garder à l’écran les étapes déjà saisies ? Autrement dit d'afficher les étapes les unes en dessous des autres à l'image d'un formulaire classique sans rafraîchir l’affichage.

Author loopus

Bonjour, Pouvez-vous utiliser le bouton "répondre" plutôt que créer un nouveau commentaire pour les nouveaux messages ? Merci ! Il est possible de créer un formulaire d'une seule étape, et d'afficher/masquer des élements en fonction de le sélection faite (il est possible d'utiliser des éléments "rich texts" pour créer des titres, pour séparer l'étape en plusieurs partie) .

Customer A_Bilal

Bonjour, oui désolé, merci pour la réponse.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kalipub

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadPaymentsLicensing
CodeCanyon source
Customer kalipub

Bonjour, petite question : est-il possible de mettre un tarif d'abonnement + un tarif "normal" dans une même simulation ? Je voudrais vendre la création de site web (paiement normal) + l'abonnement qui va avec (abonnement mensuel). C'est possible ? Merci ;)

Author loopus

Bonjour, Oui, c'est possible :) Une fois l'option "Est-ce un abonnement?" activée, vous verrez une nouvelle option nommée "Ne fait pas partie de l'abonnement" sur les articles ayant un prix (selects, images, sliders ...) . En activant cette option sur un article, son prix sera ajouté au total "paiement unique", dans le cas inverse il sera ajouté au total "abonnement" (ex: $50 + $10/mois). Cela fonctionne également avec Stripe et Paypal.

Customer kalipub

Super ! Je vous contacterais en cas de besoin. C'est pour un nouveau site donc j'achèterais une nouvelle licence. Merci de votre réponse, c'est top !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from A_Bilal

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesSupportPDF and email
CodeCanyon source
Customer A_Bilal

Bonsoir, J'ai ajouté l'option envoyer la commande en pdf lors de l'envoie de l'email, je reçois bien la pièce-joint mais je n'arrive pas à l'ouvrir pareil pour le pdf destiné au client.

Author loopus

Bonjour, Pour toute demande de support, veuillez me contacter depuis l'onglet support en utilisant votre compte acheteur (celui depuis lequel vous avez acheté le plugin), et en envoyant un accès temporaire à l'admin, je le debuggerai.

Customer A_Bilal

D'accord merci

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from A_Bilal

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesCustomization
CodeCanyon source
Customer A_Bilal

Bonjour, est-t-il possible de faire une condition if du type : if ((x ou y) et z) lors du passage d'une étape à une autre ? Ou sinon faire des conditions imbriquées ?

Author loopus

Bonjour, Pas directement dans les conditions des liens, mais voici une solution pour faire ça : - Créer une checkbox préselectionnée, masquée, avec l'option "don't add price to total" activée et utilisant comme "custom calculation" les conditions imbriquées voulues . Ex : if( ([item-1_isChecked] || ...) && ...) {1} if( ([item-2_isChecked] || ...) && ...) {2} - Puis utiliser le résultat de cette checkbox dans les conditions du lien (si son prix est égal à 1, ou 2 etc ...) .

Customer A_Bilal

Bonjour, merci pour la solution

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from albertoferreira

3 direct author replies in this public CodeCanyon conversation.

7 messages3 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer albertoferreira

Hi, The last version is consuming a lot of CPU. Chrome and Safari, > 100% in Activity Monitor. It becomes so slow that it's impossible to use.

Author loopus

Hello, There is probably a conflict or a problem somewhere in the form. Please contact me from the support page sending me the url of the form and an export of it, I will check it .

Customer albertoferreira

The export have > 50MB. It's 2 years of orders, and you don't have an option to just export the form without the orders ... Can I upload 50MB here?

Author loopus

Ah ok. In this case, please send me a temporary access to the backend, I will check it directly .

Customer albertoferreira

The form is not Gigantic, it's the Orders. Your export includes the orders, and there's no option to just export the form without the orders. I will send by e-mail user details. Thank you.

Author loopus

Ok, I wait your email.

Customer albertoferreira

Sent, thank you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from bapcs

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomizationPDF and email
CodeCanyon source
Customer bapcs

Hi, When the pricing is forwarded to Gravityforms it includes the breakdown of the pricing. I would rather hide the price only from the client, but keep the breakdown. Is there a way to stop your plugin sending the prices and just include the item name to gravityforms. I saw you answered a previous message with a similar request by editing assets/js/estimation_popup.js, but that file doesn't exist anymore. Thank you

Author loopus

Hello, No problem, I replied to your email sending you a custom version to do that .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from stefanogili

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer stefanogili

Hi, first of all GREAT Work with this form creator! I got an issue on a website in wich i'm using it, i got this error: WordPress errore sul database Unknown column 'formID' in 'field list' per la query INSERT INTO `wp_wpefc_forms` (`formID`, `stepID`, `title`, `isRequired`, `type`, `useRow`, `fieldType`) VALUES ('1', '0', 'Enter your email', '1', 'textfield', '1', 'email') fatta da do_action('toplevel_page_lfb_menu'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, LFB_admin->view_edit_lfb, LFB_admin->checkFields Seems like some ALTER TABLE or some queries have not been correctly applied on the DB. On my local installation, i can use the plugin without problems, but with the hosting on aruba, i got this issue. Can you please check and solve it? I already wrote to you via support. Thanks in advance, Stefano

Author loopus

Hello, Thank you ! I received your email and I replied .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from welshhuw

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupport
CodeCanyon source
Customer welshhuw

Hi. I can't seem to get the calculations to work with an IF/ELSE statement. If using the equations on their own; it calculates the cost correctly. But within the IF/ELSE statement, I just get £0 every time. Here's my calculation: if(([item-22_isChecked])) { if(([item-36_value]

Author loopus

Hello, For support requests, please contact me from the support page using your buyer account, I will help you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from JosueAlfonso

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportWooCommercePayments
CodeCanyon source
Customer JosueAlfonso

Hi! im having a problem with slider, when i select 3 or any other number of the product, the price bar doesnt move.

Author loopus

Hello, Please can you use the "Reply" button instead of new comment for each message ? Thank you. Please add a value in the "Maximum price" option of your form, it should fix it. Otherwise, you can contact me from the support page sending me the url of the form, I will check it .

Customer JosueAlfonso

Hi Loopus! How can i do to get the final price that appears in cost estimation? Actually appears for example 3 hours cost 80 per hour, 4 hours cost 75 per hour, +5 hours cost 70 per hour in the plugin. The wocoomermce product have the price of 80. but In checkout appear if i select 5 hours 5*80. Apply reductions on quantities its on

Author loopus

Hello, If you use the "Add to woo cart" option, the woo products in the form will have their real price defined from woocommerce, the plugin can't change the final price of a wooproduct when it is added to the cart .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from marie-bella

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
CodeCanyon source
Customer marie-bella

Hi, I have bought the cost calculator a few days ago. I am having trouble connecting my front page to the rest of the "step manager"because instead it is suddenly connecting directly from front page to last page/ the Resumé page. I need to know how I can get all steps to connect accurately. I hope my question is understandable. I don't know any there ways to explain my concern. Thanks in advance.

Author loopus

Hello, I received your same message by email and I replied, please can you check ?

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Rodo1991

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPayments
CodeCanyon source
Customer Rodo1991

Hello. When using slider is it possible to show quantity instead of price in title?

Author loopus

Hello, Yes, as you can see on this demo form, the tooltip of a slider item shows the selected quantity : http://www.wordpress-estimation-payment-forms.com/demo-of-some-components/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from joransrb

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer joransrb

Hey, got an issues with the form settings tabs, they dont change content clicking on them. Content always shows the general, and clicking texts etc dont change content... suggestions ? its on a fresh install of wordpress, and i am using the latest version.

Customer joransrb

a quick gif i made: http://imgur.com/CYe0aMc

Author loopus

Hello, There is probably a conflict somewhere. Please contact me from the support page sending me a temporary access to the backend, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ThomasDaarom

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer ThomasDaarom

Hi, I am trying to configure the plugin but whenever I create a new form from scratch it skips directly to the last step instead of to the second when I press 'Next Step'. What am I missing?

Author loopus

Hello, Are you sure you have created the link between the two steps in the right direction (from Step A to Step B and not the inverse) ? You can contact me form the support page sending me an export of your form, I will check it .

Customer ThomasDaarom

That did the trick! thanks a lot for your fast response. I do have another question; How do I design it so that I end up with a subsctiption fee and one time cost? Each step should influence the one time fee and the monthly fee.

Customer ThomasDaarom

My bad, I found the solution already. If anyone else is wondering: Set it to 'subscription' in the 'last step' tab in the form settings. Now mark the items that are not part of a subscription as 'isn't part of subscription'

Author loopus

Exactly :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ytsan86

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupportCustomization
CodeCanyon source
Customer ytsan86

Hello, it's a great form, but few moments would be great to improve in future. 1. Option to go back when I click to edit a Step. Now if I go to the Step in order to come back to the calculator I should click at the left sidebar, it's inconvenient. 2. to have wider and bigger space for the Steps 3. Add text editor inside of the steps to change the text.

Author loopus

Hello, 1-2. Thank you for the suggestions ! 3. You can add a "rich text" item to freely add any formated text / html code in a step .

Customer ytsan86

yes, i add style to each step that I need, but go and back between website and style.css is not convenient. it would be great also to have availability to duplicate steps. Today I need to create pretty similar 16 steps, but there is no option duplicate and I had to copy-past all information

Author loopus

Of course, you can duplicate a full step (or even a full form) in 1 click. For support requests, please contact me from the support page using your buyer account, I will help you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from barreoblique

2 direct author replies in this public CodeCanyon conversation.

8 messages2 author repliesBuyer threadPDF and email
CodeCanyon source
Customer barreoblique

Hello bonjour! Hope you are well. Before buying, I have this question: Is it possible to hide the total before sending the form? I do not want the prospective client to see the amount before sending the form. Moreover, I imagine that the client and I receive a copy of the form sent? Thanks!! ***************** Avant d'acheter j'ai cette petite question svp : Est-ce possible de cacher le montant avant d'envoyer le formulaire? Je ne désire pas que le client potentiel voit le montant avant d'envoyer le formulaire. J'imagine que le client et moi recevons une copie du formulaire? Merci d'avance :D

Author loopus

Bonjour, Vous pouvez choisir de masquer le prix dans l'ensemble du formulaire, le client découvrira alors le total dans l'email reçu . Il est également possible d'afficher le total seulement dans la dernière étape, et d'envoyer auparavant le contact à MailChimp / Mailpoet / GetResponse (les infos comme l'email, nom, pays etc ..., mais pas la sélection du formulaire, qui elle est envoyée seulement à la fin du formulaire) . Oui, il est possible d'envoyer la commande à l'admin et au client (et d'éditer séparément les deux contenus des emails).

Customer barreoblique

Je suis déjà l'un de tes client, je connais donc la qualité de ton travail. Je vais donc acheter ce plugin. Merci bcp!

Author loopus

Merci ! :)

Customer barreoblique

Merci à toi :) Petit cousin!

Customer barreoblique

.. [item-40_price] * [item-42_value] Sachant que j'ai un champs prix et un champs numérique, cela devrait donner une multiplication? .. je n'y arrive pas.

Customer barreoblique

Je te donne plus de détail : J'ai une case a coché [item-40_price], prix 20$. J'ai un champs numérique où le client ajoute le nombre [item-42_value] et finalement, j'ai un champs caché avec le calcul plus haut. Merci :D

Customer barreoblique

Je te contacte en privé... merci.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from webwizardofoz

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer webwizardofoz

HI, would it be possible to skip the last step and go straight into redirection? Very impressed with the plugin so far mate.

Author loopus

Hello, Thank you :) It can be done using this js code in the "Custom JS" option of your form (replacing "My Step Title" by the exact title of the last step before the result one) : jQuery(document).ready(function(){ jQuery('.genSlide[data-title="My Step Title"] .btn-next').click(function(){ var _this = this; setTimeout(function(){ wpe_order(parseInt(jQuery(_this).closest('#estimation_popup').attr('data-form'))); },5000); }); }); Of course, the final step must not contain any required item. It will submit the form as soon as the user will click the "next step" button of the step before the result one .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from lachlanreilly

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer thread
CodeCanyon source
Customer lachlanreilly

I want to know if it is possible to automatically have the plugin submit customer information to a Google Spreadsheet?

Author loopus

Hello, No, not automatically, but you can export all the orders as .csv from the backend.

Customer lachlanreilly

Hi Loopus Is it possible to develop a code in Javascript to send them automatically to google sheet?

Author loopus

Hello, Yes, it can be done by customizing the main js code (and maybe php) of the plugin. If you need a freelance to add it to your version, I recommend : https://wpkraken.io/?ref=loopus https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization