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 57 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 ak_999

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadSupportCustomizationPDF and email
Customerak_999

Hi. Is the any way to hide summary prices in customer email and on website (final step) summary but show them in admin email? Thanks again for your work and time.

Authorloopus

Hello, Thank you very much :) It can be done customizing the main js file. If you want, you can contact me from the support page, I will send you a custom version doing that.

Customerak_999

One more quick question. Distance shows like that now 0.6702199999999999 in summary. How to make it 0.6?

Authorloopus

In a custom calculation ? It can be done using this js function : Math.round ([distance-1-2....] * 10) / 10 I sent you the mentioned custom update, feel free to send me the form url if you want, I will check this point .

Customerak_999

Here is the form url http://online.outboxmoving.com/local-move/

Authorloopus

Ah yes, I see, thank you. I just sent you the last update to fix this point .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Biggy

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CustomerBiggy

Hi, are you have updates every day? Updates normally are good... It could be a good idea to have updates may be all 14 days Sorry... Regards Biggy

Authorloopus

Hello, It depends. When a bug or a possible conflict is identified on a element, the correction is sent immediately as automatic update. Updates on CodeCanyon are less frequent. I note your suggestion, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kingstakh

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomizationPayments
Customerkingstakh

Hi! Excellent work! I have very important question before purchasing. Can you help me make addon for integration new payment system to your plugin? Look here https://github.com/beGateway/begateway-api-php

Authorloopus

Hello, It isn't planned currently, but I note the suggestion, thank you. If you need a freelance to do a custom version with such specific new features, maybe you should have a look here : https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization

Customerkingstakh

Ok. Some people in comments say about problem add cost to Select field? This issue solved now? And buyers says about problem with edit Select field only delete available, it's solved?

Authorloopus

Yes, each option of a select can have its own price. These options can now be sorted by drag and drop from backend, so deleting/creating a new option that must be placed somewhere on the list isn't a problem anymore .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from zfl

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesCustomizationPDF and email
Customerzfl

Hey, I was wondering if it would be possible to build a form similar to this. http://www.yourmetricbirthday.com/ Thanks

Authorloopus

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

Customerzfl

Ok, thank you. Please could I have email address to discuss some custom work. Using cost estimator form Thanks

Authorloopus

You can contact me directly from this contact form : https://codecanyon.net/user/loopus#contact

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mediarun

7 direct author replies in this public CodeCanyon conversation.

19 messages7 author repliesBuyer threadSupportCustomizationPayments
Customermediarun

Hello;) Every image is save in different folder for each submitted form. Is there any way to get the name of the folder and for example submit it to database? Where can I find place where this number is generate? THANKS!

Authorloopus

Hello, Yes, this number is the reference of the current form session. You can get the uploaded files and their path using PHP, in the file includes/lfb-core.php, in the function named "uploadFormFiles()". If you want to recover this session number when the order is sent at end, it is the variable $formSession in the function "send_mail()" (in the same file) .

Customermediarun

Hi:) This is link to make form visible in pop up: Open Form It work because of the class "open-estimation-form form-1". Am I right? The question is: Is it possible to make a simple link for it? I need simple href link for it. THANKS:)

Authorloopus

Hello, Not using a direct url in the href attribute, because the modal isn't on a separated page (otherwise, you can do it using the fullscreen option in a new page). If you can't modify easily the css class or the onclick attribute of your link, a solution can be to use an anchor such as "#formModal" in href, then add this code in the "Custom JS" option of your form (tab "General") : jQuery(document).ready(function(){ jQuery('a[href="#formModal"]').addClass('open-estimation-form form-1'); jQuery('a[href="#formModal"]').click(wpe_popup_estimation); });

Customermediarun

Hi, I have two checbox in one view. I want to allow user to choose only one. If he choose other one, first will be off. TANKS

Authorloopus

Hello, Simply use the same "Group" name (from the item panel) for the two checkbox : only one will be selectable .

Customermediarun

THANKS!

Customermediarun

Hi, When I add new product to form there are availiable buttons + and -. But they only appear when I click on product. Is it possible to make them visible all the time? THANKS:)

Authorloopus

Hi, There is the custom css rule to use : #estimation_popup.wpe_bootstraped .selectable.checked .quantityBtns { display: block !important; }

Customermediarun

GREAT!

Customermediarun

I have two checkbox. I want to make inputs that are under checkbox to be required but only when one of checkbox is check. If not you can go to next step THANKS

Authorloopus

A possibility is to duplicate the mentioned checkbox, set one of them as required, and use the "Show depending on conditions" item option to show the good one depending on the selection.

Customermediarun

THANKS

Customermediarun

Hi:) I have in third step two checkbox. One is something like PAY NOW and second is PAY LATER. I configured the last step to use Paypal payments. But after subbimitng form there is now redirect to paypal. What am I doing wrong? THANKS:)

Customermediarun

I also add to one of checkbox Use payment only when selected

Authorloopus

Please contact me from the support page, sending the url of the form, I will check it .

Customermediarun

Hi:) I asked few days ago about how to open form from button. You give me this advice: jQuery(document).ready(function(){ jQuery('a[href="#formModal"]').addClass('open-estimation-form form-1'); jQuery('a[href="#formModal"]').click(wpe_popup_estimation); }); And after reload the page the class is added but nothing happens after click. Have you got any idea what is wrong? Is this line okey? jQuery('a[href="#formModal"]').click(wpe_popup_estimation); THANKS

Authorloopus

Hello, To open a form as popup, you simply need to add the mentioned class "open-estimation-form form-1" on the button that must open the popup, and add the shortcode with the popup attribute on the same page : [estimation_form form_id="1" popup="true"] The mentioned js code can be used if you haven't possibility to modify the class of the button. Please verify you added the shortcode on the same page. If you want I debug it, the simplest solution is to reply my email, sending me the url of the page, I will check it.

