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

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

6 messages3 réponses de l'auteurFil acheteurSupportPersonnalisationPDF et e-mail
Clientak_999

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

Auteurloopus

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

Clientak_999

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

Auteurloopus

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

Clientak_999

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Biggy

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

2 messages1 réponses de l'auteurFil acheteur
ClientBiggy

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de kingstakh

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

4 messages2 réponses de l'auteurFil acheteurSupportPersonnalisationPaiements
Clientkingstakh

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

Auteurloopus

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

Clientkingstakh

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de zfl

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

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

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

Auteurloopus

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

Clientzfl

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de mediarun

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

19 messages7 réponses de l'auteurFil acheteurSupportPersonnalisationPaiements
Clientmediarun

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

Auteurloopus

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

Clientmediarun

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

Auteurloopus

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

Clientmediarun

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

Auteurloopus

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

Clientmediarun

THANKS!

Clientmediarun

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

Auteurloopus

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

Clientmediarun

GREAT!

Clientmediarun

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

Auteurloopus

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

Clientmediarun

THANKS

Clientmediarun

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

Clientmediarun

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

Auteurloopus

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

Clientmediarun

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

Auteurloopus

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

Clientmediarun

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de revdrdavidreid

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

2 messages1 réponses de l'auteurFil acheteur
Clientrevdrdavidreid

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de C-Y-B-E-R

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

2 messages1 réponses de l'auteur
ClientC-Y-B-E-R

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de AaronNeo

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

5 messages2 réponses de l'auteurFil acheteurSupport
ClientAaronNeo

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

Auteurloopus

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

ClientAaronNeo

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

Auteurloopus

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

ClientAaronNeo

Hi no problem, thanks a lot

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Phantom_Motion

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

2 messages1 réponses de l'auteurFil acheteurSupport
ClientPhantom_Motion

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

Auteurloopus

Hello, The picture field uses the classical WP image picker. Maybe there is a conflict somewhere. Please contact me from the support page sending me a temporary access to the backend, I will debug it .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de jsowers897

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

4 messages2 réponses de l'auteurSupport
Clientjsowers897

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

Auteurloopus

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

Clientjsowers897

sorry, I'm using X Theme.

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de davidpaoli

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

6 messages3 réponses de l'auteurSupport
Clientdavidpaoli

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

Auteurloopus

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

Clientdavidpaoli

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

Auteurloopus

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

Clientdavidpaoli

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de marchand81

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

2 messages1 réponses de l'auteurFil acheteurSupportPersonnalisation
Clientmarchand81

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de th3_c

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

4 messages2 réponses de l'auteurSupport
Clientth3_c

Ignore comment - worked question out haha.

Auteurloopus

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

Clientth3_c

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de SmartOrder

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

4 messages2 réponses de l'auteurSupportPersonnalisation
ClientSmartOrder

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

Auteurloopus

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

ClientSmartOrder

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de servicesmarmondesigns

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

2 messages1 réponses de l'auteurFil acheteurSupport
Clientservicesmarmondesigns

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de toolbox101

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

14 messages7 réponses de l'auteurFil acheteurSupportWooCommercePaiements
Clienttoolbox101

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

Auteurloopus

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

Clienttoolbox101

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

Auteurloopus

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

Clienttoolbox101

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

Auteurloopus

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

Clienttoolbox101

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

Auteurloopus

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

Clienttoolbox101

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

Auteurloopus

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

Clienttoolbox101

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

Auteurloopus

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

Clienttoolbox101

perfect, i'll try that. thanks

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de abfriesen

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

2 messages1 réponses de l'auteurFil acheteurSupportPersonnalisation
Clientabfriesen

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de allexx2012

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

3 messages2 réponses de l'auteurFil acheteurSupport
Clientallexx2012

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

Auteurloopus

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

Auteurloopus

Fixed :)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de abhi1246

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

7 messages3 réponses de l'auteurPersonnalisationPaiements
Clientabhi1246

can you please add indian payment gateway ?

Auteurloopus

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

Clientabhi1246

Payumoney

Clientabhi1246

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

Auteurloopus

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

Clientabhi1246

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de monocat

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

4 messages2 réponses de l'auteur
Clientmonocat

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

Auteurloopus

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

Clientmonocat

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Prooyo

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

2 messages1 réponses de l'auteurFil acheteurPaiements
ClientProoyo

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de cinquepassi

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

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientcinquepassi

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de theme-expert

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

2 messages1 réponses de l'auteurSupportPersonnalisation
Clienttheme-expert

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

Auteurloopus

Hello, Yes it is possible using custom calculations. For support requests, please contact me from the support page using your buyer account, I will help you .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de RadCon

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

4 messages2 réponses de l'auteurFil acheteurPDF et e-mail
ClientRadCon

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

Auteurloopus

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

ClientRadCon

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

Auteurloopus

Entendu, je note votre suggestion.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Notre

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

3 messages2 réponses de l'auteurFil acheteurSupport
ClientNotre

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

Auteurloopus

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

Auteurloopus

Fixed :)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Notre

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

3 messages1 réponses de l'auteurFil acheteur
ClientNotre

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

Auteurloopus

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

ClientNotre

Thank you :)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de F_Bourgault

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

2 messages1 réponses de l'auteurFil acheteurSupport
ClientF_Bourgault

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de dronur

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

4 messages2 réponses de l'auteurFil acheteurSupport
Clientdronur

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

Auteurloopus

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

Clientdronur

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

Auteurloopus

Super, thank you !

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de dunn123

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

4 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientdunn123

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

Clientdunn123

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

Clientdunn123

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de kellybaya

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

4 messages2 réponses de l'auteurPersonnalisationPaiements
Clientkellybaya

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

Auteurloopus

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

