Loading...
Historique marketplace

Vraies questions CodeCanyon et réponses de l'auteur

Retrouvez les questions d'acheteurs, les scénarios avant achat, les problèmes de configuration et les réponses directes de l'auteur des années où WP Cost Estimation était vendu sur CodeCanyon. Voyez comment de vrais clients ont utilisé le plugin et comment les questions courantes ont été traitées.

5 557

Fils de discussion publics

Historique de support public CodeCanyon

19 461

Messages

Questions clients, suites de discussion et contexte

8 679

Réponses de l'auteur

Réponses directes de l'auteur du plugin

78

Pages d'archive

Conversations les plus récentes en premier

Les adresses e-mail publiques et les valeurs ressemblant à des codes d'achat ont été masquées. Le texte original est sinon conservé tel quel pour que le contexte support reste lisible.

Support: 2699Personnalisation: 1536Paiements: 1482PDF et e-mail: 1275WooCommerce: 406Réservation: 221Licences: 215

Rechercher dans l'archive

Trouver une question ou une réponse CodeCanyon

Recherchez dans tous les fils de discussion publics par mot-clé, nom de client, fonctionnalité, intégration ou sujet support.

Saisissez au moins 2 caractères pour explorer toute l'archive.

Page 42 sur 78

Dernières discussions archivées

Chaque fil regroupe la question client, les commentaires de suivi et les réponses de l'auteur, du plus récent au plus ancien.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Quickpost

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurWooCommercePaiements
ClientQuickpost

Are this plugin form can pay via woocommerce payment getaway like credit card bank transfer ? thank

ClientQuickpost

or pay via credit card separate from woocommerce. Thanks

Auteurloopus

Hello, Yes, if you use the option "Add to woo cart", all the selected wooproducts (assigned to items) in your forms will be added to the cart at end of the form, then the user can finish the order by using the classical woocommerce checkout, with the installed payment gateways. Without using woocommerce, you can configure a payment (Stripe or Paypal) directly at end of the form . If needed, you can also use the option "Use payment only if selected" on any item of your form , so the payment will be displayed only if this item has been selected by the user .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de gmcardle

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientgmcardle

Can you add custom icons in addition to the icons available within the plugin?

Auteurloopus

Hello, You can freely use any image or svg file in the image items of your forms. If you need some free flat icons, I recommend you this website : https://www.iconsdb.com/

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de csimack

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiements
Clientcsimack

Hi, so your plugin is great but there seems to be an issue when going to the page with the plugin for the first time from a different page. LIke I have linked the form page in another page and every time I click the link and it takes me to the page where the form is, I see the form and everything but when I click on the icons nothing happens. Everything works fine when I refresh the page though and this only happens in chrome. Can you please tell me how to fix this.

Auteurloopus

Hello, Did you try to enable the option "Ajax navigation support" in the "General" settings tab ? If the problem persists, please contact me from the support page sending me the url of the form, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de formulacreations

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurPersonnalisation
Clientformulacreations

Hello, I am seriously considering purchasing your plugin - it looks great. I have one question, is it possible to generate a price based on the amount of words or characters entered into a text field (for clarity, the price changes as the user types). Thanks.

Auteurloopus

Hello, To do that, create a textarea item "The text" and create an hidden numberfield "Price", enabling its option "Use value as quantity" and filling the wanted price per word in its "Price" option. Then paste this code in the "Custom JS" option of your form : jQuery(document).ready(function(){ jQuery('[data-title="The text"]').keyup(function(){ jQuery('[data-title="Price"]').val(jQuery(this).val().split(' ').length); wpe_updatePrice(jQuery(this).closest('#estimation_popup').attr('data-form')); }); }); To count the number of characters (without the spaces), simply replace the 3rd line by this one: jQuery('[data-title="Price"]').val(jQuery(this).val().trim().length); It should do the job.

Clientformulacreations

That sounds excellent, thank you so much for your speedy response and I will definitely be purchasing very shortly. Thanks again.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de jeffreyzhang

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportWooCommercePaiements
Clientjeffreyzhang

Hello, it seems a great plugin, but I am not sure if it will meet I needs, I want to use the form with woocommerce product price and embed to each product page, when users choose some option, caculate the amount and then add to cart and check it out, is it possible? thank you so much!

Auteurloopus