Customermediarun

Okey it works. Thanks. I added shortcode to one element and JS to Custom JS.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from revdrdavidreid

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customerrevdrdavidreid

Plugin came with X-theme. I would like to know how to add a slider to add the number of pages and charge $X per page (i.e. $80 per page) and user can use the slider to indicate number of pages and price would be (i.e. $80 X 6pg = 480) How can I do that?

Authorloopus

Hello, Simply set the price option of the slider to "80". This price will be automatically multiplied by the selected quantity .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from C-Y-B-E-R

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CustomerC-Y-B-E-R

I am looking at adding a cost saving calculator to our site. It needs to do this: https://www.purplebricks.com.au/#savings Will your plugin enable us to do this?

Authorloopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from AaronNeo

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupport
CustomerAaronNeo

Hi, do you have anything like this in the form of a Mobile App ? Would you be able to create one ?

Authorloopus

Hello, You can freely create any type of form, to sell any service or products. You can find a zip file containing 4 demo forms and the documentation in the package . There is also a video tutorial showing how to create a form : https://www.youtube.com/watch?v=OtpvjM7vJ4M

CustomerAaronNeo

Hi, i meant are you able to turn my form that i created into a mobile app ? That is something our company has been looking at and i was just wondering if you provided that service. Thank You.

Authorloopus

Ah ok. No, sorry, I don't directly provide this service, but it could be done using a webview in Phonegap, or using a script such these ones : https://codecanyon.net/search?utf8=%E2%9C%93&term=mobile+website+app

CustomerAaronNeo

Hi no problem, thanks a lot

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Phantom_Motion

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CustomerPhantom_Motion

Great plugin. One problem however is that if I try to upload an image into the picture item, a pop shows a [Error 403 - Forbidden] message. I'm just copying an image URL and selecting upload since there doesnt seem to be a browse media button. This happens with different images and on different browsers.

Authorloopus

Hello, The picture field uses the classical WP image picker. Maybe there is 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 jsowers897

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupport
Customerjsowers897

When using the Number Field and you click the up and down arrows, the new total price calculation is VERY VERY slow to update and if they click the next button before it happens, the incorrect price is passed on. But, if you use the keyboard up/down arrows or type in the number the new calculation is instant.

Authorloopus

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

Customerjsowers897

sorry, I'm using X Theme.

Authorloopus

Ah ok. As you had the plugin included in a theme, the support requests must be sent directly to the support team of the theme, they will be happy to help you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from davidpaoli

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesSupport
Customerdavidpaoli

Hi , it seems great , just a question...In a step can i add an html part (image or txt) in order to help and give information to user to make its choice...If yes where does it appear ?

Authorloopus

Hello, Yes, you can use a Rich Text item where you want in a step to freely show text/html/pictures .

Customerdavidpaoli

hello , thanks ! And is it possible to add a checkbox checked by default that add automatically XX€ and that can't be unchecked by user ? thanks

Authorloopus

Yes, you simply need to create a checkbox item, set its price and enable its "Preselected" option.

Customerdavidpaoli

thanks, do you mean there is an option for checkbox like "Can't be unchecked by user" ?

Authorloopus

Yes, there is a "Is required" option forcing the user to select this item to continue .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from marchand81

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomization
Customermarchand81

I seen a post from last year on this issue but the solution wasn't posted.. Basically when I put the curser over an item the Title (Popup) is over to the left edge of the screen and i would like to have it center over the picture like it is in the video. Cheers

Authorloopus

Hello, There is probably a css conflict. Please contact me from the support page sending me the url of the form, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from th3_c

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupport
Customerth3_c

Ignore comment - worked question out haha.

Authorloopus

Hello, You can use a "Rich text" item to add links (it can be an image with a link) in any step of the form. There is also a "Open url on click" item option allowing you to open a page in a new tab when the user clicks a specific item.

Customerth3_c

Thank you. Also, I've taken off the 'next step' button, how do I get it to instantly go onto the next step when they click on one of the options?

Authorloopus

If you already have the plugin, for support requests, please contact me form the support page using your buyer account, I will help you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from SmartOrder

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupportCustomization
CustomerSmartOrder

Hello Team, greatly enjoying the plugin. I have two questions: - can i add an Item List that will out the product of the 2 fields above it? It will be used to show the output of : (number of packages) x (number of items in a package). - I was looking to make some css changes to the headings (font-weight: light) and i was wondering where I can find the documentation for header names etc. Thank you in advance!

Authorloopus

Hello, For support requests, please remember to contact me using your buyer account, I will help you. If you had the plugin included in a theme, you need to send the support requests directly the support team of the theme. Nevertheless here are the tricks : 1. Not directly on the select item, but you can do it using an hidden and preselected checkbox that apply the custom calculation depending on the selection done There is an example : https://www.youtube.com/watch?v=xH8frpa7wL0 2. You can do it using this rule in the "Custom CSS rules" field of your form (tab Design) : #estimation_popup h2.stepTitle {font-weight: normal !important;} A good way to find the css classes of the different elements of the form is to use the browser inspector (F12 on windows) .

CustomerSmartOrder

you're a gentleman. Thank you for replying despite the plugin being made available via my theme. Whilst I am able to use the hidden and preselected checkbox to edit the overall cost price i have been unable to create an informative calculation that shows the result of (number of packages) x (number of items in a package). A bit unfortunate as i am very close to completion.

Authorloopus

