Loading...
Marketplace-Geschichte

Echte CodeCanyon-Fragen und Antworten des Autors

Durchsuchen Sie Käuferfragen, Vorverkaufsszenarien, Einrichtungsprobleme und direkte Autorentworten aus den Jahren, in denen WP Cost Estimation auf CodeCanyon verkauft wurde. Sehen Sie, wie echte Kunden das Plugin genutzt haben und wie häufige Fragen beantwortet wurden.

5.557

Öffentliche Diskussions-Threads

Öffentliche CodeCanyon-Supporthistorie

19.461

Nachrichten

Kundenfragen, Folgeantworten und Kontext

8.679

Autorentworten

Direkte Antworten des Plugin-Autors

78

Archivseiten

Neueste Gespräche zuerst

Öffentliche E-Mail-Adressen und kaufcode-ähnliche Werte wurden unkenntlich gemacht. Der Originalwortlaut bleibt ansonsten als Klartext erhalten, damit der Support-Kontext lesbar bleibt.

Support: 2699Anpassung: 1536Zahlungen: 1482PDF und E-Mail: 1275WooCommerce: 406Buchung: 221Lizenzierung: 215

Archiv durchsuchen

Eine CodeCanyon-Frage oder -Antwort finden

Durchsuchen Sie alle öffentlichen Diskussions-Threads nach Stichwort, Kundenname, Funktion, Integration oder Support-Thema.

Geben Sie mindestens 2 Zeichen ein, um das gesamte Archiv zu durchsuchen.

Seite 57 von 78

Neueste archivierte Diskussionen

Jeder Thread fasst Kundenfrage, Folgeantworten und Autorentworten zusammen — die neuesten Beiträge zuerst.

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von ak_999

3 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

6 Nachrichten3 AutorentwortenKäufer-ThreadSupportAnpassungPDF und E-Mail
Kundeak_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.

Autorloopus

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.

Kundeak_999

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

Autorloopus

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 .

Kundeak_999

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

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von Biggy

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-Thread
KundeBiggy

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

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von kingstakh

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

4 Nachrichten2 AutorentwortenKäufer-ThreadSupportAnpassungZahlungen
Kundekingstakh

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

Autorloopus

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

Kundekingstakh

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?

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von zfl

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

4 Nachrichten2 AutorentwortenAnpassungPDF und E-Mail
Kundezfl

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

Autorloopus

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

Kundezfl

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

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von mediarun

7 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

19 Nachrichten7 AutorentwortenKäufer-ThreadSupportAnpassungZahlungen
Kundemediarun

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!

Autorloopus

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) .

Kundemediarun

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:)

Autorloopus

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); });

Kundemediarun

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

Autorloopus

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

Kundemediarun

THANKS!

Kundemediarun

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:)

Autorloopus

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

Kundemediarun

GREAT!

Kundemediarun

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

Autorloopus

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.

Kundemediarun

THANKS

Kundemediarun

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:)

Kundemediarun

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

Autorloopus

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

Kundemediarun

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

Autorloopus

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.

Kundemediarun

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von revdrdavidreid

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-Thread
Kunderevdrdavidreid

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?

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von C-Y-B-E-R

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 Autorentworten
KundeC-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?

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von AaronNeo

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

5 Nachrichten2 AutorentwortenKäufer-ThreadSupport
KundeAaronNeo

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

Autorloopus

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

KundeAaronNeo

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.

Autorloopus

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

KundeAaronNeo

Hi no problem, thanks a lot

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von Phantom_Motion

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-ThreadSupport
KundePhantom_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.

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von jsowers897

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

4 Nachrichten2 AutorentwortenSupport
Kundejsowers897

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.

Autorloopus

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

Kundejsowers897

sorry, I'm using X Theme.

Autorloopus

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.

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von davidpaoli

3 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

6 Nachrichten3 AutorentwortenSupport
Kundedavidpaoli

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 ?

Autorloopus

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

Kundedavidpaoli

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

Autorloopus

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

Kundedavidpaoli

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

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von marchand81

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-ThreadSupportAnpassung
Kundemarchand81

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

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von th3_c

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

4 Nachrichten2 AutorentwortenSupport
Kundeth3_c

Ignore comment - worked question out haha.

Autorloopus

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.

Kundeth3_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?

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von SmartOrder

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

4 Nachrichten2 AutorentwortenSupportAnpassung
KundeSmartOrder

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!

Autorloopus

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) .

