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 51 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 PatronMultimedia

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

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

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

Autorloopus

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

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

Frage von padreserwer

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

10 Nachrichten5 AutorentwortenKäufer-ThreadSupportAnpassung
Kundepadreserwer

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

Autorloopus

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

Kundepadreserwer

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

Autorloopus

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

Kundepadreserwer

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

Autorloopus

Perfect :)

Kundepadreserwer

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

Autorloopus

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

Kundepadreserwer

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

Autorloopus

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

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

Frage von vasokun

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

2 Nachrichten1 AutorentwortenKäufer-ThreadSupport
Kundevasokun

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

Autorloopus

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

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

Frage von hannebol

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

2 Nachrichten1 AutorentwortenKäufer-ThreadWooCommerceBuchung
Kundehannebol

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

Autorloopus

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

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

Frage von 3rd-Eye

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

4 Nachrichten2 AutorentwortenKäufer-ThreadSupport
Kunde3rd-Eye

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

Autorloopus

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

Kunde3rd-Eye

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

Autorloopus

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

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

Frage von Mouzaoir

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

4 Nachrichten2 AutorentwortenKäufer-ThreadSupportAnpassungZahlungen
KundeMouzaoir

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

Autorloopus

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

KundeMouzaoir

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

Autorloopus

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

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

Frage von SaoKimDigital

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

2 Nachrichten0 AutorentwortenSupportZahlungenBuchung
KundeSaoKimDigital

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

Kundemdshak77

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

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

Frage von ThomasDaarom

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

6 Nachrichten2 AutorentwortenKäufer-ThreadSupportAnpassung
KundeThomasDaarom

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

Autorloopus

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

KundeThomasDaarom

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

Autorloopus

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

KundeThomasDaarom

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

Kundemdshak77

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

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

Frage von consil

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

6 Nachrichten3 AutorentwortenSupportAnpassungWooCommerce
Kundeconsil

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

Autorloopus

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

Kundeconsil

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

Autorloopus

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

Kundeconsil

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

Autorloopus

Noted, thank you !

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

Frage von 2XDSWU

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

2 Nachrichten1 AutorentwortenSupportZahlungen
Kunde2XDSWU

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

Autorloopus

Hello, You can show a price range as result by activating the option "Show a price range as result" in the "Last step" settings tab of your form. For the form itself, you can contact us from the support page, sending an export of your form and explaining what you want to do exactly, we will help you : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

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

Frage von raulsanchez1024

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

2 Nachrichten1 AutorentwortenBuchung
Kunderaulsanchez1024

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

Autorloopus

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

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

Frage von TactikMedia

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

2 Nachrichten1 AutorentwortenKäufer-ThreadZahlungen
KundeTactikMedia

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

Autorloopus

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

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

Frage von rehmanz87

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

3 Nachrichten0 AutorentwortenSupport
Kunderehmanz87

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

Kundemdshak77

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

Kunderehmanz87

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

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

Frage von hypefolks

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

2 Nachrichten1 AutorentwortenBuchung
Kundehypefolks

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

Autorloopus

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

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

Frage von graphitegr

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

2 Nachrichten1 AutorentwortenKäufer-ThreadSupportAnpassung
Kundegraphitegr

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

Autorloopus

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

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

Frage von Mouzaoir

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

2 Nachrichten0 AutorentwortenSupportLizenzierung
KundeMouzaoir

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

Kundemdshak77

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

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

Frage von AlexSystems

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

2 Nachrichten1 AutorentwortenKäufer-ThreadSupportAnpassung
KundeAlexSystems

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

Autorloopus

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

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

Frage von eliteonlinesolutions

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

3 Nachrichten1 AutorentwortenKäufer-Thread
Kundeeliteonlinesolutions

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

Autorloopus

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

Kundeeliteonlinesolutions

Thanks so much for your speedy reply :)

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

Frage von JonTarrant

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

3 Nachrichten2 AutorentwortenKäufer-ThreadSupportPDF und E-Mail
KundeJonTarrant

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

Autorloopus

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

Autorloopus

Fixed :)

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

Frage von AlexSystems

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

2 Nachrichten1 AutorentwortenKäufer-ThreadAnpassung
KundeAlexSystems

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

Autorloopus

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

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

Frage von maxtol

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

2 Nachrichten1 Autorentworten
Kundemaxtol

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

Autorloopus

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

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

Frage von threesides

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

2 Nachrichten1 AutorentwortenKäufer-ThreadSupportAnpassungZahlungen
Kundethreesides

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

Autorloopus

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

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

Frage von Doucette_Design

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

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

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

Autorloopus

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

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

Frage von vasokun

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

2 Nachrichten0 AutorentwortenSupport
Kundevasokun

the caculation is not work. Please help!

Kundemdshak77

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

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