There is no "informative calculation" option currently Custom calculations can be used to define the price of an item, but not to show an information in a step. I note the idea. If you talk about the custom calculation of an item, it would be something like : [item-1_quantity]*[item-2_quantity] Replacing "1" and "2" by the ids of the items "Number of package" and "Number of items in a package". You can simply use the "Add a value" button above the calculation field to easily recover the id and the wanted attribute of a specific item.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from servicesmarmondesigns

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
Customerservicesmarmondesigns

Having an issue. I'm trying to make a selection in the form "Open url on click". However, it simply proceeds to the next step rather than opening the url. Am I missing something? Thanks!

Authorloopus

Hello, Please contact me from the support page sending me the url where I can see the form, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from toolbox101

7 direct author replies in this public CodeCanyon conversation.

14 messages7 author repliesBuyer threadSupportWooCommercePayments
Customertoolbox101

Does this Wordperss plugin have a form option too? I need to give me visitors an option to pick a package, fill out a creative brief and pay for the package. Just like on website. http://www.logoborn.com/order.html when you click on the "Buy Now" it takes you the shopping cart form. Can this be done with your plugin?

Authorloopus

Hello, Yes, the mentioned form can be done using this plugin. If you want a cart system, a solution can be to use woo products in your form, then enable the "Add to woo cart" option on your form. The selected products will be added to the woo cart at end, then the user will pay via Woocommerce. If you don't need the cart, you can directly add the payment at end of the form, without using woo products .

Customertoolbox101

I see, can you provide a light version so I can test it before buying? I do not want to pay for something that might not work for my needs. Thank you

Authorloopus

Hello No, sorry, there is no available trial version.

Customertoolbox101

Can you at least send me screenshots of the table and the form? and the back end? I just need to see the pricing table and the form.

Authorloopus

You can see screenshots of the backend simply clicking the "Screenshots" button on the plugin page. There is also a video preview of the backend here : https://youtu.be/UlNwyansc4c

Customertoolbox101

Does not really show what i need, i need to know if i can make those pricing tables. If i buy, and it does not work for me, do you offer money back?

Authorloopus

Ah ok. No, sorry, there is no such pricing table option. There are a lot of plugins specialized in this domain. I thought you were talking about the cost estimation form on the mentioned website (after clicking a "Buy now" button on the price grid).

Customertoolbox101

Oh okay, No i need the full thing, pricing table and the form with cost estimation. The problem with pricing table plugins is this. If you create the pricing tables, each have different price. When the user clicks on "buy now" then goes to the order form, the amount for that specific pricing table as to be selected. I need something like that, any ideas?

Authorloopus

Why not simply duplicate the form (it can be done in 1 click), change its initial price and other options if needed, then use a different url for each button of the pricing table ?

Customertoolbox101

Like you mean have 4 forms with 4 different prices? for example If someone clicks on the 1st pricing table the 1st form will be called and they would fill out the info and pay for the first package? and same thing for the 2nd only difference is the price? Is that how you mean?

Authorloopus

Yes, exactly. Only the "Initial price" option would change.

Customertoolbox101

perfect, i'll try that. thanks

Authorloopus

You are welcome. Feel free to contact me from the support page if you need help .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from abfriesen

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomization
Customerabfriesen

Hi, I wonder why my client's form on a mobile size blinks a couple times before displaying the selection options. I also wonder why the final summary step does not show up on both mobile and tablet sizes. See it at www.prairiefireco.com.

Authorloopus

Hello, Because the same shortcode is added twice on the same page. Please remove the wrong one, it should fix this problem. There is also a rule you can add to the "Custom CSS rules" field of your form (tab Design) to improve its titles on mobile : @media (max-width:480px){ #estimation_popup h2.stepTitle { font-size: 22px !important; } }

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from allexx2012

2 direct author replies in this public CodeCanyon conversation.

3 messages2 author repliesBuyer threadSupport
Customerallexx2012

Version 9.533 doesn't work on WordPress 4.6.1: select field not showing, cant choose item

Authorloopus

Hello, Please contact me from the support page sending me the url of the form where I can see the problem, I will debug it .

Authorloopus

Fixed :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from abhi1246

3 direct author replies in this public CodeCanyon conversation.

7 messages3 author repliesCustomizationPayments
Customerabhi1246

can you please add indian payment gateway ?

Authorloopus

Hello, I note the request, thank you. What payment gateway do you advise for Indian payments ?

Customerabhi1246

Payumoney

Customerabhi1246

how much time will you take/ ? then only i will buy this . and please improve the design too

Authorloopus

It isn't planned currently. A possible solution can be to use woo products in the form and enable the "Add to cart" option. The products will be added to the woo cart at end of the form, then you can use the desired woo payment gateway.

Customerabhi1246

please add this payment gateway. for me its very important .

Authorloopus

Hello, If you need a freelance to do such customisations on your version, maybe you should have a look here : https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from monocat

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author replies
Customermonocat

Love this plugin. Got it as part of a theme. Here's a requirement that I haven't been able to figure out. Hope it's possible. In the items edit page, there's the option "Show it depending on conditions?". I'm interested in the reverse. To hide it depending on conditions. For example, I have items Product A, B, and C. The max quantity of each item that can be ordered is 5, but max total quantity that can be ordered is also five. Scenarios: If 5 qty added of Product A, then hide B and C If 3 qty added of Product A, 2 qty of B, then hide C Is this possible out of the box? Thanks.

Authorloopus

Hello, Ah yes, I understand. I'm going to add a "isn't equal" condition to the next update. It will allow you to do that using a condition like "if quantity of product A isn't equal to 5" on the "Show depending on conditions" item option.

Customermonocat

Great to hear. I look forward to the update. :)

Authorloopus

Done, I sent it as automatic update and on codecanyon. You will have it on the next update of your theme .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Prooyo

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPayments
CustomerProoyo