Hello, No, sorry. You can assign wooproducts to the items of your form and choose to add them to the woo cart at end of the form ( ex: http://www.wordpress-estimation-payment-forms.com/shop/ ) . But it can't change the price of a woo product before adding it to the cart. If you can't use this plugin to fit your needs, feel free to uninstall it then contact me from the support page, I will propose you a refund .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de ak_999

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupport
Clientak_999

Form stopped send emails after last updates. How to fix it?

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Sim2K

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurRéservation
ClientSim2K

Do you have any examples of how this booking system works? Any videos or documentation? How many independent booking calendars can I have? Can I block out holidays or set a limit of bookings per day?

Auteurloopus

Hello, No, sorry, there is no specific demo for this feature currently. You can see some screenshots of the calendars backend by clicking the button "Screenshots" on the plugin page. You can create and manage as many calendars as you want. You can assign a specific calendar to a datepicker of your form. The unavailable dates will be automatically disabled on the datepicker, and you can choose to register a new calendar event to the selected date when the order is sent (you can also define automatic mail reminders for new events registered). You can freely define holidays and other unavailable days or date ranges from the backend. You can also define the available hours of the day and days of the week . But there is no option to set a specific limit of bookings per day, sorry .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de mrcb

5 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

10 messages5 réponses de l'auteurFil acheteurPersonnalisation
Clientmrcb

Hello. Do you think that something like this https://www.mdcalc.com/cha2ds2-vasc-score-atrial-fibrillation-stroke-risk can be done with plugin?

Auteurloopus

Hello, Yes, you can create a similar process with this plugin. For the dynamic informations panels, you can create rich text items and use their option "Show depending on conditions" to show the good one depending on the selection done.

Clientmrcb

Awesome. How can I show every question on one page?

Auteurloopus

You can create a single step form simply by creating the items directly in the "Last step" settings tab of the form.

Clientmrcb

Thank you again. One last question: I don't want to use a dropdown menu, instead I want to stick with the button or images. How can I make sure the visitor can select only one?

Auteurloopus

Simply by giving the same "group" name to your buttons/images. Only one item of each group can be selected at same time .

Clientmrcb

Is there a simpler way to have the check boxes field show the checkbox on the side of the text? Its showing bellow. For example: I have a few checkboxes fields in this step. They show like this: Title1 Checkbox1 Title 2 Checkbox2 Title 3 Checkbox3 I would like for it to show: Title1-Checbox1 Title2-Checkbox2 Title3-Checkbox3 I've tried with css but I can't make it work properly

Auteurloopus

It can be done by enabling the option "Show labels inline" in the "Design" settings tab. You can also set the item option "Layout" to "column" on the items to show them on the same row.

Clientmrcb

I have a panel with 9 items. They show only each one based on the total price. But somehow it is adding a massive min-height dimension to it. https://imgur.com/a/ov9Up I tried to counter it by adding a max height but had no luck.

Auteurloopus

Please can you try this css rule ? #estimation_popup #mainPanel {min-height :200px !important;}

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Arbuzov

0 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

1 messages0 réponses de l'auteur
ClientArbuzov

Great plugin.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de xabcd

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteur
Clientxabcd

For some reason I try making an item selection an "image" and upload the image and post it, yet I get a square but not actually an image. Not sure if you know why? https://www.screencast.com/t/sIspeeOZd6F

Auteurloopus

Hello, You simply need to disable the option "Tint image" on these items (it is used for images with transparent background only) .

Clientxabcd

You're my hero! :) Thanks!

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de semiombra

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurPersonnalisation
Clientsemiombra

hi there, I'm using your plug in, pre-packed in the X-theme. I noted that it is just the free version. The premium has some interesting benefits so I'm considering to purchase it. I'd like to know if with your plugin is possible to make an estimation cost (with your lay-out and details) like this: https://www.avvocatoandreani.it/servizi/calcolo_danno_biologico.php thanks

Auteurloopus

Hello, Yes, you can create such calculations by using the custom calculation option : https://www.youtube.com/watch?v=xH8frpa7wL0 For example, you can create hidden and preselected checkbox that apply different calculations based on the values filled by the user and show them in the final summary .

Clientsemiombra

thanks

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de PhilipHiggins

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurWooCommerce
ClientPhilipHiggins

Hello, I would like to use this with WooCommerce plugins and I would like to confirm if this will work before purchasing the others. 1. Can this plugin allow one form to add multiple WooCommerce products to one order? For example: both a subscription product and a virtual, physical or bookable product?

Auteurloopus

Hello, Yes it is possible. Simply assign the wanted woo products to the items of your form then enable the form option "Save to woo cart" to do that . You can also choose to redirect the user to the cart page at end of the form.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de charbel_haddad90

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurSupportPersonnalisationWooCommerce
Clientcharbel_haddad90

Hello support Team, nice plugin i wondering if : 1)if i have 3 services and under every services 3 options to let user choose and select. for example : "services" : Dubai , Kwait, Lebanon / under every on of them i have " Arrived " / departures . / under one of them i have 3 option " standar package " / silver package / VIP package. for sure price it will be different between packages, and between arrived / departures and between countries. i hope it its clear? 2) your form compatible with woocomerce that in final stage for payment it will add to the cart as product ->cart->checkout page ? awaiting your advise

Auteurloopus