KundeSmartOrder

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.

Autorloopus

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.

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von servicesmarmondesigns

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-ThreadSupport
Kundeservicesmarmondesigns

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!

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von toolbox101

7 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

14 Nachrichten7 AutorentwortenKäufer-ThreadSupportWooCommerceZahlungen
Kundetoolbox101

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?

Autorloopus

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 .

Kundetoolbox101

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

Autorloopus

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

Kundetoolbox101

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.

Autorloopus

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

Kundetoolbox101

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?

Autorloopus

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).

Kundetoolbox101

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?

Autorloopus

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 ?

Kundetoolbox101

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?

Autorloopus

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

Kundetoolbox101

perfect, i'll try that. thanks

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von abfriesen

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-ThreadSupportAnpassung
Kundeabfriesen

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.

Autorloopus

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; } }

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von allexx2012

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

3 Nachrichten2 AutorentwortenKäufer-ThreadSupport
Kundeallexx2012

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

Autorloopus

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 .

Autorloopus

Fixed :)

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von abhi1246

3 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

7 Nachrichten3 AutorentwortenAnpassungZahlungen
Kundeabhi1246

can you please add indian payment gateway ?

Autorloopus

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

Kundeabhi1246

Payumoney

Kundeabhi1246

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

Autorloopus

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.

Kundeabhi1246

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

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von monocat

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

4 Nachrichten2 Autorentworten
Kundemonocat

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.

Autorloopus

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.

Kundemonocat

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

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von Prooyo

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-ThreadZahlungen
KundeProoyo

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

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von cinquepassi

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-ThreadAnpassung
Kundecinquepassi

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

Autorloopus

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.

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von theme-expert

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenSupportAnpassung
Kundetheme-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?

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von RadCon

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

4 Nachrichten2 AutorentwortenKäufer-ThreadPDF und E-Mail
KundeRadCon

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.

Autorloopus

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 .

KundeRadCon

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.

Autorloopus

Entendu, je note votre suggestion.

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von Notre

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

3 Nachrichten2 AutorentwortenKäufer-ThreadSupport
KundeNotre

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?

Autorloopus

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 .

Autorloopus

Fixed :)

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von Notre

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

3 Nachrichten1 AutorentwortenKäufer-Thread
KundeNotre

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?

Autorloopus

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 .

KundeNotre

Thank you :)

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von F_Bourgault

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-ThreadSupport
KundeF_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?

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von dronur

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

4 Nachrichten2 AutorentwortenKäufer-ThreadSupport
Kundedronur

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?

Autorloopus

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 .

Kundedronur

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

Autorloopus

Super, thank you !

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von dunn123

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

4 Nachrichten1 AutorentwortenKäufer-ThreadAnpassung
Kundedunn123

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

Kundedunn123

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

Kundedunn123

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

Autorloopus

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; }

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von kellybaya

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

4 Nachrichten2 AutorentwortenAnpassungZahlungen
Kundekellybaya

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

Autorloopus

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

Kundekellybaya

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?

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von edgarphs

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-Thread
Kundeedgarphs

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?

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von edgarphs

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

3 Nachrichten1 AutorentwortenKäufer-ThreadSupport
Kundeedgarphs

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.

Kundeedgarphs

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.

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von F_Bourgault

5 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

11 Nachrichten5 AutorentwortenKäufer-ThreadSupportZahlungenPDF und E-Mail
KundeF_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!

KundeF_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!

Autorloopus

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

KundeF_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?

Autorloopus

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 .

KundeF_Bourgault

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

Autorloopus

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

KundeF_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.

Autorloopus

I note the idea, thank you.

KundeF_Bourgault

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

Autorloopus

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) .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von biolution

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenSupportAnpassungZahlungen
Kundebiolution

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

Autorloopus

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/

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von Notre

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-ThreadAnpassung
KundeNotre

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?

Autorloopus

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"; }); });

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von Denisioael

0 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

1 Nachrichten0 Autorentworten
KundeDenisioael

a

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von Nievescs

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

4 Nachrichten2 AutorentwortenKäufer-ThreadSupportZahlungen
KundeNievescs

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

Autorloopus

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

KundeNievescs

Done!

Autorloopus

Thank you, I sent you the file .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von vilkija

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-ThreadSupport
Kundevilkija

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!

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von Hameed_Farah

3 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

6 Nachrichten3 AutorentwortenSupportAnpassungWooCommerce
KundeHameed_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

Autorloopus

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.