hi again..how to showing "files uploader" >> http://www.wordpress-estimation-payment-forms.com/demo-of-some-components/ i can't find type of "files uploader" in item option, thanks

Authorloopus

Hello, You simply need to select the type "File field" on the item panel. If you use an old version, you probably need to apply the last automatic update (from the Dashboard > Updates menu link) . You can also download it from codecanyon and apply it replacing the plugin files from ftp .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from cinquepassi

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
Customercinquepassi

Hello, just a pre sale question. I would like to use your plugin to do a survey and show some images that users have to select. So, I'd like to know if it is possible to insert big images (and not only the icons) in order to allow to choose one or more items. Thanks

Authorloopus

Hello, Yes, you can freely change the images size from the Design tab of the form and use large images. The filled value defines the maximum width of the displayed images.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from theme-expert

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportCustomization
Customertheme-expert

Hi, is it possible for slider item in options to have 7 different prices based on conditions? For example if slider value is under 100, then price is 10, if value is 100-150, the price is 15 and so on. If it's possible, how to create it?

Authorloopus

Hello, Yes it is possible using custom calculations. 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 RadCon

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadPDF and email
CustomerRadCon

Hello Charly, Votre changelog indique les dates mais pas les numéros de version. Du coup, on ne sait pas si on a la dernière version ou pas en regardant le numéro de version dans le back-end de notre site. Cordialement, Florence.

Authorloopus

Bonjour, Le changelog ne concerne que les mises à jour du plugin sur codecanyon, pas les mises à jour automatiques, plus fréquentes. Lorsqu'une nouvelle mise à jour automatique est disponible, vous pouvez la voir et l'appliquer directement depuis la page Tableau de bord > Mises à jour de Wordpress .

CustomerRadCon

D'accord. Mais avec certains plugins qui sont sur CodeCanyon ça nous est déjà arrivé de ne pas avoir de notification dans le back-end, alors que nous n'avions pas la dernière version. Du coup, on aime bien vérifier sur le changelog lorsqu'il y a un souci sur le site, c'est la 1ère chose que l'on fait : vérifier si nous avons bien la dernière version des plugins impliqués dans le conflit.

Authorloopus

Entendu, je note votre suggestion.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Notre

2 direct author replies in this public CodeCanyon conversation.

3 messages2 author repliesBuyer threadSupport
CustomerNotre

Hi, I encountered another problem when I want to create new form - I click add new form, add new step and when I try to edit the step I just added, loading screen appears and it keeps loading infinitely not opening the step editing interface at all. What could be the solution here?

Authorloopus

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

Authorloopus

Fixed :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Notre

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer thread
CustomerNotre

Hi! I have situation and need a bit of assitance - so basically I have step with selection something like "Business" or "Individual" and need to create different steps based on choice. If I choose business, the next step is business related but if I choose individual the next step is different one. How do I make it work? And also, how do I remove link I added accidentally from one step to another?

Authorloopus

Hello, 1. Simply create links from the first step to the next one, then click the pencil icon on each link to freely define the wanted conditions (ex: if this specific item is selected). The form will call the next step if the conditions of its link are filled. There is a video tutorial showing how it works : https://www.youtube.com/watch?v=UlNwyansc4c 2. Simply click the pencil icon of the link, then click the button "Delete" to remove the link .

CustomerNotre

Thank you :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from F_Bourgault

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CustomerF_Bourgault

I can no longer navigate through the step flow. I have rebooted the computer, tried with IE, Chrome and Chrome incognito, cleared browsing history but nothing works. How to resolve that issue?

Authorloopus

Hello, Please contact me from the support page, sending me the url of the form, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from dronur

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupport
Customerdronur

Hello, I am importing sample .zip file with our problem. But when i am trying to import my exported backup it is not working. After i ve unzipped your sample and zipped back it is also did not worked. I think i need to zip my files with another program. I am using macOS, can you recommend?

Authorloopus

Hello, The zip file must contain only the files, no folder. It is maybe the problem if you compressed the folder created by macOS when you opened the original file . Otherwise, please contact me from the support page, I will reply then you can send me the export file, I will check it .

Customerdronur

Thank you, it is working now. You are great!

Authorloopus

Super, thank you !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from dunn123

1 direct author reply in this public CodeCanyon conversation.

4 messages1 author repliesBuyer threadCustomization
Customerdunn123

Added a calculation to a field using check box, the first time the field is selected the calculation is correct, the then the field is unchecked then checked again the calcualation is added again and again so the price goes up and up if the visitor unchecks and checks a field. What I need is the item to be = a price if a condition is true not + so it doesnt keep compounding it's price but using = doesn't seem to owrk. How do I solve this? Thanks

Customerdunn123

example http://www.yourwillmadeeasy.com/packages/ Go to Couples add the standard couples will then select and unselect Lasting Power of Attorney Property and Financial Affairs

Customerdunn123

this is the formula in use too if(([item-10_isChecked]) ) { ([item-20_price] +225) } Thanks

Authorloopus

Hello, The item 20 is the checkbox itself. Please can you replace the calculation by : if([item-10_isChecked]) { 225 } Is it ok ? There is also a css rule you can add to the "Custom CSS rules" field of your form to improve the progress bar : #estimation_popup #genPrice .progress-bar { height: 28px; }

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kellybaya

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesCustomizationPayments
Customerkellybaya

Hello, where I can I find documentation specifically for the Google Maps API integration and Distance calculation.

Authorloopus

Hello, After buying the plugin, you can find the documentation in the main zip package of the plugin.

Customerkellybaya

Thanks but I am using the X bundled version. Just checked the zip folder in the theme and that contains no documentation. Is there anywhere I can go to download it?