Frage von tyler711

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

2 Nachrichten1 AutorentwortenAnpassungWooCommerce
Kundetyler711

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

Autorloopus

Hello, Thanks for the request, noted !

Ö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, is there a way to make it compatible with woocommerce subscriptions? thanks in advance. regards.

Autorloopus

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

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

Frage von mdshak77

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

1 Nachrichten0 Autorentworten
Kundemdshak77

-

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

Frage von Doucette_Design

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

3 Nachrichten1 AutorentwortenKäufer-Thread
KundeDoucette_Design

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

Autorloopus

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

KundeDoucette_Design

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

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

Frage von yonivers

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

2 Nachrichten1 AutorentwortenKäufer-ThreadAnpassung
Kundeyonivers

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

Autorloopus

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

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

Frage von graficoyweb

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

2 Nachrichten1 AutorentwortenZahlungen
Kundegraficoyweb

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

Autorloopus

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

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

Frage von PiccoloSN4

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

6 Nachrichten2 AutorentwortenKäufer-ThreadSupport
KundePiccoloSN4

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

Autorloopus

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

KundePiccoloSN4

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

KundePiccoloSN4

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

Autorloopus

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

KundePiccoloSN4

ok sending u the exported data

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

Frage von yasirahfaz

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

4 Nachrichten2 AutorentwortenKäufer-ThreadSupportAnpassungZahlungen
Kundeyasirahfaz

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

Autorloopus

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

Kundeyasirahfaz

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

Autorloopus

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

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

Frage von dreamzspl

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

6 Nachrichten2 AutorentwortenSupportZahlungen
Kundedreamzspl

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

Autorloopus

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

Kundedreamzspl

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

Kundedreamzspl

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

Autorloopus

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

Kundedreamzspl

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

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

Frage von rafamerida

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

2 Nachrichten1 AutorentwortenPDF und E-Mail
Kunderafamerida

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

Autorloopus

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

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

Frage von websitedude1985

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

2 Nachrichten1 AutorentwortenKäufer-ThreadBuchung
Kundewebsitedude1985

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

Autorloopus

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

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

Frage von bohemia14

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

6 Nachrichten2 AutorentwortenAnpassung
Kundebohemia14

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

Autorloopus

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

Kundebohemia14

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

Kundebohemia14

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

Autorloopus

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

Kundebohemia14

OK, thanks.

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

Frage von BIGSHANE

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

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

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

KundeBIGSHANE

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

Autorloopus

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

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

Frage von jvallano

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

2 Nachrichten1 AutorentwortenKäufer-ThreadSupportAnpassung
Kundejvallano

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

Autorloopus

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

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

Frage von Tilmensch

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

2 Nachrichten1 Autorentworten
KundeTilmensch

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

Autorloopus

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

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

Frage von dlabarta

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

4 Nachrichten2 AutorentwortenSupport
Kundedlabarta

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

Autorloopus

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

Kundedlabarta

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

Autorloopus

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

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

Frage von maalik

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

2 Nachrichten1 Autorentworten
Kundemaalik

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

Autorloopus

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

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

Frage von keithagnew

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

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

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

Autorloopus

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

Kundekeithagnew

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

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

Frage von typofonic

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

4 Nachrichten2 AutorentwortenSupportZahlungen
Kundetypofonic

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

Autorloopus

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

Kundetypofonic

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

Autorloopus

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

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

Frage von jkirves

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

2 Nachrichten1 AutorentwortenKäufer-Thread
Kundejkirves

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

Autorloopus

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

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

Frage von piperhowie

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

7 Nachrichten3 AutorentwortenKäufer-ThreadSupportAnpassungPDF und E-Mail
Kundepiperhowie

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

Autorloopus

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

Kundepiperhowie

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

Autorloopus

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

Kundepiperhowie

Ok great. :)

Kundepiperhowie

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

Autorloopus

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

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

Frage von Seo4udirect

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

2 Nachrichten1 AutorentwortenKäufer-ThreadSupport
KundeSeo4udirect

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

Autorloopus

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

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

Frage von osensnolf

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

4 Nachrichten2 AutorentwortenKäufer-Thread
Kundeosensnolf

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

Autorloopus

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

Kundeosensnolf

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

Autorloopus

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

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

Frage von caygrisrl

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

4 Nachrichten2 AutorentwortenKäufer-ThreadZahlungenPDF und E-Mail
Kundecaygrisrl

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

Autorloopus

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

Kundecaygrisrl

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

Autorloopus

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

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

Frage von bilal186

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

2 Nachrichten1 AutorentwortenSupportAnpassungZahlungen
Kundebilal186

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

Autorloopus

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

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

Frage von marcoautiero

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

2 Nachrichten1 AutorentwortenPDF und E-Mail
Kundemarcoautiero

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