KundeHameed_Farah

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

Autorloopus

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

KundeHameed_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

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von jsowers897

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenZahlungen
Kundejsowers897

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.

Autorloopus

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.

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von seshoo

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenAnpassungPDF und E-Mail
Kundeseshoo

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 :)

Autorloopus

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.

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von kmarangu

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenSupport
Kundekmarangu

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.

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von DFrenkel

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenSupportAnpassung
KundeDFrenkel

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.

Autorloopus

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.

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von F_Bourgault

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

3 Nachrichten1 AutorentwortenKäufer-ThreadSupportZahlungen
KundeF_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!

KundeF_Bourgault

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

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von jikey

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

3 Nachrichten1 AutorentwortenKäufer-ThreadSupport
Kundejikey

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

Autorloopus

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 .

Kundejikey

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von WpFASTER

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-ThreadSupportZahlungen
KundeWpFASTER

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

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von jikey

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-Thread
Kundejikey

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

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von servicesmarmondesigns

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-Thread
Kundeservicesmarmondesigns

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

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von lospermarc

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 Autorentworten
Kundelospermarc

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

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von Undrumen

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenSupportPDF und E-Mail
KundeUndrumen

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!

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von Dape12

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 Autorentworten
KundeDape12

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?

Autorloopus

Hello, I replied on the second post.

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von Dape12

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 Autorentworten
KundeDape12

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?

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von president75

4 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

8 Nachrichten4 AutorentwortenSupportZahlungen
Kundepresident75

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!?

Autorloopus

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

Kundepresident75

They told me to contact you !! :(

Autorloopus

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

Kundepresident75

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

Autorloopus

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 .

Kundepresident75

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

Autorloopus

Thank you ! :)

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von mindfulwisdom

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 Autorentworten
Kundemindfulwisdom

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

Autorloopus

Hello, Ok, thank you for the idea !

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von christos100

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

3 Nachrichten1 AutorentwortenKäufer-ThreadAnpassung
Kundechristos100

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

Autorloopus

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; }

Kundechristos100

You are awesome! Keep up the great work.

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von topcat99

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-ThreadSupport
Kundetopcat99

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/

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von ogrisundpartner

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-ThreadWooCommerce
Kundeogrisundpartner

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

Autorloopus

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) .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von gselway

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenSupport
Kundegselway

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

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von rsmith4321

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-ThreadAnpassung
Kundersmith4321

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.

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von big-redz

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenZahlungen
Kundebig-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?

Autorloopus

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.

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von abloconline

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-ThreadPDF und E-Mail
Kundeabloconline

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

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von LiveWordPressHelp

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 Autorentworten
KundeLiveWordPressHelp

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.

Autorloopus

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.

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von LiveWordPressHelp

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenWooCommerceZahlungen
KundeLiveWordPressHelp

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

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von sagateway

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenKäufer-Thread
Kundesagateway

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

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von Kevlarus

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenSupport
KundeKevlarus

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

Autorloopus

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.

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von scottjames1

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

3 Nachrichten1 AutorentwortenKäufer-ThreadSupport
Kundescottjames1

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?

Autorloopus

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 .

Kundescottjames1

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von mindfulwisdom

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

3 Nachrichten1 AutorentwortenSupport
Kundemindfulwisdom

is it support multisite?

Autorloopus

Yes

Kundemindfulwisdom

great!

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von livelovesmile

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

3 Nachrichten1 AutorentwortenKäufer-ThreadSupportPDF und E-Mail
Kundelivelovesmile

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?

Kundelivelovesmile

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

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von next1code

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenSupport
Kundenext1code

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

Autorloopus

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.

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von NathanSimpson

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

3 Nachrichten2 AutorentwortenKäufer-ThreadSupportAnpassung
KundeNathanSimpson

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...

Autorloopus

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.

Autorloopus

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

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von conorseed

1 direkte Autorenwort in diesem öffentlichen CodeCanyon-Gespräch.

2 Nachrichten1 AutorentwortenPDF und E-Mail
Kundeconorseed

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!

Autorloopus

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 .

Öffentliche CodeCanyon-Diskussion · WP Cost Estimation & Payment Forms Builder

Frage von InnovaPorta

2 direkte Autorentworten in diesem öffentlichen CodeCanyon-Gespräch.

4 Nachrichten2 AutorentwortenAnpassung
KundeInnovaPorta

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!

Autorloopus

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

KundeInnovaPorta

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

Autorloopus

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.