Authorloopus

Ah ok, you don't have the main package if it is included in a theme. There is : http://www.wordpress-estimation-payment-forms.com/documentation/ And a video tutorial showing custom calculations : https://www.youtube.com/watch?v=xH8frpa7wL0

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from edgarphs

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customeredgarphs

I was originally running Version 9.526 and I just downloaded the newest release on (October 3, 2016) and when I uploaded the update plugin it still shows Version 9.526. Is your download version not the updated version?

Authorloopus

Hello, Please can you use the "Reply" button instead of creating new comments ? Thank you . The last automatic version is 9.529, you can apply it from the Dashboard > Updates WP menu link .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from edgarphs

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupport
Customeredgarphs

When I tried to import it shows its importing but noting happens. It stays on the green screen for a long time. I am also running the newest version of the plugin and wordpress. Please help.

Customeredgarphs

I think it has to do with Java. I created one manually and when I try to go to the NEXT step noting happens. Please help.

Authorloopus

Hello, Please contact me from the support page, sending me the url of the form, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from F_Bourgault

5 direct author replies in this public CodeCanyon conversation.

11 messages5 author repliesBuyer threadSupportPaymentsPDF and email
CustomerF_Bourgault

If a quote is built for $400 and the pay percentage is 50%, $200 will be paid right away but how the remaining is managed? In my scenario, I would like to have a down payment and the remaining amount paid at a fix date (for example 1st Jan) for everyone no matter when they sign up. Can this be automated? How the accountability process work? How to know who have completed their payment or not and send remainder notice? Thanks!

CustomerF_Bourgault

Using Paypal sandbox after a paiement is made, when I look at an order is your plugin I do not see any confirmation number for the Paypal. So, how do I know who as paid since the information provided by a customer in a form like name and email can be different from the email and name used in Paypal. Your input on this process will be very much appreciated. Thanks!

Authorloopus

Hello, The form reference number is visible in the payment description, and it corresponds to the received order.

CustomerF_Bourgault

Thanks I see the form reference number in Paypal but not the Paypal transaction ID in the Order view. Could you help me to locate it?

Authorloopus

The paypal transactipon ID isn't displayed on the order (the order is generated before the payment), it is the order reference that is displayed on the paypal payment details .

CustomerF_Bourgault

So, how do you fight order spamming since orders can be placed without being paid for?

Authorloopus

Enabling the "Use IPN" PayPal option, the order is sent and stored only if the payment is verified.

CustomerF_Bourgault

Well, this is a good new! So, at that point you could get the paypal transaction ID and add it to the order so it will make following the payment for an order much easier.

Authorloopus

I note the idea, thank you.

CustomerF_Bourgault

I see the IPN solution requires Paypal Pro with is pricey. Is there another solution to prevent false order.

Authorloopus

The IPN PayPal option needs a PayPal Business or Premier account. Theoretically you need a Business or Premier account to sell products or services with paypal. Another solution is to use stripe for payment (simply enable the "Use Stripe" option and fill the Strike keys) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from biolution

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportCustomizationPayments
Customerbiolution

We would like to ask you if your plugin can support us for the following request: - Conference website with user registration process - Upon registration user receives a payment reference code - User pays for the conference fee with bank transfer and can login again to check if the payment was processed, there should be message saying payment OK. - After payment is OK abstract submission page is unlocked for the user - User can login to submit an abstract via form - Abstract can be reviewed any time before the deadline and can be edited before the deadline - Abstract submission form should have possibilities for the user to insert multiple names and associated affiliations and one large field for the abstract text with custom letters count. If the above mentioned features can be meet we would be glad to negotiate the purchase of your plugin. All the best, Nikola

Authorloopus

Hello, No, sorry, there is no options currently allowing this specific use . If you need a freelancer to develop this custom project, maybe you should have a look here : https://studio.envato.com/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Notre

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CustomerNotre

Hello! 1) How to choose only up to two answers from 10 ( there are 10 answers but you can choose only one ore two)? 2) also, how to add call-outs to answers?

Authorloopus

Hello, 1. There is no direct option to do that. A very simple solution is to duplicate the step (one for each allowed option) and use the same "group" option on the items to allow the user to select only one item per step. Otherwise, if the step is the first one, you can also create another step containing a rich text item showing a message error like "You need to select 2 items on the previous step to continue" and enable the "Hide next step button" step option to force the user to return to the previous step once the text read. Then link the first step to this one and use "if the total quantity is superior to 2" in the conditions to call the step containing the error message if the selection is wrong. 2. You can simply use the "Open url on click ?" item option to open a specific page in a new tab when the user clicks a specific item . Another solution (if you want to open the url in the same page) is to use this code in the Custom JS option of your form, replacing "Item Title" by the exact title of the item : jQuery(document).ready(function(){ jQuery('#estimation_popup [data-originaltitle="Item Title"]').click(function(){ document.location.href = "http://www.theTargetUrl.here"; }); });

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Denisioael

0 direct author replies in this public CodeCanyon conversation.

1 messages0 author replies
CustomerDenisioael

a

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Nievescs

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportPayments
CustomerNievescs

Hello, I have a problem. I installed the Bridge Theme, and the plugin WP Cost Estimation & Payment Forms not work.

Authorloopus

Hello, Please contact me from the support page, I will send you an update of the plugins.js theme file to fix this conflict.

CustomerNievescs

Done!

Authorloopus

Thank you, I sent you the file .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from vilkija

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
Customervilkija

hi! i am currently making a new form and was wondering is there a way that you can choose only up to two answers from 10? also, how to add call-outs to answers? thank You!

Authorloopus

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 Hameed_Farah

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesSupportCustomizationWooCommerce
CustomerHameed_Farah