Hello, 1. Yes, you can create a such form by using this plugin. 2. If you use the option "Add to woo cart", you need to assign wooproducts to the items of your forms. In this case, the selected wooproducts will be added to the woo cart at end of the form (with their real price defined from woocommerce : the plugin can add woo products to the cart, but it can't change their prices or create new products). Ex: http://www.wordpress-estimation-payment-forms.com/shop/ . If you need to make custom calculations and distance calculations you can't use the "Add to woo cart" option, but you can add a payment directly at end of the form (Stripe or Paypal) .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de ENBertussi

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteur
ClientENBertussi

I'm curious if this can be used to calculate a product quantity to add to cart? IE: # of x * # of y = quantity to add to cart of product z?

Auteurloopus

Hello, Yes, you can use the option "Define quantity by calculation" on the wanted item to do that .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de ki-themes

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurRéservation
Clientki-themes

Is the price calculator and booking system working together? ( integrated )

Auteurloopus

Hello, Yes they are .

Clientki-themes

Is recurring booking supported?

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de xabcd

3 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

6 messages3 réponses de l'auteurFil acheteur
Clientxabcd

Is it possible to hide the dollar amount in the summary form at the end for a particular item? I know you can hide it from the "total" but I just don't want an amount or a $0 to show. Thanks

Auteurloopus

Please can you use the "Reply" buttons for new messages ? You can hide all the prices from the summary by enabling the option "Hide all prices" in the "Summary" settings tab of your form.

Clientxabcd

What if i only want to hide certain items?

Auteurloopus

You can hide any item from the summary by disabling its option "Show in summary".

Clientxabcd

Yes, saw that... but can I disable the price for just that one item in the summary but still have the item name listed in the summary?

Auteurloopus

Ah no, there is no this specific option currently, sorry .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de ARTEFACTOCO

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurPersonnalisation
ClientARTEFACTOCO

Hi presale question... this plugin fits perfect for a brief design format... I wonder if it is possible NOT to show the price calculation... just show the questions and collect the answers. Thanks.

Auteurloopus

Hello, Yes, you can choose to hide all prices from the form. You can also hide the main progress bar or use it to show the current step (ex: 1/4) instead of the total price .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de andychannelle

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiements
Clientandychannelle

I've noticed that the icon images I've added don't appear when using Jetpack's Lazy Loading feature. I've switch it off for now, so no panic, but thought it was worth letting you know.

Auteurloopus

Hello, Thank you for reporting this conflict. I fixed it and will add the correction to the next automatic update. Feel free to contact from the support page if you want it immediately : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de bharatgowda

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurSupportWooCommercePaiements
Clientbharatgowda

Details for van booking Driver time charge per hour £20 for large and £15 for small or medium sized van. Customer toggle between small/medium or large van Driver help to load Van £25 (optional customer to toggle help or no help) Distance between pickup and drop off postcodes charged at £0.50 per mile Fuel surcharge fixed £5 applies for 30 miles or more bookings only. Minimum booking 2 hours Full fee payment through PayPal or Non refundable Deposit of £15 to pay through PayPal and rest in cash on completion of job to confirm booking which automatically makes that time slot unavailable. Allow one hour drive time between same day jobs to avoid job clashes Pallet pickup and drop off Flat rate £30 plus £0.80 per mile Free driver time for 4hrs then £20 per hour thereafter. Question : What are the possibilities from the above?

Auteurloopus

Hello, You can do all the mentioned process by using this plugin, except this point : "Allow one hour drive time between same day jobs to avoid job clashes". There is no option to do that currently, sorry. The registered events will make the corresponding hours disabled, but there is no option to add 1 hour between each event .

Clientbharatgowda

Ok, Does all those options except driver time can be done on woo commerce product?

Auteurloopus

No, it can be done natively, but if you use the option "Add wooproducts to the cart", only items with a woo product assigned can have prices in the form (their real price defined from woocommerce). Currently the plugin can add wooproducts to cart, but it can't create new products or modify the price of a product before adding it to the woo cart .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de skdz

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
Clientskdz

Hello! I wanted to thank you for your product as it is very useful. One question I have is whether there is a feature (or a featured that is planned) that allows the saving of form components for use in different forms. ie. Dropdowns with already set parameters that can be used between forms. Does this feature exist and if so how do I access it? Again, thanks!

Auteurloopus

Hello, Thank you ! No, sorry, this feature isn't planned for now, but I note the suggestion, thank you .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de p3ntagon

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurSupport
Clientp3ntagon

Hello, i am facing 2 problems with the "time" function (please see screenshot): 1) It seems that i can only choose time of current day?! For example: it is 22:00 at my place now and if i want to choose the time then i can only use time from 22:00 to 00:00 - even if i have chosen a date in the future. Is this a bug or how can i set the time to be chosen from anything between 00:00 to 00:00? 2) The option to choose the time is messed up in any browser. Is this a problem on my site or is this a problem of the time-function? thanks for taking a look at the screenshot here: https://imgur.com/a/mhLKR regards

Auteurloopus

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

Clientp3ntagon

E-Mail sent. Thanks for taking a look at it.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Honkytonky

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurSupportPersonnalisation
ClientHonkytonky

Dear Charly, a while ago I asked you for a little help to make to limit the user to be able only to set a date in the future (in the date picker). You send me a code that works but unfortunately, if the formular loads, there is always being displayed the actual current date...so if the user does not change the initially loaded date picker he is still able to send the formular. Would it be possible for you to find a simple workaround? Its just that these many forms arriving are killing precious work time in our bakery as we can't accepts orders for the same day but still want to reply to the potential clients. Thanks a lot for possibly looking into this and greetings from Chile! Michael

Auteurloopus

Hello, You can use this code in the "Custom JS" option of your form to do that : jQuery(document).ready(function(){ setTimeout(function(){ var now = new Date(); now.setDate(now.getDate() + 4); jQuery('[data-title="My datepicker title"]').datetimepicker('setDate',now); jQuery('[data-title="My datepicker title"]').datetimepicker('minDate',now); },200); }); Simply replace "My datepicker title" by the exact title of the datepicker and "+4" by the number of days you want to add to the current date .

ClientHonkytonky

Charly, thanks a lot, works awesome as always. Really appreciate it, thanks for taking your time to respond! Have a great time, success and most important good sales! Greetings from Chile!

Auteurloopus

Thank you very much :)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de karlster

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurPersonnalisation
Clientkarlster

Hi, We have an English Language school and we would like to create an online quotation page where prospective students will be able to choose course, choose duration of weeks. Our courses start on Monday’s only. After choosing type of English Course and duration of weeks, we also need an option to choose accommodation or not. There are also different types of accommodation, like hotels, our own residence and host families. And other options like half-board, full-board Internet etc.. Is it possible to create something like that, and the price updates LIVE, depending on what the user chooses? Similiar to this?.. https://bit.ly/1ND0Ckc Thanks Karl

Auteurloopus

Hello, Yes, you can create a such process by using this plugin (the design will not be the same) .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de xabcd

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPersonnalisation
Clientxabcd

Hello, It seems all the text is in capital letters. How can I change that? thanks!

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de i-Ry5

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurSupportPaiementsPDF et e-mail
Clienti-Ry5

Report a bug: When using the plugin with Arabic language (RTL), I write the currency in Arabic (درهم) it appears perfect on the last step, but if I used progress bar with the price instead of steps it would be shown back-forwards like if it's (AE) it will be (EA) Also the problem appears when using "Show total price at bottom" feature So the solution is to write the currency from the beginning as (EA) to appear like (AE) but here solved the problem of total price at bottom and price at progress bar and caused it at the final step would be shown flipped again.. That means now the problem from total price at bottom and price at progress bar should be fixed, the final step price works prefect I tried to clarify as possible

Auteurloopus

Hello, Thank you for reporting ! Please can you contact me from the support page sending me the url of the form where I can see it ? I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Clienti-Ry5

Please check your email now, I have sent you the problem with all possible details

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de dwee93

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteur
Clientdwee93