Clientkellybaya

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de edgarphs

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

2 messages1 réponses de l'auteurFil acheteur
Clientedgarphs

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de edgarphs

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

3 messages1 réponses de l'auteurFil acheteurSupport
Clientedgarphs

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

Clientedgarphs

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de F_Bourgault

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

11 messages5 réponses de l'auteurFil acheteurSupportPaiementsPDF et e-mail
ClientF_Bourgault

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

ClientF_Bourgault

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

Auteurloopus

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

ClientF_Bourgault

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

Auteurloopus

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

ClientF_Bourgault

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

Auteurloopus

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

ClientF_Bourgault

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

Auteurloopus

I note the idea, thank you.

ClientF_Bourgault

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de biolution

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

2 messages1 réponses de l'auteurSupportPersonnalisationPaiements
Clientbiolution

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Notre

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

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
ClientNotre

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Denisioael

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

1 messages0 réponses de l'auteur
ClientDenisioael

a

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Nievescs

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

4 messages2 réponses de l'auteurFil acheteurSupportPaiements
ClientNievescs

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

Auteurloopus

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

ClientNievescs

Done!

Auteurloopus

Thank you, I sent you the file .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de vilkija

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

2 messages1 réponses de l'auteurFil acheteurSupport
Clientvilkija

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

Auteurloopus

Hello, For support requests, please 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 Hameed_Farah

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

6 messages3 réponses de l'auteurSupportPersonnalisationWooCommerce
ClientHameed_Farah

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

Auteurloopus

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

ClientHameed_Farah

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

Auteurloopus

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

ClientHameed_Farah

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de jsowers897

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

2 messages1 réponses de l'auteurPaiements
Clientjsowers897

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de seshoo

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

2 messages1 réponses de l'auteurPersonnalisationPDF et e-mail
Clientseshoo

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de kmarangu

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

2 messages1 réponses de l'auteurSupport
Clientkmarangu

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de DFrenkel

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

2 messages1 réponses de l'auteurSupportPersonnalisation
ClientDFrenkel

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de F_Bourgault

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

3 messages1 réponses de l'auteurFil acheteurSupportPaiements
ClientF_Bourgault

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

ClientF_Bourgault

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de jikey

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

3 messages1 réponses de l'auteurFil acheteurSupport
Clientjikey

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

Auteurloopus

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

Clientjikey

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

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 acheteurSupportPaiements
ClientWpFASTER

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de jikey

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

2 messages1 réponses de l'auteurFil acheteur
Clientjikey

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de servicesmarmondesigns

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

2 messages1 réponses de l'auteurFil acheteur
Clientservicesmarmondesigns

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de lospermarc

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

2 messages1 réponses de l'auteur
Clientlospermarc

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Undrumen

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

2 messages1 réponses de l'auteurSupportPDF et e-mail
ClientUndrumen

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Dape12

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

2 messages1 réponses de l'auteur
ClientDape12

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

Auteurloopus

Hello, I replied on the second post.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Dape12

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

2 messages1 réponses de l'auteur
ClientDape12

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de president75

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

8 messages4 réponses de l'auteurSupportPaiements
Clientpresident75

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

Auteurloopus

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

Clientpresident75

They told me to contact you !! :(

Auteurloopus

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

Clientpresident75

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

Auteurloopus

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

Clientpresident75

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

Auteurloopus

Thank you ! :)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de mindfulwisdom

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

2 messages1 réponses de l'auteur
Clientmindfulwisdom

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

Auteurloopus

Hello, Ok, thank you for the idea !

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de christos100

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

3 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientchristos100

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

Auteurloopus

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

Clientchristos100

You are awesome! Keep up the great work.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de topcat99

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

2 messages1 réponses de l'auteurFil acheteurSupport
Clienttopcat99

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

Auteurloopus

Hello, For support requests, please 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 ogrisundpartner

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

2 messages1 réponses de l'auteurFil acheteurWooCommerce
Clientogrisundpartner

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de gselway

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

2 messages1 réponses de l'auteurSupport
Clientgselway

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

Auteurloopus

Hello, For support requests, please 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 rsmith4321

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

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientrsmith4321

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de big-redz

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

2 messages1 réponses de l'auteurPaiements
Clientbig-redz

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de abloconline

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

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

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de LiveWordPressHelp

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

2 messages1 réponses de l'auteur
ClientLiveWordPressHelp

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de LiveWordPressHelp

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

2 messages1 réponses de l'auteurWooCommercePaiements
ClientLiveWordPressHelp

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de sagateway

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

2 messages1 réponses de l'auteurFil acheteur
Clientsagateway

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Kevlarus

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

2 messages1 réponses de l'auteurSupport
ClientKevlarus

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de scottjames1

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

3 messages1 réponses de l'auteurFil acheteurSupport
Clientscottjames1

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

Auteurloopus

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

Clientscottjames1

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de mindfulwisdom

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

3 messages1 réponses de l'auteurSupport
Clientmindfulwisdom

is it support multisite?

Auteurloopus

Yes

Clientmindfulwisdom

great!

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de livelovesmile

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

3 messages1 réponses de l'auteurFil acheteurSupportPDF et e-mail
Clientlivelovesmile

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

Clientlivelovesmile

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

Auteurloopus

Hello, Please 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 next1code

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

2 messages1 réponses de l'auteurSupport
Clientnext1code

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de NathanSimpson

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

3 messages2 réponses de l'auteurFil acheteurSupportPersonnalisation
ClientNathanSimpson

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

Auteurloopus

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de conorseed

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

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

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de InnovaPorta

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

4 messages2 réponses de l'auteurPersonnalisation
ClientInnovaPorta

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

Auteurloopus

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

ClientInnovaPorta

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

Auteurloopus

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