Hi, I am really interested in your plugin but I want to know if it can do what I want before buying it. I want to make a form to calculate the cost of buying an item online, so the logic would be like this, Input item price input item weight input item type (electronics, clothes, etc.) Then the price would be calculated like this... (Price*factor) + (weight rounded up*factor) + customs + fees + profits Customs and fees will be calculated differently based on the selected type above. Finally this should be added as a WooCommerce product to the cart. So can the plugin do this and will you help me program it? Thanks

Authorloopus

Hello, No, sorry, if you use woo products in your form and enable the "Add to cart" option, their price will be the price you set from woo commerce. Custom calculation can't be applied to woo products if they must be added to the cart at end.

CustomerHameed_Farah

OK forget about woocommerce then. Can this form be made and calculated using your plugin? And how hard would it be?

Authorloopus

Yes, you can do it using Custom calculations. A simple way in this case is to create an hidden preselected checkbox in the step, and use it to apply the wanted calculation, using the values the customer filled in the other items (numberfields, select etc...) . There is an example of a such custom calcuation : https://www.youtube.com/watch?v=xH8frpa7wL0

CustomerHameed_Farah

OK Great. One final question. Can I display a very simple one step form without the "getting started" and stuff? I mean I just want the form to display on the homepage so the user just fills a couple of numbers and gets the result on the sport without the extra clicks

Authorloopus

Yes, you can disable the introduction simply disabling the option "Enable introduction". You can add all your items on the same step (you can also use the item option "Show depending on conditions" if needed). It will only remain the last step showing the result and the wanted options (summary, legal notice, payment etc ...) after this single step .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jsowers897

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPayments
Customerjsowers897

Hi, I got this plugin with my X-Theme, looks cool, but please update the available Paypal Currencies in the next update. Thai Baht (THB) is not listed & is now accepted by Paypal (I use it with Woo). Otherwise it looks really great, can't wait to use it once that currency becomes available as a choice.

Authorloopus

Hello, Thank you for reporting this new Paypal currency. I just added it in the last automatic update. It will also be available in the next X Theme update.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from seshoo

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesCustomizationPDF and email
Customerseshoo

PreQuestions: Is a user able to type in a number and the plugin makes the calculation? Like a user types in "10" and the next field gives "5" as a response? Do you offer any plugins like: Making it possible to let the user add a signature? PDF Export: Simple export as shown as a summary or am I able to make a own pdf design in which the fields are automatically put in? Is there an option for tooltip: always on? Showing the tip without having to hover the picture/icon? Thanks for your time :)

Authorloopus

Hello, 1. No, currently a custom calculation can define the price of an item, but not the value of a numberfield. 2. Not directly, but if you use Gravity Form, you can do it assigning a Gravity form to the last step and using a such signature plugin for Gravity. 3. The generated pdf uses the email template (you can freely edit it from the backend) and the final summary inside. You will find an option "Show in email/summary" on the settings panels of items and steps, allowing you to show or hide some specific items or steps of the summary. 4. Not directly on tooltips, but there is an option "Description" allowing you to show a static text under each item.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kmarangu

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupport
Customerkmarangu

Hi there, I have this plugin however when i click to open it the format seems unorderly. Settings and options fragmented everywhere. I have seen the tutorial video however what i have looks very different when you open the plugin. Please advice.

Authorloopus

Hello, For suport requests, please contact from the support page using your buyer account and telling me the url where I see the form, I will help you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from DFrenkel

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportCustomization
CustomerDFrenkel

I have this plugin through X Theme. I absolutely love it and might purchase it as standalone. But I am struggling with 1 big issue. The user selects the quantity of items using a slider. For an item, I need the prices to be like this 1 Item = $100 2 Items = $120 3 Items = $140 4 Items = $160 5 Items = $180 I cannot find a formula to do this, and the reduction in price does not work either. Do you know a way. Thank you for your time.

Authorloopus

Hello, As you had the plugin in a theme, the support request should be sent directly to the theme author. It can be done using custom calculation on the slider, example : if(([item-1_quantity] ==2)) { 120/2 } if(([item-1_quantity] ==3)) { 140/3 } if(([item-1_quantity] ==4)) { 160/4 } Replacing "1" of item-1 by the correct id of the item .You can use the button "Add a condition" above the calculation field to easily generate the conditions and get the item id.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from F_Bourgault

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPayments
CustomerF_Bourgault

How to configure Paypal sandbox? I have test account that I use for other websites but I cannot make it to work with your plugin. Could you explain? Thanks!

CustomerF_Bourgault

I tried one more time and it when though this time instead of returning errors.

Authorloopus

Hello, Please can you contact me from the support page, sending me the form url ? I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jikey

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupport
Customerjikey

Any plans to add ability for users to save unfinished forms and to continue with them later? i think is will be the huge bonus for ur plugin if have this features

Authorloopus

Hello, It isn't planned currently, but I note the idea, thank you. Please can you use the "Reply" button instead of new comments ? It allows me to easier to follow each interlocutor. Thank you .

Customerjikey

alright thank you... also hope to so ya plug in will support mymail plugin :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from WpFASTER

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CustomerWpFASTER

Hi Loopus, Just got the following from PayPal: "Effective 1/18/2017, your PayPal Payments Standard (also known as Website Payments Standard or HTML buttons) integration will be affected by updates we’re making to enhance the checkout process. We’ve identified your integration as passing either invalid or incorrect data to PayPal [...]. To ensure your payments continue to process, you’ll need to update your integration as soon as possible." So it looks like however the plugin integrates with PayPal will no longer work after January 18, 2017. I was wondering if you were aware of this and if you'll be issuing an update that addresses the issue. Be well, AJ