Hi do you offer customization services? I'm looking at something like this https://doctorringgit.my/en , if you do around how much will it costs? tqvm! :D

Auteurloopus

Hello, No, sorry, I am not currently available as freelance. If you need a specialized team for such customization service, I can recommend this one : https://wpkraken.io/?ref=loopus . They are used to work with this plugin .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de sainath_786

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPDF et e-mail
Clientsainath_786

Hi, form is not sending automated email after submission, I have sent the details through support mail, pls help

Auteurloopus

Hello, I correctly received your email and I replied .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de oscaroso10

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiements
Clientoscaroso10

hey! I have a some problem with the plugin, sometimes doesn't works good, i mean when i want to save something, i see a green loading screen and it never stops loading. the other one its when i try upload image in anyone option. when i click on button "upload Image" doesn't work. can you help me? thanks.

Auteurloopus

Hello, There is probably a js conflict somewhere, please can you contact me from the support page sending me a temporary access to the backend ? I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de lorikmucolli

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupport
Clientlorikmucolli

Hi there! I am trying to use the plugin with King Composer Editor but it is not working. The shortcode does not show the forms. Is there a way to fix this? Best Wishes!

Auteurloopus

Hello, Did you try to enable the option "Ajax navigation support" in the "General" settings tab of the form ? If the issue persists, please contact me from the support page sending me a temporary access to the backend, I will debug it .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de unavailable

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurSupportLicences
Clientunavailable

Hi, Using with X theme and having an issue that my client is desperate to have sorted - but X are unable to assist and sent me here, so really hoping you can help. We have a form with four items in a row, each with an individual price. We have the price at the bottom auto-calculating. This works fine, but if you have multiple options selected, and then manually remove the number of items of just one of the fields using the backspace, it will reset the price to zero, even if the other options still have multiple quantities selected. The price will then stay at zero even if adding or removing additional items. Thanks!

Auteurloopus

Hello, Thank you for reporting, I fixed this possible issue in a recent update, it should be fixed when the plugin will be updated in your theme .

Clientunavailable

This is fantastic - thank you! I understand if not due to licensing - but would there be any way of getting a quick-fix? Got a client eager to be live before Monday! I'm on version 9.6.10 - happy to provide proof of purchase of X etc if that would help at all.

Auteurloopus

Sorry, but automatic updates are only available for the customers who bought a license of the plugin. If you had the plugin directly included in your theme, you need to wait for the plugin to be updated (v 9.620) in a future update of your theme.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de vibhu000

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
Clientvibhu000

Hey Team, I really like the frontend. However, I have some specific needs which I'd like to see whether those are possible with this plugin. Can I get access to the backend to try the plugin? Best Regards, Vaibhav

Auteurloopus

Hello, No, sorry, there is no live demo of the backend, but you can see it at work on the videos mentioned on the plugin page and on the screenshots. Feel free to ask me your question if you need information on a specific point .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de i-Ry5

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
Clienti-Ry5

I suggest that in the next version you enable options for the location of "summary as bubble" Because now it's shown only on one place ( upper right corner of the form ), if my client was using this form from his mobile, he would likely not see it I want to place it like next to ( next step ) or next to ( Label of the step ) so It's clearly appear to my clients

Auteurloopus

Hello, This option isn't planned for now, but I note the suggestion, thank you .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de PhilipHiggins

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurWooCommerce
ClientPhilipHiggins

Hello, I understand this plugin works with WooCommerce? If my site uses WooCommerce + WC Vendors Pro to allow vendors to add and sell products to the woo shop, will this plugin work with products sold by WC Vendors? I would like to be able to assign a product sold by a WC Vendor as the product sold by one of my forms. It looks like there is a selection drop-down for woocommerce products in the form creation page, will this show all products that exist on the site? Could I hypothetically select a product that happens to be managed by a vendor so that they receive the purchase?

Auteurloopus

Hello, I didn't know the mentioned plugin "WC Vendors Pro". There is no specific function to work with it currently, sorry .

ClientPhilipHiggins

I would like to be able to assign a product sold by a WC Vendor as the product sold by one of my forms. It looks like there is a selection drop-down for woocommerce products in the form creation page, will this show all products that exist on the site? Could I hypothetically select a product that happens to be managed by a vendor so that they receive the purchase?

Auteurloopus

As explained, I don't know the mentioned plugin, so I can't guarantee it, sorry. If this plugin doesn't modify the default structure of the wooproducts it can maybe work . If you need a specialized team to develop such specific customizations to your version, I can recommend this one : https://wpkraken.io/?ref=loopus They are used to work with this plugin .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de hosttech_ch

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
Clienthosttech_ch

It would be so swesome to see a widget which can show selected step values and a subtotal, aswell as a grand total of what the user selected. Very usefull if the plugin is used as an order form. Can we expect something like this in the future?

Auteurloopus

Hello, You can activate the option "Enable summary as bubble" in the "Summary" settings tab of your form to add a button that allows the users to see a summary of the current selection from any step of the form .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de AnthonyAllen

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurSupportPaiements
ClientAnthonyAllen

How to translate the Date Picker? I can't find the details (ie January, February, etc) in the .PO file

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de WpFASTER

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPDF et e-mail
ClientWpFASTER

We have the same problem as xabcd. After the last update the progress bar does not progress if "Progress bar shows" is set to "price". It works fine if set to "step"

Auteurloopus

Hello, You can freely set the “maximum price” option from the “General” settings tab of the form to define the maximum price of the progress bar (the real price can exceed this value, it is used to define the maximum of the progress bar only) . I replied to your email .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de xabcd

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
Clientxabcd

For some reason my progress bar even though i'm at the end, isn't at the end... eg: https://www.screencast.com/t/hKQgxe7dA Any idea why this could be?

Auteurloopus