Autorloopus

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

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

Frage von Doucette_Design

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

3 Nachrichten1 AutorentwortenKäufer-ThreadSupport
KundeDoucette_Design

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

Autorloopus

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

KundeDoucette_Design

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

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

Frage von keithagnew

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

3 Nachrichten1 AutorentwortenKäufer-ThreadSupport
Kundekeithagnew

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

Kundekeithagnew

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

Autorloopus

Hello, Yes, exactly :)

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

Frage von chandell

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

2 Nachrichten1 Autorentworten
Kundechandell

is it possible to use text instead of icon?

Autorloopus

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

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

Frage von megamattius

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

4 Nachrichten2 AutorentwortenSupport
Kundemegamattius

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

Autorloopus

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

Autorloopus

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

Kundemegamattius

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

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

Frage von barreoblique

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

2 Nachrichten1 AutorentwortenKäufer-ThreadSupport
Kundebarreoblique

Thanks for your help / Merci de votre aide!

Autorloopus

Merci beaucoup pour votre review !

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

Frage von A_Bilal

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

3 Nachrichten1 Autorentworten
KundeA_Bilal

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

Autorloopus

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

KundeA_Bilal

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

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

Frage von kalipub

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

3 Nachrichten1 AutorentwortenKäufer-ThreadZahlungenLizenzierung
Kundekalipub

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

Autorloopus

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

Kundekalipub

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

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

Frage von A_Bilal

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

3 Nachrichten1 AutorentwortenSupportPDF und E-Mail
KundeA_Bilal

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

Autorloopus

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

KundeA_Bilal

D'accord merci

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

Frage von A_Bilal

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

3 Nachrichten1 AutorentwortenAnpassung
KundeA_Bilal

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

Autorloopus

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

KundeA_Bilal

Bonjour, merci pour la solution

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

Frage von albertoferreira

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

7 Nachrichten3 AutorentwortenKäufer-ThreadSupportPDF und E-Mail
Kundealbertoferreira

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

Autorloopus

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

Kundealbertoferreira

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

Autorloopus

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

Kundealbertoferreira

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

Autorloopus

Ok, I wait your email.

Kundealbertoferreira

Sent, thank you.

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

Frage von bapcs

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

2 Nachrichten1 AutorentwortenKäufer-ThreadSupportAnpassungPDF und E-Mail
Kundebapcs

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

Autorloopus

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

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

Frage von stefanogili

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

2 Nachrichten1 AutorentwortenKäufer-ThreadSupportPDF und E-Mail
Kundestefanogili

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

Autorloopus

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

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

Frage von welshhuw

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

2 Nachrichten1 AutorentwortenSupport
Kundewelshhuw

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

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 JosueAlfonso

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

4 Nachrichten2 AutorentwortenKäufer-ThreadSupportWooCommerceZahlungen
KundeJosueAlfonso

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

Autorloopus

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

KundeJosueAlfonso

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

Autorloopus

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

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

Frage von marie-bella

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

2 Nachrichten1 AutorentwortenKäufer-ThreadPDF und E-Mail
Kundemarie-bella

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

Autorloopus

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

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

Frage von Rodo1991

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

2 Nachrichten1 AutorentwortenZahlungen
KundeRodo1991

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

Autorloopus

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

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

Frage von joransrb

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

3 Nachrichten1 AutorentwortenKäufer-ThreadSupport
Kundejoransrb

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

Kundejoransrb

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

Autorloopus

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

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

Frage von ThomasDaarom

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

5 Nachrichten2 AutorentwortenKäufer-ThreadSupportAnpassung
KundeThomasDaarom

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

Autorloopus

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

KundeThomasDaarom

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

KundeThomasDaarom

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

Autorloopus

Exactly :)

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

Frage von ytsan86

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

4 Nachrichten2 AutorentwortenSupportAnpassung
Kundeytsan86

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

Autorloopus

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

Kundeytsan86

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

Autorloopus

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

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

Frage von barreoblique

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

8 Nachrichten2 AutorentwortenKäufer-ThreadPDF und E-Mail
Kundebarreoblique

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

Autorloopus

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

Kundebarreoblique

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

Autorloopus

Merci ! :)

Kundebarreoblique

Merci à toi :) Petit cousin!

Kundebarreoblique

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

Kundebarreoblique

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

Kundebarreoblique

Je te contacte en privé... merci.

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

Frage von webwizardofoz

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

2 Nachrichten1 AutorentwortenKäufer-ThreadAnpassung
Kundewebwizardofoz

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

Autorloopus

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

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

Frage von lachlanreilly

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

4 Nachrichten2 AutorentwortenKäufer-Thread
Kundelachlanreilly

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

Autorloopus

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

Kundelachlanreilly

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

Autorloopus

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