Authorloopus

Hello, Please can you contact me from the support tab, sending me the full text (containing links), or the url where I can see it ? I will check it . Thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jikey

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customerjikey

hi i wonder is there an option for word count in text area flied ?

Authorloopus

Hello, Not currently, I note the suggestion, thank you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from servicesmarmondesigns

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customerservicesmarmondesigns

Is there a way to have it so that only 1 option can be selected?

Authorloopus

Hello, Yes, simply give the same "group" name to some items. Only one item per group will be selectable .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from lospermarc

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
Customerlospermarc

Hi there, how would I have to format & name the columns in a spreadsheet if I wanted to import a variable pricelist?

Authorloopus

Hello, There is no such import option from spreadsheet currently. There is an option to export the orders of a form as .csv, but not to import variables. I note the idea, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Undrumen

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportPDF and email
CustomerUndrumen

Hi, Im using the plugin with x-theme and it works great. This is really a powerfull plugin with a lot of functions. Is it possible to send merge tags to Mailchimp? Right now I only get Firstname and Email to show up in Mailchimp. Thanks!

Authorloopus

Hello, Thank you ! As you had the plugin directly in a theme, you need to send your support requests directly to the support team of the theme : https://themeforest.net/item/x-the-theme/5871901/support . They will happy to help you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Dape12

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CustomerDape12

Hi, Can an customer/user of the website make an save function, so when he goes back to the form he see his filled in forms?

Authorloopus

Hello, I replied on the second post.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Dape12

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CustomerDape12

Hi, Can an customer/user of the website make an save function, so when he goes back to the form he see his filled in forms?

Authorloopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from president75

4 direct author replies in this public CodeCanyon conversation.

8 messages4 author repliesSupportPayments
Customerpresident75

Hello, I created my first form with E&P FORMS BUILDER whit Xtheme. I have a problem. I would like the choice of my items is an alternative. If the customer selects an other items you have to deselect. To explain I want the choice altenativa as in the first step 1 of the example here: http://demo.theme.co/cost-estimation-and-payment-forms/ Or choose “mobile” or “website.” How to do!?

Authorloopus

Hello, As you had the plugin directly in the X theme, requests for assistance must be directly addressed to Themeco, they will be happy to help you : https://themeforest.net/item/x-the-theme/5871901/support

Customerpresident75

They told me to contact you !! :(

Authorloopus

No, sorry, when you have the plugin included in a theme, the support is delivered directly by the author of the theme.

Customerpresident75

Ok. I do not want to create problems for anyone. Thanks anyway.

Authorloopus

Thank you for your understanding. Nevertheless, here is the trick: simply give the same "group" option name to your items : only one of them will be selectable .

Customerpresident75

Thank you so much for your help and congratulations for the plugin. It is beautiful and very powerful. ;)

Authorloopus

Thank you ! :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mindfulwisdom

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
Customermindfulwisdom

Strongly advice add 'pay by bank' option, for HK people not used to pay online.

Authorloopus

Hello, Ok, thank you for the idea !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from christos100

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadCustomization
Customerchristos100

Hello, is it possible to change the apply discount code "button" to a text like "Apply"

Authorloopus

Hello, Yes, simply paste this rule in the "Custom CSS rules" field of your form (tab Design) : #estimation_popup #lfb_couponBtn .glyphicon-check:before { content: "Apply" !important; font-family: Lato !important; }

Customerchristos100

You are awesome! Keep up the great work.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from topcat99

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
Customertopcat99

Hi Loopus First of all thank you for this great plugin :) vere very well done... Now, i'm tryng to do something like this: The user has 3 choices: 36, 48, 60 months Then there is a series of items (products), every item has a fixed montlhy price that has to change if the user chooses one or another of the above options Eg Item1 should cost 30€ if the user chooses 36 months, 25€ if the users chooses 48 months etc.. then the total price should be simply the sum of the items selected * quantity required Is this possible? thanks in advance for your help I have done something similar on my site with another plugin, but yours looks much much better :) https://www.netatwork.it/computer-leasing/

Authorloopus

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 ogrisundpartner

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadWooCommerce
Customerogrisundpartner

Hello, how can i implement woocommerce? If i choose a product of my catalog, i only get in the end the same answer like "we will contact you" etc. How can i build with the diffrent options a new product which will land in the end in my cart? Is this possible? Can you put maybe a example in the example-import folder? Thanks and greets

Authorloopus

Hello, You simply need to enable the option "Add to woo cart" in the "Last Step" settings tab of your form, then assign the corresponding woo products to your items (option "Woo Product" on the item panel). You can redirect the user to the cart page at end editing the final redirection option in the "Last step" tab . Only woo products can be added to the woo cart (other items can be used to ask questions and create conditions in the form) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from gselway

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupport
Customergselway

Hi, My get started button seems to have stopped working. It worked the first half a dozen times when testing.

Authorloopus

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 rsmith4321

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
Customerrsmith4321

Is it possible to allow the user to enter an amount they want to pay. Then do a calculation based on that amount. The only way I can see to do a calculation is using the Picture Type which requires a set price. I want the user to be able to enter the price instead of it being set. Thanks.

Authorloopus

Hello, Yes, you can do that using a numberfield to ask the amount, then adding custom calculations on your items, using the value of this field . There is a tutorial showing how the custom calculations work : https://www.youtube.com/watch?v=xH8frpa7wL0

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from big-redz

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPayments
Customerbig-redz

Pre-purchase question: We use Chargebee's hosted checkout pages, which use URL parameters (passed from our website) to populate the user's shopping cart. Does your form pass parameters to the "last step" buttons' redirect URL, so that the final URL redirect is based on what the the user selected when choosing options in the estimation form?