Hello, You can freely set the "maximum price" option from the "General" settings tab of the form to define the maximum price of the progress bar (the real price can exceed this value, it is used to define the maximum of the progress bar only) .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de dimarso

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurSupportPaiementsPDF et e-mail
Clientdimarso

Hi, Error when updating the plugin. Error en la actualización: No ha sido posible copiar el archivo. WP_Estimation_Form/assets/js/summernote.js Error en la actualización: No ha sido posible copiar el archivo. WP_Estimation_Form/includes/captcha/fonts/PlAGuEdEaTH.ttf I have support and I have sent several emails via support form and has never answered. Could you tell me which email returns the answers? I don´t have "loopus" or "WP Cost Estimation & Payment Forms Builder" in my inbox or in my spam folder Thanks, diego m.

Auteurloopus

Hello, I correctly received your support request the February 28 and I answered the same day. I replied to the email "diego@othe***.es" . I'm going to send an email again .

Clientdimarso

It's true, I'm sorry. This email was in the spam folder and it did not appear with the searches that it carried out. Looking for "codecanyon" I could find it.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de RicoHendriks

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPDF et e-mail
ClientRicoHendriks

Hi, after submitted the form the mail address is: [email redacted]. Is it possible to replace that for the customer email, so i can just reply on the email. The senders email should be the one of the administrator, so they can reply as well if they have further questions too.

Auteurloopus

Hello, It can happen on some themes. Please simply install this small plugin to freely define the sender address in the emails sent by wordpress : https://wordpress.org/plugins/wp-simple-mail-sender/

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Mos-Martin

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

5 messages2 réponses de l'auteurFil acheteurPersonnalisationWooCommercePaiements
ClientMos-Martin

Hi! Can I use the date picker (and other options) to have in the final an elegant solution for newspaper subscription? I will use date picker to select the starting of subscription period among newspaper selection and content, delivery time etc. And the second question: That selection can have the final step in woocommerce? To have the buyer data (name, address and so on) and give him the possibility to pay with card or cash on delivery? Thank you!

Auteurloopus

Hello, 1. Yes, you can create a such form by using this plugin. 2. No, it can't be done, sorry. Currently you can assign wooproducts to items of the form and choose to add them to the woo cart at end, but the plugin can't generate a new woo product or change the price of a woo product before adding it to the cart .

ClientMos-Martin

So, if I have a product (with custom attributes), then I use this plugin to select further the starting date of subscription, then, maybe, I will have the final product how I want? And using woocommerce on final steps it will be posible to use other online payment methods then Stripe and Paypal?

Auteurloopus

Yes, doing that, you will receive an email at end of the form that contains the informations of the form (such selected dates and values of the other fields), the selected wooproduct will be added to the woo cart (with the order reference associated) and the user can be redirected to the cart page to pay directly from woocommerce.

ClientMos-Martin

This is great! I will buy this plugin for sure! Thank you!

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de xabcd

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
Clientxabcd

Pre-sales question: If i wanted to have a form that asks the purchaser how many bottles of wine they want, and then it for it to show them products that are sold in that quantity with a total price. Can it do that? The idea is they ask the user for information like a quantity and then it displays products and total $ amounts they can then add to their cart. Thanks

Auteurloopus

Hello, Yes, you can ask for the quantity (with a numberfield for example) then use the option "Define quantity by a calculation" on the next items to automatically give them the quantity filled by the user in the numberfield. You can also assign wooproducts to your items and choose to add them to the woo cart at end of the form .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de mawebdesign

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteur
Clientmawebdesign

Hi, can this plugin achieve the same as this website: https://bit.ly/2Gvm4Qs

Auteurloopus

Hello, No, sorry, there is no option to allow the customer to create items himself (like on the points 2 and 3 of the mentioned form) .

Clientmawebdesign

hey, thank you for the confirmation.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de miksu41

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiements
Clientmiksu41

Hi, is there documentation for Form Designer? I'm struggling to get my form to how I want it to look. Thanks

Auteurloopus

Hello, There is no specific documentation for the Form Designer tool, but here is a video that shows how to use it : https://www.youtube.com/watch?v=sCxV7CdTcrQ Feel free to contact me from the support page if you need help on a specific point : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de hiddenox

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurPersonnalisation
Clienthiddenox

Another couple of presage queries please. 1- is there a way to submit the form and selection results to another system using custom url with parameters or rest protocol after the user presses submit? 2- is there a way to trace incomplete submittions(abandoned cart style)

Auteurloopus

No, sorry, there are no such options currently .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de hiddenox

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurSupport
Clienthiddenox

Can the system support multiple currency? So I can set for each item, the price in usd, gbp and eur. So depends on the country the user is from, the correct price will be shown? I am hoping for something without having to duplicate the form three times and mess around with code redirections. Also does it have tax rules? So if user is from specific country, tax or vat will be added to the total price?

Auteurloopus

Hello, No, the currency is defined by the admin for each form. But you can duplicate a full form in 1 click then change the currency and texts .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Jack_dees

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurWooCommercePaiementsPDF et e-mail
ClientJack_dees

Hi, Pre-sale question. After submitting a cost estimation, can this plugin then convert that into an WC invoice?

Auteurloopus

Hello, No, except if you use the option "Add to woo cart" and use wooproducts in your forms (in this case the payment is directly done on woocommerce) .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Borisla

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurRéservation
ClientBorisla

I have a theme with your plugin , which is the last version ? Version 9.614? thanks If this is not the last one which is the date that corresponds with this version thanks How works the new booking system where do you have a demo? thanks

Auteurloopus

Hello, The last version is 9.620 (sent 1 week ago as automatic update). With the new booking system, you can manage your calendars from the backend and assign them to specific datepickers in your forms. You can choose to automatically register a new event when the customer do an order, and choose the available dates and hours .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de allticketscomco

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurPDF et e-mail
Clientallticketscomco

I have a question. The email that send the plugin its a pdf? or text plain? Thanks!

Auteurloopus

Hello, The plugin can send html email + the order as a pdf file (if wanted) .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de germanwebcon

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
Clientgermanwebcon

How can i choose in one step more then just one option?

Auteurloopus

Hello, Simply remove the "Group" option name of your items (only one item of each group can be selected at same time) .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de allticketscomco

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurPersonnalisationPDF et e-mail
Clientallticketscomco

Hello! I have some doubts before buying the plugin. 1. can I put images on the form and a description for each one? 2. Can I remove the option of Get Stared and animations? 3. Can I display more options for an option? Thank you

Auteurloopus

Hello, 1. Yes, you can descriptions under each item. You can also create a rich text item to add custom content in any step (text, images, html content) . 2. Yes, you can disable the animations and the introduction 3. Yes, you can use the conditional system to show different items depending on the selection.

Clientallticketscomco

Hi! I need that when the mail is sent to me and my client, is it possible?

Auteurloopus

Hello, Yes, you can choose to send the order by email to the customer too. You can also freely edit the customer's and admin's email content directly from the backend .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de donpaginasweb

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientdonpaginasweb

Hi we would like change h2 titles to h3, could you please tell me in wich php file it is? Thanks

Auteurloopus

Hello, You don't need to edit the php files, simply apply the last automatic update from the wp plugins panel, then you will find new options "Step titles html tag" and "Main title html tag" in the "Design" settings tab of your form to do that .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de nishikazuhiro

3 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

9 messages3 réponses de l'auteurFil acheteurSupportPaiements
Clientnishikazuhiro

Hey loopus, it's me again. :D So... I've found a new issue: when you open the estimate through Instagram's in-app browser in an Android phone, the "FILE UPLOAD" field won't work. I can't tap the upload box to send files. It works just fine on native Chrome app. It works fine in iOS Instagram in-browser app, but in Android it doesn't. Is there anything you can do to make it trigger on Android side? I've just tested with Instagram's in-app browser

Clientnishikazuhiro

I know this might be related to the Instagram in-app browser and I've been searching for a solution to force my website link to open in the native browser app instead of the in-app browser, but there isn't any kind of settings for this and every solution I've encountered so far didn't work. I'm asking you to take a look if you can because 75% of my user traffic is coming from the Instagram website link. I've already tried to contact Instagram a few days ago, but lol... I guess I'll never get a reply from them. Thanks in advance!

Auteurloopus

Hello, The issue probably comes from the mentioned mobile browser, and if it is the case, it can't be fixed by modifying the code of the plugin (the application itself should be corrected, which is the responsibility of its publisher). Feel free to contact me from the support page sending me the url of the form, I will test it on my side .

Clientnishikazuhiro

So loopus, I've done some research on this matter and the problem is the Android webview (the in-app browsers, like Instagram or Facebook that opens a tiny version of Chrome inside of them when you open a link in-app) that can't handle file upload code/snippet properly. If you search for "android webview upload file", you can find that people were having this problem since 2011, lol. I've found some insight on this if you ever manage to implement those fixes in the plugin (I would be SO THANKFUL if you do, lol). This link here is the original question from 2011, but got some recent replies how to fix this problem up to the Android Oreo and maybe beyond: https://stackoverflow.com/questions/5907369/file-upload-in-webview This is the "simple" solution up to Oreo (according to some guy): https://github.com/mgks/Os-FileUp And this is the advanced solution up to Oreo (according to the same guy): https://github.com/mgks/Android-SmartWebView I have absolutely no clue on how to implement those in your code or else I would've done myself without disturbing your peace, but since I'm a mere mortal, I can only ask for your help and continuos amazing support, lol! Well, thanks in advance as always and looking forward your reply. Best regards, Nishi

Clientnishikazuhiro

Oh, if you ever wish to replicate this issue, you can just post a photo in your Instagram (or you can edit your profile and insert the URL as your website) and write the URL with the estimate form with a file upload field as the caption and open this link with an Android device with a updated Instagram app. It will open the URL with the in-app browser (the so called webview) and you can see that the file upload won't work. It does work just fine on iOS devices. Just Androids are being silly on this matter. Thanks again.

Auteurloopus

Hello, Thank you for these informations ! But the three posts concern directly the webview components used by the android applications themselves. As I am not the publisher of these browser apps, I can't implement it myself and update these applications. I can only manage the code of my plugin that will be loaded with the website by these applications (the code of the website technically can't modify the browser application). These informations should be sent directly to the publishers of the mentioned applications, to allow them to fix this point (if it is the exact cause of the problem) .

Clientnishikazuhiro

Damn, you're fast! LOL. I wasn't expecting a so fast response. Oh dang... I thought it was usable for your side too. My bad then. Well... I guess I'm out of luck for Android users then, lol. I'll just try to use some clever thinking to adapt the estimate form then. Thanks a lot again for your excelent support!!! :D

Auteurloopus

Thanks :) Please can you contact me from the support sending me a temporary access to the backend ? I can try something : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Clientnishikazuhiro

Sure thing! I'll send you right now. :D

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de theo_testperson

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
Clienttheo_testperson

i there a way to generate a link to a prefilled form? so that i could link directly to tree different configurations of my product?

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de lorikmucolli

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

5 messages2 réponses de l'auteurFil acheteurSupportPaiements
Clientlorikmucolli

Hi there! So I was trying to add more payment options from stripe, meaning accepting other payments rather than Visa card. Currently stripe only allows the visa card. Is there any other way that I could integrate Sofort (or other payments) through stripe? Best Wishes!

Auteurloopus

Hello, No, sorry, there is no such option (Sofort is only for 13 countries of EU), the two available payment gateways are currently Paypal and Stripe.

Clientlorikmucolli

Still, stripe supports multiple payment options, can I use those when I enable stripe as an option for the user?

Auteurloopus