Authorloopus

Hello, The url of the final redirection is freely defined by admin. The form doesn't add automatically parameters in this url. A solution could be to use the conditional redirection option, to define different urls depending on the wanted conditions.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from abloconline

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
Customerabloconline

Hello, my progress bar is not keeping progress all of a sudden. Any thoughts? My plugin is up to date

Authorloopus

Hello, I replied your email. Please replace the mentioned file, it should fix this small js conflict .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from LiveWordPressHelp

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CustomerLiveWordPressHelp

The summary at the end of the paid form is not responsive without scrolling. Needs overflow-x to be responsive and resize on phones / tablets.

Authorloopus

Please can you use the "Reply" button instead of creating new comment for each message ? Thank you . The container of the summary uses the bootstrap class "table-responsive", that allows the user to scroll it horizontally if the screen is smaller than the table.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from LiveWordPressHelp

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesWooCommercePayments
CustomerLiveWordPressHelp

So, customers can submit a payment at the end of the form and be redirected to PayPal with WooCommerce?

Authorloopus

Hello, If you enable the "Add to woo cart" option, the selected wooproducts can be added to the woo cart at end of the form. You can freely redirect the user on any page (like the cart page) at end of the form .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from sagateway

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customersagateway

Hello, I have a pre-sale question. I would like to do the following, I have a set of products, 5 different 100Mbps fibre lines with different options on each. I would like the user to choose is 100Mbps fibre, use slider to select the amount of GB's he requires, each with a different price. After selecting his options I want it to redirect him to my WHMCS predefined product order page. ( Each combination has a specific product order page in WHMCS) So in short, can the system have a order url for each set of product calculations? Thanks

Authorloopus

Hello, Yes, you can do it using the conditional redirection option. You can freely define your conditions, the user will be redirected to the corresponding url at end of the form .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Kevlarus

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupport
CustomerKevlarus

Hey, I have a very big problem with this plugin, because on my website doesn't work. :-( Does not work properly website and form: Link to: http://iurisco1.naszastrona.eu/kot Please help. Thanks

Authorloopus

Hello, There is a js conflict with the file of the theme plugins.js . It uses its own jQuery UI version instead of using the WP embed one (to prevent conflict). Please contact me from the support page, I will send you an update of this file to fix the conflict.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from scottjames1

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupport
Customerscottjames1

Hey when I click the final button it takes over 10 seconds to load to cart page. Is this a conflict or error and can this be instant?

Authorloopus

Hello, The redirection delay can be changed from the "Last step" settings tab of the form. If you set it to 0, the only delay is the time that the server takes to respond to the ajax request. If it remains too slow, this delay can be caused by onther plugins. If needed, you can contact me from the support page sending me the url of the form, I will check it .

Customerscottjames1

Thanks I have sent a support request with what you needed.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mindfulwisdom

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesSupport
Customermindfulwisdom

is it support multisite?

Authorloopus

Yes

Customermindfulwisdom

great!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from livelovesmile

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPDF and email
Customerlivelovesmile

hey loopus, my form is showing one number but the email is showing a different number?? what is happening and how can i fix this please?

Customerlivelovesmile

please help me asap as I have clients using this to get pricing quotes and it's messing up my business

Authorloopus

Hello, Please contact me from the support page, sending me the url of the form, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from next1code

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupport
Customernext1code

Does it support other languages? I mean can I build a form for example in Persian language?

Authorloopus

Hello, Yes, all texts of your forms are freely editable from the backend (the currency and its position in prices too). The backend can also be translated using the language .po file or WPML.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from NathanSimpson

2 direct author replies in this public CodeCanyon conversation.

3 messages2 author repliesBuyer threadSupportCustomization
CustomerNathanSimpson

i need help setting up calculations - can you please do a video detailing the many ways to perform calculations - I can't seem to wrap my brain around your system...

Authorloopus

Hello, Please download the last version from https://codecanyon.net/downloads . In the documentation, you will find a new paragraph explaining how the custom calculations work . If you need help on a specific form, you can contact me from the support page, I will help you . Please can you use the "Reply" button instead of creating new comments for each new message ? Thank you, it allows me to follow more easily each interlocutor.

Authorloopus

There is a video tutorial about custom calculations : https://youtu.be/xH8frpa7wL0

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from conorseed

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPDF and email
Customerconorseed

PRE SALES: Hey :) Hope you're having a great day! I'm looking at using this plugin as a registration form for a youth camp. Does the plugin allow for: Email response to confirm form submission Email notification to admin(s) Submission of form data to a database? Or Google Sheets? Thanks for your time!

Authorloopus

Hello, 1. Yes 2. Yes 3. No, sorry. All orders are stored on backend and can be extracted as .csv, but there is no direct option to submit orders automatically to another service. I note the idea, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from InnovaPorta

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesCustomization
CustomerInnovaPorta

Hello! I´m really interested in purchasing your plugin but i have a pre-purchase question. Can i adapt this plugin to calculate Car appraisal. My idea is when selecting a car brand like toyota, then automaticly displays all toyota models (cars, trucks, suv), then select cars and display all cars models (yaris, corolla, camry). Please let me know if we can work with this. Best regards!

Authorloopus

Hello, Yes, it can be used to do that .

CustomerInnovaPorta

Hello! thanks for the quick response. But when looking into the demo, the way it works is that each option i choose it has a value. But what i want is that i select diferent options giving me a final sum without the need to add a value to each option. does it have a condition for example: if selected toyota->camry->2013->automatic the price is $20,000

Authorloopus

Yes, you can do that using visibility conditions to show different steps/options depending on the selection, and use the custom calculation option to create dynamic prices depending on the selected items.