No, sorry, it uses the classical Stripe payment method. If you need a specialized team to add such customizations to your version, I can recommend this one: https://wpkraken.io/?ref=loopus . They are used to work with this plugin .

Clientlorikmucolli

Okay I will do so. Yet again the customer support is amazing!!!! Thanks a lot!

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de jose_carlos_roman

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurPersonnalisationPDF et e-mail
Clientjose_carlos_roman

Hello loopus, I have some doubts before using this plugin in my freelance jobs. It's about the table (created by the shortcode [project_content]) customization. My question is: Can I style it? If so, How could I? For example: Can I hide the table header? Please bear in mind that talking about the table that is sent to the customer (generated by the shortcode), NOT the table that is shown in the summary (this one have to keep styled, showing the header). Thank you very much! JC

Auteurloopus

Hello, You can customize its styles by using these css rules in the "Custom CSS" option of the form : /* Thead */ #estimation_popup #lfb_summary table thead { background-color: #3498db !important; } /* Steps row */ #estimation_popup #lfb_summary table th.sfb_summaryStep { background-color: ##2980b9 !important; } /* Default cells */ #estimation_popup #lfb_summary table td { color: #34495e !important; } They will also be applied to the summary generated in the email .

Clientjose_carlos_roman

But what if only want to apply those styles to the summary generated in the email? Thank you. EDIT: THANK YOU!!! It works. I have achieve that by working around with the outer selectors (in my case by making use of the #mainPanel one)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de WpFASTER

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiementsPDF et e-mail
ClientWpFASTER

Hi Loopus, We cloned our existing order form and added a "/month" subscription option for one item, and immediately felt that it could be interpreted as the total being a per month charge due to the "/month" appearing below the total, even though the total and the "/month" appear on separate lines. We went live with the change anyway to see what would happen and Lo and behold, over the course of the two days we had the change live, sales dropped 88% and email inquiries from people wondering why they would be paying a monthly fee skyrocketed. So, people are in fact interpreting the "/whatever" below the total to mean the total is a "/whatever" ongoing charge OF the total, especially if they do not select the actual subscription item (which provides at least a little clarity for the user when selected). So we had to remove the subscription item. It would be great if you would issue an update to the plugin so that the "/whatever" either ONLY appears if and when someone actually selects a subscription option; or - and I think this is a distant second best - the "/whatever" below the total instead reads "+0/whatever" until or unless the user actually selects a subscription item. One other thing: The logic for the 'is subscription' seems backwards in that one has to select all the things that are NOT a subscription instead of simply ticking the thing(s) that are. Be well, and I hope this gets remedied soon, AJ

Auteurloopus

Hello, If the subscription option is activated but all the selected items have their option "Isn't a part of the subscription" enabled, the "/month" text shouldn't be displayed after the price. Feel free to contact me from the support page sending me an export of the form, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de i-Ry5

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurSupport
Clienti-Ry5

Hello again, - A problem with delete button, once I was linking steps to each other even though I clicked on the link button and I was linking two steps when I put my mouse on the step the options appeared and by mistake clicked on remove button, so I removed a whole step!! Please add confirm to delete or a button to Undo or Disable options if I chose option link - Suggestion: Cloud you add more payments options? 2Checkout, Payza, Cashu ..

Auteurloopus

Hello, 1. It is the case since the version 6.918, there is now a confirmation popup when you try to delete a step. You can apply the last automatic update from the wordpress plugins page . 2. It isn't planned for now, sorry, but I note the suggestion .

Clienti-Ry5

Thanks for your reply, About point "1" I am using the latest version with macbook safari browser, and no confirmation popup which made me lose my work and do it all over again, Now I am extra careful .. check it if you can

Auteurloopus

Please can you contact me from the support page sending me a temporary access to the backend ? I will debug it.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de p3ntagon

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurSupportPaiements
Clientp3ntagon

Hello Sir, any help on this please? Downloaded today, site setup new and then this message: Entpacken des Pakets … Das Plugin wird installiert … Das Paket konnte nicht installiert werden. Es wurden keine funktionsfähigen Plugins gefunden. Plugin-Installation fehlgeschlagen. Zurück zur Plugin-Installation thanks

Auteurloopus

Hello, What is the name of the zip file you try to upload ? If it is "wp-estimation-payment-forms-builder.zip", it is the main package file, you need to extract its content. You will find the documentation, demos to import and the plugin zip file to import inside (WP_Estimation_Form.zip) . Is it ok ?

Clientp3ntagon

yes sir. it was my fault. i did not check the folder before uploading. thanks !

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de jantore

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurSupport
Clientjantore

I have just set up a form, and as I try to install it into my page, which uses Themeco X, the animation of the form doesnt work. As you can see in this image, there is no slider, no animations, and the form is all over the place. https://imgur.com/a/XH88B

Auteurloopus

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

Clientjantore

Yep, that worked. Thank you.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de lilmarsh

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientlilmarsh

Is there a way reverse the "x" symbol to the check mark symbol for example have check mark as default and it bounces up and comes down into an "x"? or is there a way to change the symbol itself? I did change it to the zoom setting for the mean time, witch makes it a zoom check mark. People think the "x" means to close or cancel. Also i no absolutely nothing about code.

Auteurloopus

Hello, Here is the code to paste in the "Custom JS" option of your form to do that : jQuery(document).ready(function(){ jQuery('.icon_select').removeClass('fui-cross').addClass('fui-check'); });

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de hallarsangroup

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurSupportPaiements
Clienthallarsangroup

Hi, Could this form be made with this plugin? https://www.elimitix.com/traffic-tickets/upload-ticket/

Auteurloopus

Hello, Yes, no problem, you can create a similar form by using this plugin . The visual aspect will not be the same, but you can reproduce the same process.

Clienthallarsangroup

Ok great. Would it be possible to also make a form like this? https://app.tikd.com/ Please take a look at the checkout screen where it asks to "pay in full" or "pay over time." Is this possible to do? Thanks!

Auteurloopus

No, sorry, there is no this specific option currently .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de ichomusic

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

6 messages2 réponses de l'auteurPersonnalisation
Clientichomusic

Hi, I'm planning to have pricing information in my posts custom fields (using WP Types from Toolset). When I create the form is it possible to use the pricing data from the custom fields? Each pacakge/post I have costs differently.

Clientichomusic

Hi, looking at your Custom Calculation video ... I guess the question to the above is can we insert custom fields (shortcodes from WP Types) into the custom calculation? So for example if I have number of nights as a post field ... can I calculate [default cost] * [no of nights] ... or something like that? Thanks

Auteurloopus

Hello, No, sorry, there is no option to get data from external custom fields in custom calculations currently.

Clientichomusic

Thanks for letting me know. Is this easy to add or part of your dev road map?

Auteurloopus

It would require some php and js code modifications. This feature isn't planed for now, sorry. If you need a specialized team to develop such customizations to your version, I can recommend this one : https://wpkraken.io/?ref=loopus . They are used to work with this plugin .

Clientichomusic

OK thanks

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de drabello

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiements
Clientdrabello

Hi, I'm not sure if you are already aware of it, but the datepicker is not working so well on mobile. When you click to pick the date, the phone keyboard is also triggered making very hard to pick the date properly. Cya

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de arturwagnerowski

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiements
Clientarturwagnerowski

I have problem with some settings - I made calculation ([item-60_value]*[item-61_value]/10000)*59*[item-72_quantity], but the final price is showing only when you put all fields values (even if default value is set). http://www.pcv-tech.com/zamow-element-pcv/

Auteurloopus

Hello, Please can you apply the last automatic update (9.619) from the wp plugins page ? If the problem persists, please contact me from the support page sending me a temporary access to the backend, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de simon_saavedra

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPDF et e-mail
Clientsimon_saavedra

Hello, I contact you because we bought your plugin estimation cost, and lately we are having some problems with this functions: 1.­ Check boxes can't be selected. 2.­ Selected fields look wierd and I can't select by clicking on the arrow, I have to click the text at the bottom. 3.­ It's very hard to select the color on the "color picker" and when we do it, it doen't change the color. 4.­ and the text areas that has icons it look bad. Here is a url where we are using the plugin with the problems, to see it you have tu select the first image on de sept 2 that says "Presentaciones" http://www.whynotmedia.cl/prueba­formularo­diseno­mensual/ I hope you can help me, Thanks.

Auteurloopus

Hello, I just received your email and I replied .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de tomabartu

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurPaiementsPDF et e-mail
Clienttomabartu

Hi Guys really great plugin,I have a website selling premade logos, using Easy digital downloads. I like to use your plugin for my checkout page, for example, someone finds already logo he is going to the checkout page and I am looking for the option he can choose font, color, write company name description on the checkout page and I will get it in my email after when he purchase a logo is it possible? Or can you see please another option how to do it with easy digital download and yours plugin. There is one plugin expensive and ugly-https://easydigitaldownloads.com/downloads/checkout-fields-manager/ nothing perfect like yours Thanks Thomas

Auteurloopus

Hello, Alas no, sorry, you can assign edd products to the items of a form and choose to add them to the cart at end of the form, but there is no option to integrate it in the checkout page as described.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de alexcooly

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
Clientalexcooly

Hi Loopus, if I have say 3 images/values as options eg Mobile, Computer, TV as an example how do I make it that they can only choose one option. Rather than them having the ability to click all three and it scale in price? Thanks

Auteurloopus

Hello, Simply give the same "Group" option name to your 3 items to do that.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Producciones20

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurSupportPaiementsPDF et e-mail
ClientProducciones20

Hi, your form designer is not saving the changes, I'm tired of working the triple re-mading changes everytime....

Auteurloopus

Hello, Please contact me from the support page by using your buyer account and sending me a temporary access to the backend, I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

ClientProducciones20

I have no access to buyer account (it's a client), I have his purchase code instead

Auteurloopus

Please simply ask the buyer to contact me one time from the support page, then I can deliver support directly to you by email, no problem .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de brandsignvn

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

5 messages2 réponses de l'auteurFil acheteur
Clientbrandsignvn

Hello, How to display FREE when the price is 0 ? Thank you!

Auteurloopus

Hello, You can add a rich text item with the wanted text and use the item option "Show depending on conditions" to show it if the total price is 0 .

Clientbrandsignvn

Hi, I think my question is not clearly. I mean the price display beside the Title, it should be FREE if the price is 0. Thank you!

Auteurloopus

Ah ok. No, there is no option do that, sorry. If you need a specialized team to develop such specific customizations to your version, I can recommend this one : https://wpkraken.io/?ref=loopus . They are used to work with this plugin .

Clientbrandsignvn

Ok. Nevermind. I think this is can easily to modify. Then, no need to work. Thank you

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Producciones20

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurSupport
ClientProducciones20

Hi, my progress bar show 1/2 on thhe first step, but there are 8 steps, it should show 1/8 right?

Auteurloopus

Hello, It depends on the conditions defined on the links (the plugin verifies if the conditions are filled to calculate the remaining steps). If you need help, feel free to contact me from the support page using your buyer account, I will help you .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de community_volunteer

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportWooCommercePaiements
Clientcommunity_volunteer

Hey there, just bought this awesome plugin but on the last step when you click the order button it should load the woocommerce checkout page but it never gets there.. just that green screen with the loading animation.. thoughts?

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de community_volunteer

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportWooCommercePaiements
Clientcommunity_volunteer

Hey there, just bought this awesome plugin but on the last step when you click the order button it should load the woocommerce checkout page but it never gets there.. just that green screen with the loading animation.. thoughts?

Auteurloopus

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