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 60 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 strengthandmind

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

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

Pre-Sales: Do you support http://codecanyon.net/item/mymail-email-newsletter-plugin-for-wordpress/3078294 for email subscriptions ?

Auteurloopus

Hello, Not currently, I didn't know this plugin. It looks really great, I note your request and will study this possibility .

Clientstrengthandmind

Please reach out to the developer Xaver. He is very accommodating with requests for integration :)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de djhargrove

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

5 messages2 réponses de l'auteurFil acheteurSupportPersonnalisation
Clientdjhargrove

looking for some help for the calculations. i have a product that for the first 20 items (the customers uses the quantity option to select the number) the base price just keeps adding on $25, one they get to 20 the total should be $500 (which it does perfectly) but anything over 20 should only add on a additional 5 dollars. so : 21 would be $505 22 would be $510 and so on But currently if I use the discount option it drops the price down to $5 for each item before the 20 Count how can I accomplish it so that the first 20 items stay the base price but any amount after the first 20 just adds on $5

Auteurloopus

Hello, You can do it using this custom calculation on your item : if([item-1_quantity] 20){ (([item-1_quantity]-20)*5 + 20*25)/[item-1_quantity] } Replacing the "1" of "item-1" by the id of the current item. You can use the button "Add a value" above the calculation field to easily recover the value of a specific item .

Clientdjhargrove

Brilliant, works perfectly, Only thing is its giving me decimals, which is not so bad, but is there a way to not have decimals and just round to the nearest?

Auteurloopus

Yes. As custom calculations use Javascript, you can use the Math.round() function : if([item-1_quantity] 20){ Math.round((([item-1_quantity]-20)*5 + 20*25)/[item-1_quantity]) }

Clientdjhargrove

Awesome thank you

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de satishdevnani

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

2 messages1 réponses de l'auteurWooCommerce
Clientsatishdevnani

Can i use this form like as soon as user enters the data it becomes a woocommerce product ?

Auteurloopus

Hello, No, you can use woo products as items in your forms, but it can't generate a new woo product.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de developerguy

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

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

Thanks so much for your help, I think I resolved the first step. But now I need to know if I can do something like this (it is not necessary to be exactly like the image but the same function. I need the customer choose the color from a palette and then select the size and quantity.\Please check the image. Thanks for you help. https://s31.postimg.org/q4ak5ujmj/4_unisex.jpg

Auteurloopus

Hello, Please rather use the "Reply" button instead of new comments (it is easier for me to follow our exchange). Did you receive my email (sent to [email redacted])? You can simply use an item "Color picker" to allow the user to choose the color . If you want to propose only a limited number of colors, you can use "pictures" items to show each color .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Honkytonky

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

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
ClientHonkytonky

Hello Loopus: quick question, what rule would I tend to to style the introductory button only? I would like it to be a little bolder and more appealing for my customers to try the online order form (bakery)! Thanks a lot and greetz!

Auteurloopus

Hello, There is the rule to use : #estimation_popup #btnStart { ... }

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de developerguy

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

10 messages5 réponses de l'auteurFil acheteurSupportPersonnalisationPaiements
Clientdeveloperguy

Hello, first of all I want to say thank you guys for this extraordinary plugin. Please I need to know how can I do something like this. It's not necessary the same appearance that it's just an example. It's just simple, the client select the size and then the quantity. They can select multiple sizes. Thanks again. https://s31.postimg.org/54dbj7ep7/image.jpg

Auteurloopus

Hello, Thank you very much :) Yes, you can do that with your form. Set the option "Quantity selection style" of your form to "Field" (it will allow the users to enter the quantity in a numberfield when they select a product) Create "pictures" items (you can find free icons here if needed) for your products, enable the "Enable quantity choice ?" option and define their price You can show all categories on the same step using "Rich text" items for titles, or create a step for each one, then link them from the first to the last . If you need to show an item only if a specific item is selected, you can use the "Show it depending on conditions" item option If needed, feel free to contact me from the support tab, I will help you .

Clientdeveloperguy

Thanks very much for reply. Sorry I am completely lost. I can't find "quantity Selection Style" please I'll appreciate you tell me where is this option. Also this is exactly what I am doing, I did the first and the second step by I am do not know how make the 3rd step. https://s31.postimg.org/avekh84i3/image.jpg

Auteurloopus

You can find this option in the "General" tab of the form (https://0.s3.envato.com/files/192684584/screen_2.png ), the last option of the left column. Then you simply need to activate the "Enable quantity choice" on your items, a numberfield for quantity will be displayed when the user will select these products.

Clientdeveloperguy

Thanks for your help, but to be honest I feel frustrated with this. I see none information about how to use the tools in the item list and how to configure the tools. You need to considerate to make a video tutorials how to use the tools. This are my question: 1- How to put the item list in horizontal way ( just the ones who are not in conditional terms) for example the sizes are toddler, youth and adult and each one came with differents sizes. I just want toddler - youth - adult. Please check what I am doing now to see the example. 2- If you see in the sample, the customer need to select one option of 3, in this case select the "photo shirt" option and then select the color (white cost $10 and black $15) Select "White" you see the button price now is $10 and then next step, select the sizes. The customer can select a different sizes with any quantity as they want. And my question is The price of the shirt is 10 so when they select for example toddler and 2T size and 2 quantity there supposed to be 20 no30. How can I fix this? Thanks again.

Clientdeveloperguy

Sorry here is the sample: http://webdesignservicesorlando.com/mytshirtsexpress/?lfb_action=preview&form=3

Auteurloopus

On backend, you simply need to move the cursor above an option to see a tooltip explaining how works this option. As I wrote, you can also contact me from the support tab sending me an export of the form if you need help on a specific point. 1. Please change the value of the "Max items per row" of the "Size" step to "0" (default value). 2. It is normal, if you set a price of $10 on color, then 10$ per quantity, the total will $30 if you select a quantity of 2. To do that, you need to let the color price to $0 , then use this custom calculation of the "Toddler 2T" item : 10 if([item-44_isChecked]){ 15 } The price of the product will be $10 by default, and $15 if black color is selected (multiplied by the selected quantity). When you create a custom calculation, you can use the buttons "Add a value" and "Add a condition" (just above the calculation field) to easily recover a specific value and create visually create conditions .

Auteurloopus

As you use small pictures, there is a rule you can paste this rule in the "Custom CSS rules" field of your form (tab Design) to center the quantities fields : #estimation_popup .wpe_itemQtField {margin-left: -48px;} If you need more help, please contact me from http://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support . I will reply then you can send me the export of the form .

Clientdeveloperguy

Hello friends, I sent you what you ask me on support page, but I did not received answer. But please check this images... this is what i am looking for. (That's not real, it's just a modification with photoshop but you get an idea what I am looking for.) https://s32.postimg.org/h32entk11/sample_selcting_sizes.jpg You can see here after they do all the previous steps they need to select the type of sizes and than the sizes available and the quantities. The customer can choose as many type of sizes and sizes available as they want. Thanks and I hope you can help me with this.

Auteurloopus

Hello, I received your email and replied 2 days ago. Maybe you didn't receive it because of the attachement (an export of your form updated with wanted calculations) . I'm going to send it again. You can't make the step like on your screenshot using visibility conditions, I think the best solution is to use different steps for each categorie of size . I'm going to send you the email, moving the export file online instead of attachement.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de odiousdev

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

4 messages2 réponses de l'auteurFil acheteurWooCommerce
Clientodiousdev

Sorry if already asked and answered. Is there a plan to integrate other item types with woocommerce other than the standard picture item type?

Auteurloopus

Hello, An option to also assign woo products to sliders and checkbox ? It isn't planned currently, but it is a good idea, I note it for a next update. Thanks !

Clientodiousdev

Exactly - I was thinking of the slider in particular. Super product here. Thank you for letting me buy it!

Auteurloopus

Noted, thank you ! :)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de template_hacker

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

2 messages1 réponses de l'auteurFil acheteurPaiements
Clienttemplate_hacker

I'm stuck on one of the 'steps', I have 4 different items inside of the last step before checkout, and I am unable to select more than 1 item. What did I do wrong?

Auteurloopus

Hello, You probably use the same group name for the items of this step (option "Group" on the item panel). Simply leave this option empty to make all items selectable (only one item of a same group can be selected at same time) .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de webemirates

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

2 messages1 réponses de l'auteur
Clientwebemirates

Nice plugin, do your plugin translated to Spanish language ?

Auteurloopus

Hello, You can freely edit all texts of your forms directly from the backend. Texts of the backend can be translated in any language using WPML or the .po file .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de smelinda

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

9 messages4 réponses de l'auteurFil acheteurSupportPersonnalisationPDF et e-mail
Clientsmelinda

Hi there, I am interested in your product but I would have 3 questions: 1. Is your plugin compatible with Avada Wordpress theme? 2. At the end of the form is it possible to ask more personal information if a customer finished with the questions? I mean along with email address, name, and address etc. 3. At the end if the customer puts his email address I'm going to get an email as well, right? However if the cutsomer leaves without giving his email address is it possible for me to see what answers he had for statistical purposes? Thank you.

Auteurloopus

Hello, 1. Yes 2. Yes, you can freely add fields (text fields, textarea, email fields) to the last step. 3. Yes, the order is sent by email and stored on backend. Email field is required to submit the form (to allow you to reply to the customer). If you want to set this field facultative, you can contact from the support page, I will send you a custom version doing that.

Clientsmelinda

Thank you for your answer. In my last question I think you misunderstand me. I don't wish to set that field facultative I meant if the customer leaves the last step - because he thinks the estimate is too expensive for him, let say - without giving his email address is it possible to me to see his answer what he gave before living my page? I would like to ask some more question if you don't mind. :) 1. Maybe it's a fool questin but is it possible to have more questions in one step? 2. I saw that your plugin is compatible with 3 Autoresponders. Is it possible / are you going to plan to make it possible to use any custom autoresponder? I'm using Sales Autopilot which can be connected to forms with html code or through an iframe.

Auteurloopus

Ah ok. No, the order isn't stored if the user doesn't submit it. But there is an option allowing you to ask the email in any step (for example the first one, before starting the form) and send the contact to MailChimp/MailPoet/GetResponse directly when then step containing the email field is finished (even if the user doesn't finish the form) . You simply need to create an email field in the wanted step and enable the option "Send contact as soon the email field is filled ?" in the "Email" tab of your form to do that. 1. Yes, you can use Rich texts to ask different questions in a same step, and freely manage your items inside. 2. It isn't possible to make it compatible with all existing autoresponders (each service has its own api and functions) . If needed, you can easily find a freelancer here to customize your version adding the wanted feature : https://studio.envato.com/search?utf8=%E2%9C%93&search%5Bquery%5D=wp+plugin+customization

Clientsmelinda

Thanks Loopus. And what kind of image format is supported if I want to display a picture instead of icons?

Auteurloopus

You can use formats jpg, png and gif for images. You can change the size of pictures from the "Design" panel of the form .

Clientsmelinda

Great, thank you. Going to buy it. :)

Clientsmelinda

Can I have a licence related question? If I bought regular licence can I use your plugin on my main domain and on all of its subdomains as well? (They are on different wp installation) Or do I need to buy another license for every subdomain?

Auteurloopus

1 website = 1 license (http://codecanyon.net/licenses/standard ) . Perhaps there are exceptions. If needed, you can ask it directly to Envato from here: http://support.envato.com/index.php?/Tickets/Submit

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de moeraem

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

3 messages1 réponses de l'auteurPDF et e-mail
Clientmoeraem

Hi, We would like to ask about an option if your plugin has it, because we are actually need to do our form like this: We have multi fields as the user can fill and they are not necessary to fill them all. But we need to send the data of each field to differnt email if the field filled. For ex. if { field-1 = filled } send-to email-1 else { do nothing } if { field-2 = filled } send-to email-2 else { do nothing } If this option possible in your plugin, so it's will be perfect and we will buy it :-) Awaiting for your kind response. Kind Regards, Moe

Auteurloopus

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

Clientmoeraem

Okey it's fine and thank for the quick answer :-)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de razorcool

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

2 messages1 réponses de l'auteur
Clientrazorcool

Pre-sale question: Can you show everything in one page instead of step by step? Thanks.

Auteurloopus

Hello, Yes,you can show everything on the same step (you can use the item option "Show depending on conditions" to show/hide specific items depending on conditions, on the same step). It will only remain the final step showing the result (and summary, legal notice, discount code field if wanted) after the single step of your form .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de sumo29

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

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientsumo29

can you use custom css (e.g. span) inside the "item" "small description" field to format text? It seems to break it.

Auteurloopus

Hello, No, you can't use html code directly in the step description field. But you can add your css rules in the "Custom CSS rules" field of your form (tab Design). There is the rule to target the step description : #estimation_popup .genSlide .lfb_stepDescription { } And to target the description of a specific step : #estimation_popup .genSlide[data-title="The Step Title"] .lfb_stepDescription { } You can also use a "Rich text" item to freely add your html code in the step (and use it as description placing it as first item of the step).

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de BusinessNL

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

3 messages1 réponses de l'auteur
ClientBusinessNL

pre sales Q. Just to be sure...this..."You can also choose to hide all prices from the form and emails to use it as a classical form"..........does this mean i can use your system as > see example > https://www.business.com/pos-systems/#pricequotes

Auteurloopus

Hello, Yes, you can use it to create forms like the mentioned one.

ClientBusinessNL

Thanks. added to cart ;-)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de interayo

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

5 messages2 réponses de l'auteurFil acheteurSupportPersonnalisationPDF et e-mail
Clientinterayo

Hey Loopus, Sorry, but for the next 2-3 days I guess I will have lots of questions. But after that you wont hear from me. I promise. So my question is: is it possible to add a Datepicker for the ' Last Step ' section? I don't see it in the list. If you are going to note it for future updates, I wish to add also that a Timepicker would be great alongside this. For the moving business, in my case, they select the date and the time! Regards, Robert

Auteurloopus

Hello, Feel free to can contact me directly from the support page with your different questions, I will help you. You can use a datepicker on any step of the form except the final step. On the final step (showing the final price and the summary), you can create email fields, text fields and textareas . Yes, I note the request and will surely add it in a next update if some other customers also ask it . Currently, you can add the datepicker in the step just before the last one, and use a dropdown to allow the customer to choose the hour.

Clientinterayo

You are the fastest replyer I have ever encountered on Envato. Respect. Your suggestion is exactly what I will do. And maybe, its even better that way. Another question: The tooltip gets messed up when I add the shortcode as 'integrated' in page. When I do 'fullscreen' however, it does not. Does this have to do with CSS conflicting? or? Thanks man/girl.. Whoever you are THANKS!

Clientinterayo

.

Auteurloopus

Thanks :) The problem on tooltip surely comes from a css conflict, please contact me from the support page, sending me the url where I can see it, I will debug it .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de interayo

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

6 messages3 réponses de l'auteurFil acheteur
Clientinterayo

Hey Loopus, To start of, what an amazing plugin. The usability is truly unique. There is just one thing I can't seem to figure out. I am using your tool to calculate a price for a moving service. Which has a lot of variables. One of which is the amount of boxes. So people initially get prompted three checkboxes; 1-15 16-30 or 30+. If 30+ is selected a slider pops up. Which should calculate an extra value of 2000 for every box after 30. Meaning 0-30 is free, but 31 box adds 2000. Currently it seems to add 2000 for every box before the 31st as well. Even when I set the minimum to 31. If i set condition 1 > $0 and 31 > is $2000 it does not do it. Is there any calculation i can use for this? Regards, Robert

Auteurloopus

Hello, Thank you very much ! :) To do that, simply apply the last automatic update from the Dashboard > Updates page . Edit your slider item, set "0" as price and enable the "Apply reductions on quantities ?" option. Then add a reduction with a quantity of "31", and a price of "2000", it should do the job. Is it ok ?

Clientinterayo

Hey, I bought it 20 mins ago, I think I have the last update. When I got to update plugins it also says there is no update for yours. However, when I set the slider item to 0 and apply reductions when I save them, they get erased. Thank you for replying super fast!

Auteurloopus

Are you sure you clicked the "Add a new reduction" button once the fields filled, before saving the item ?

Clientinterayo

Nope, you are right! I clicked check for updates. And now it works! THANKS!

Auteurloopus

:)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de sumo29

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

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientsumo29

Is it possible to change the image size per form page (e.g. one page will have bigger image sizes since I have 3 selections and another page may have smaller image sizes because I have 10 selections)?

Auteurloopus

Hello, Yes, you can do it using css rules in the "Custom CSS rules" field of the form (tab Design) : #estimation_popup .genSlide[data-title="My Step Title"] .genContent div.selectable .img { max-width: 128px !important; max-height: 128px !important; } Replacing "My Step Title" by the exact title of the step and the sizes by the wanted values.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de josh_646

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

5 messages3 réponses de l'auteurFil acheteurSupportPDF et e-mail
Clientjosh_646

I am not receving emails when form is submitted. customer is but I am not. ANy idea how to fix?

Auteurloopus

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

Clientjosh_646

sent a message a couple days ago and still no responce

Auteurloopus

Oh sorry, I did not see the email, I'm going to check that immediately.

Auteurloopus

I just tested it, I correctly receive the orders (I transfered you the received orders) . There is probably something blocking emails sent by php in the configuration of the mentioned email account (antispam filter ?). Can you try with your @hotmail address ? I replied your email .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de iddla

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

2 messages1 réponses de l'auteurSupportPersonnalisation
Clientiddla

Very interesting. We are working in user registration / custom type creation currently through Gravity Forms & its included extensions, since I read it can be connected to Gravity Forms I wanted to know how this would work, whether all the information collected would be submitted in the last step or maybe in another way, as to achieve the same generated content/registration(s). Also, and I did notice the question from other users, and this happens to be a need for us since we'll be registering volunteers from a variety of Latin American countries, I was going to propose and ask if you could possibly integrate this great plugin with the excellent open-source intl. phone field verification system on Github (https://github.com/jackocnr/intl-tel-input), used by many companies already like Netflix, etc. That would surely be a "best" solution to the problem! If that's possible, how far in the roadmap could this be implemented? Thanks in advance, we're interested. – SRS

Auteurloopus

Hello, 1. Yes, you can assign a gravity form on the last step of your form. Doing that, all the selection made by the user and the total price will be recovered in two hidden gravity fields, then the form will be submitted directly by Gravity forms. 2. I don't know this plugin at all, I will have a look, thanks for the idea .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de axnc

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

2 messages1 réponses de l'auteurPaiements
Clientaxnc

Hello, presale q: I have a multivendor platform, every vendor with many services. I want users to be able to generate stacks of services based on different questions, but the final generated stack to be shown only after a payment. can I do that with your plugin ?

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de hellotiko

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

2 messages1 réponses de l'auteurPaiementsRéservation
Clienthellotiko

Hi, Let say I want a multiple entries system in a multiple stage form-format. Is that possible? I want my buyer have an ability to registering 3-5 of their family members in one of stage in the multiple stage form-format (but at the end I still want a single payment/check-out). It just like a flight ticketing/booking system. Kindly need your advise Regards

Auteurloopus

Hello, Yes, you can do it using the "Show on conditions" option on items. For example, you can create an item "How many people?", and automatically display/hide below some predefined fields depending on the selected quantity (fields name / phone / age etc ... for each person).

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de vdagdelen

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

3 messages2 réponses de l'auteurFil acheteurSupportPaiementsLicences
Clientvdagdelen

Hi guys , the plugin keeps asking the licence key even when i enter it also when i want to edit a step it stuck on loading screen. thanks

Auteurloopus

Hello, Maybe a js conflict. Please contact me from the support page, sending me a temporary access, I will debug it .

Auteurloopus

http://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de soundmusiclibrary

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

5 messages2 réponses de l'auteurFil acheteurSupportPersonnalisation
Clientsoundmusiclibrary

Hi, I'm not sure it's possible to have a quantity slider AND then a quantity of that quantity. E.g an article writing service with a slider for wordcount and then another slider for article quantity. If the wordcount slider is at 300 and equals $10, a quantity of 10 articles would be $100. I can't see a way to do this unless I have lots of fixed options with separate steps. I need it to be dynamic really.

Auteurloopus

Hello, To do that, you simpy need to use a custom calculation on the quantity slider. Enable the option "Use Calculation", then use the "Add a value" button to easily recover the value of the wordcount slider. Simply use this value in the calculation field : [item-A_price] Where "A" is the ID of the wordcount slider item . This price will be multiplied by the selected quantity of pages on the current slider .

Clientsoundmusiclibrary

Genius, will give that a go, thanks loopus.

Clientsoundmusiclibrary

So here's where I'm at. I have two items, both sliders, the first called 'word count' and the second called 'how many articles?' 1. 'word count' has a min of 300 and a max of 3000 with the default price set at 0.02. It displays $12 at the 300 minimum on the slider 300 * $0.02 = $6.00 so it calculates wrong, it should be $6.00 not $12.00 but this may be connected to the custom calculation in point 2. below. 2. 'how many articles?' has a minimum of 1 and max of 20. I have set a custom calculation which is supposed to multiply the word count value. The custom calculation I have written goes like this (I am certain there is something wrong with it but gave my best shot.) 0.02 if(( [item-6_quantity] >1) ) { ( [item-6_price] )*( [item-7_quantity] ) } Just to reiterate, if the word count slider is set at minimum quantity 300 and the how many articles slider is set at 2, the value in dollars should be $12. What instead happens is, after hovering over the 'how many articles' slider it displays '0' until you move it forward then backwards. After sliding it to the value of 2 it displays $30, 3 $60 and 4 $102? Which is completely wrong haha. Could you make a correction to my calculation and I will see if the problem is fixed?

Auteurloopus

Hello, The result of the custom calculation is the price per unity . This price is multiplied by the selected amount on the slider, that's why your calculation is wrong. The calculation on the second slider should simply be : [item-6_price] If you need more help, please send me an export of your form (you can contact me from the support page), I will help you .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de sailor1978

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

2 messages1 réponses de l'auteurFil acheteurSupportPersonnalisationPDF et e-mail
Clientsailor1978

Hello, there's a footer in quote sent by email that says "thanks for your confidence" and it can't be changed using admin panel, could you please make it be changeable? Also, when on final step and on page bottom, if there's missing infos in the form, could you please display a message telling there's misisng infos and the form to smooth scrol back to the fist missing info? Actually, no message is shown when a user clicks send, it just won't send and do not say why. Thanks

Auteurloopus

Hello, 1. You can freely edit the admin and customer's email templates from the "Email" tab of your form. 2. On the last step, when there is an error on a field, it becomes red. You can see it on the demo. If you don't see it on your form, maybe there is a css conflict. You can contact me from the support tab, sending me the url of the form, I will check it .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de geistafora

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

2 messages1 réponses de l'auteurFil acheteurSupport
Clientgeistafora

Hello, is there a way to load the javascript files of the plugin only on pages where a form is present, instead of loading the files on all pages? Thanks in advance.

Auteurloopus

Hello, Yes, simply disable the option "Ajax navigation support".

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de yingfuli

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

6 messages3 réponses de l'auteurFil acheteur
Clientyingfuli

Presale question. Is something like this possible? http://www.wpdept.nl/wp-content/uploads/2016/06/Schermafbeelding-2016-06-15-om-15.44.37.png It's a way to drag and drop a feature to the skylight. Thanks.

Auteurloopus

Hello, No, sorry, there is no a such feature currently .

Clientyingfuli

Okay. But overall functionality like this page: http://www.luminusdak.nl/lichtstraat/offerte/ is possible?

Auteurloopus

Yes, it can be done. For the video preview, you can choose to open it then the user click the item. The size step (2nd step) can be done using dropdown or checkbox for the different sizes . Pictures can be user for other steps .

Auteurloopus

A precision about the video preview : you will need to add the video on a different page, and use the url of this page in the "Open an url on click" option of the wanted item. It will be opened in a new tab when the user will click the item .

Clientyingfuli

Okay, thanks for the responses, appreciate it!

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de sumo29

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

7 messages3 réponses de l'auteurFil acheteur
Clientsumo29

does anyone know how to set up the slider so as they slide it - it is selecting a dollar value..e .g. $0, $25,000, $50,000, $75,000, $100,000?

Auteurloopus

Hello, Simply the price of your slider to "1" .

Clientsumo29

thanks... can I change the number format for the part that shows up when I am sliding the slider? I want it to show in $xxx,xxx format.

Clientsumo29

sorry and is it possible to add increments so the slider isnt going up by single digits but by $10k increments?

Auteurloopus

A slider defines a quantity, not directly a price, you can set its price to "10000".

Clientsumo29

sorry to be clear... the slider cannot be set to increment at $10k? for example, 10,000, 20,000, 30,000 as you slide from left to right without having to go through single digits?

Auteurloopus

The quantity defined by the slider can't itself use 10k segments . But this quantity is multiplied by the price of the item, so you can set its price to "10000" : the price will increment at $10k for each quantity defined by the slider. I hope it is clear.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de mrittman

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

2 messages1 réponses de l'auteur
Clientmrittman

If I do 3D animation work, can I tailor this plugin for that, or is this primarily for estimating websites?

Auteurloopus

Hello, Of course, you can use it to sell any type of products or services.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de simoptimtheme

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

4 messages2 réponses de l'auteurPaiements
Clientsimoptimtheme

Hello, i have two important preorder questions! Hope you can anwer me. 1. Is it possible to count two different prices dynamically at the same time? Cause i want to create a ordering process and some options would be added to a "one time payment" and some other options to a "monthly payment". For example: The user can buy a website with 3 singlesite (thats added to one time payment). And later the user is clicking at the domain packages (and these one are added to the monthly payment) 2. I want to add descriptions to each Option the user can choose. Like a "?" Icon, where the user can click on it to get further informations about that thing. Is this possible to realize?

Auteurloopus

Hello, 1. Yes, forms can generate a single price + a subscription price at same time. It also works with payment . 2. There is no "?" icon, but there a description option allowing you to show a small description under each item, and an option to open a specific url in a new tab when the user clicks the item. If you show 1 item per row, you can also use a "Rich text item" under the wanted products, to display the content you want.

Clientsimoptimtheme

Thanks for your fast answer. Is there a Documentation where i can see these things and which options i have? Or can i login into admin backend with a demouser to test it?

Auteurloopus

No, but you can find informations, screenshots, tutorial and video preview on the plugin page .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de phone-doctor

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

3 messages1 réponses de l'auteurFil acheteurSupport
Clientphone-doctor

Hello I just bought your plugin but I get an error and can't install plugin : Parse error: syntax error, unexpected T_STATIC, expecting T_STRING or T_VARIABLE or '#x27; in /homepages/17/d407903147/htdocs/mywebsite/wp-content/plugins/WP_Estimation_Form/includes/MailPoetList.php on line 28 Please help me thx

Auteurloopus

Hello, Please verify your server runs PHP 5.4 or more .

Clientphone-doctor

ok I found problem on my hosting for php thx

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Dotansh

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

2 messages1 réponses de l'auteurFil acheteur
ClientDotansh

Would be great if you add the possibility of multi vendor account! So that the admin creates the fields and vendor enter the prices. The result is that when a user selects fields calculation list is based on all accounts... You can see a live example here: www.sabal.co.il

Auteurloopus

Hello, Thanks for the idea, I will take a look .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de sumo29

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

3 messages1 réponses de l'auteurFil acheteurSupport
Clientsumo29

same error as phone-doctor has... line 28 parse error... upgraded to PHP 5.4 and still have issue

Clientsumo29

sorry please ignore. it seems it just took time for the server to update...

Auteurloopus

Super, thanks for the good news. Yes, the plugin needs PHP 5.4 or more .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de media90ro

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

2 messages1 réponses de l'auteurFil acheteur
Clientmedia90ro

Hello! Can somehow integrate an affiliate system for submitting form?

Auteurloopus

Hello, Not currently, i note the idea, thanks .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de shagelito

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

2 messages1 réponses de l'auteurFil acheteurSupport
Clientshagelito

Hi again, Another problem at http://joriscarol.com/smogo/services/ : "Uncaught ReferenceError: lfb_startFormIntro is not definedonclick @ (index):494" I searched the comment's section for that error, and noticed that from the 4k comments, i was the only one facing that problem. So if this goes beyond your scope support, please tell where should i go to find answers =) Cheers!

Auteurloopus

Hello, Please use the "reply" button instead of creating new comment for your different messages. It worked correctly yesterday, but there are now js errors. Did you install new plugins, or modify something ? If you want, you can 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 chitic_florin

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

3 messages1 réponses de l'auteurFil acheteurSupport
Clientchitic_florin

Heloo, i have one issue that i don;t really undestand. i have 5 selectable ittems on the First step and i want to only one to be selectable and if i select another one the first one i selected will automaticly disable how is in the demo you made. Can you tell me what i need to do? My regards, Florin

Auteurloopus

Hello, Yes, simply give them the same "group" name. You can find the "Group" option on the item panel . Only one item of a same group will be selectable .

Clientchitic_florin

Haha that was so easy, i didn't think about that group name before:D. Thank you!

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de shagelito

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

5 messages2 réponses de l'auteurFil acheteurSupportPersonnalisation
Clientshagelito

Greetings. I'm trying to work your plugin out, but it seems that it displays wrong on my website. Please take a look at www.joriscarol.com/smogo/test Thanks =)

Auteurloopus

Hello, Please paste these rules in the "Custom CSS rules" field of your form (tab Design) : #estimation_popup > .tooltip { width: auto !important; } #estimation_popup.wpe_bootstraped .has-switch label { left: 0px;} Is it ok ?

Clientshagelito

It is. Thanks for your help =) Could u tell me what was wrong?

Auteurloopus

It was a small css conflict with some styles of the theme, applied to all switchbox and tooltips.

Clientshagelito

Thanks a lot!

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de mikebourne

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

2 messages1 réponses de l'auteurFil acheteurPaiements
Clientmikebourne

Presale question, I hope this hasn't been asked already. Is it possible to have dual prices being tracked? Perhaps say a base "set up fee" and then a "monthly price", both adding up as options are added?

Auteurloopus

Hello, A form can generate a single price + a subscription price at same time (it also works with payment). To do that, enable the "use subscription" option on the form, then enable the option "Isn't a part of subscription" on the items whose cost is not recurring.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de astenmies

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

2 messages1 réponses de l'auteurFil acheteurSupportLicences
Clientastenmies

Hi there, works great. I'm just having a problem with 1- Conditional calculations do not work 2- Cannot activate the license (it keeps loading with no result) Can you please help me with that? Thx!

Auteurloopus

Hello, Please contact 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 boundlesssuccess

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

2 messages1 réponses de l'auteur
Clientboundlesssuccess

Integration with Infusionsoft?

Auteurloopus

Hello, No, sorry, I don't know this CRM, I will have look on it, thanks .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de gzelasco

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

2 messages1 réponses de l'auteurPaiements
Clientgzelasco

hey Buddy ! A pre sale question, Can I use this pluing for LOAN estimator tool, ?For xample: Customer choose different amount of money options: $10000, $50000, etc, then: Month payment, 6, 12, 18, etc, and the resulte will be the payment plan. Make sense?

Auteurloopus

Hello, No, sorry, there is no such option currently. I note the idea, thanks .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de dbatten

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

4 messages2 réponses de l'auteurFil acheteurSupport
Clientdbatten

Bug Report: On initial first step when there are 2 image options (only one selectable) and the plugin is set to "Automatic next step", the caption of the image clicked is still showing in the following steps. This should not be happening. The only way I have seen to get around this is to simply disable the "Automatic next step" setting... but I really want to use it - because it will save the visitor time completing the form calculation. Please help!

Auteurloopus

Hello, I can't reproduce the bug on my side. Please contact me from the support tab, sending me the url of the form, I will debug it .

Auteurloopus

Fixed :)

Clientdbatten

You're amazing. Thank you very much.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de ingenero

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

6 messages3 réponses de l'auteurFil acheteurSupport
Clientingenero

Is it possible to load the form in a predefined step for individual pages? I'm thinking in a parameter you can add to the shortcode: [estimation_form form_id="1" start="step_id"] or with a link class, is it possible?

Auteurloopus

Hello, No, the start step can't be defined by shortcode. I note the idea, thanks .

Clientingenero

Yeah I noticed that you can track the step a visitor is in, there should be a hook. Right now the solution would be creating duplicates for each main branch, I don't think is optimal, would you advise against it?

Auteurloopus

You can duplicate your form in 1 click and only change the start step, it isn't a problem .

Clientingenero

Thanks for considering adding this feature, if you go to my site you'll notice how it can be so useful. Top notch customer care as always :)

Auteurloopus

Ok, I note the idea, thanks !

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de newglobes

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

2 messages1 réponses de l'auteurFil acheteurSupport
Clientnewglobes

Hey, I opened Analytics account. Especially for the calculator (apart from the main site). I put the code in the right place, see a screenshot. But it does not work, am I missing something? http://screencast.com/t/U1uPgmMKui http://screencast.com/t/3eUKeAlxcC

Auteurloopus

Hello, It should be ok. Please 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 thrifthunt

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

4 messages2 réponses de l'auteurFil acheteur
Clientthrifthunt

Is there a feature that makes it so that only one of the options can be selected to advance to the next step instead of multiple items being selected. also how do i make it so the form on the last step verifies the address, country, and postal code are real values before submitting

Auteurloopus

Hello, 1. Simply use the same "group" option for the wanted items. Only one will be selectable. 2. There is no feature to verify these values are real before submitting .

Clientthrifthunt

thanks for the answer. i also want to know how i can use the gravity form feature on the last step page instead of the regular input field options

Auteurloopus

Yes, you can assign a gravity form to the last step. You can find instructions in the documentation .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de oshriza

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

3 messages1 réponses de l'auteurFil acheteur
Clientoshriza

Hi, Is it possible to make a price range? for example: Between 1000-2000 Thanks, Oshri.

Auteurloopus

Hello, No, the result can't be a price range currently. I note the idea, thanks . If you need a freelancer to quickly customize your version, maybe you should have a look here : https://studio.envato.com/search?utf8=%E2%9C%93&search%5Bquery%5D=wp+plugin+customization

Clientoshriza

Hi. I got this idea from one of my clients. And How do I say, the customer is always right. I will wait. and I would be happy if future update out about the price range :) Thanks a lot.

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 acheteurSupportWooCommerce
Clientedgarphs

Having one small issue. I have turn on the WooCommerce Items, but when I Try to add a New Item, It will not recognize a Subscription product. It will allow me to select a Simple Product from the Dropdown but not a Simple Subscription product why?

Auteurloopus

Hello, Because there is no subscription product in Woocommerce (by default). You surely use a plugin adding this feature, but which is not compatible with the form builder. Currently, you need to create a form without using the woocommerce feature to use subscription. I guess that you use "WooCommerce Subscriptions" plugin. I note the case and will study the possibility to add a feature allowing to use it in the forms.

Clientedgarphs

yes, I am using the “WooCommerce Subscriptions” plugin I think I found a way around that. If I create a "Variable Subscription" product it will recognize it when creating a new item. thank you so much for the quick reply.

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 acheteurPersonnalisation
Clientedgarphs

First off I want to say I love your plugin. Just a few questions. 1. How can I make the Form stay open. Currently user has to click "Get Started" then the form pops up. I want it to stay open? 2. How can I remove the animation from each step? I don't want it to fly from the bottom. 3. If I want to offer a Discount Code but want it to be a Recurriing Discount every month. Do I have that option?

Clientedgarphs

Last question. 4. Can I link a button/image to the form? what URL should I use for the link?

Auteurloopus

Hello, 1. Simply disable the "Enable introduction" option (tab "texts) . 2. No, you can change the speed of animations, but not remove it . 3. You can set the maximum number of uses for each discount code, but there is no option to activate 1 time per month the same code 4. You can freely add your form on any page using its shortcode. So, the url will be the url of the target page. You can also use it as popup, using the popup attribute in the shortcode : [estimation_form form_id="1" popup="true"] and the CSS class "open-estimation-form form-1" on the button : <a href="#" class="open-estimation-form form-1">Open Form</a>

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de kingcine

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

6 messages2 réponses de l'auteurFil acheteurSupportPDF et e-mail
Clientkingcine

Hi is it possible to hide progress bar on last step where it shows the summary.

Auteurloopus

Hello, It can be done modifying the main js file. If you want, contact me from the support page, I will send you a customized version to do that .

Clientkingcine

Will do, thank you!

Clientkingcine

Hi i emailed you via the Support Tab, from [email redacted]. I am not sure if you received it.

Auteurloopus

Hello, Yes, I received it and replied 1 week ago. I sent you the customized version. I'm going to send it again .

Clientkingcine

that's what i thought, you always respond quickly. it was in the SPAM Box, Thank you so much for your help.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Upbigup

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

4 messages2 réponses de l'auteurFil acheteurSupportPaiements
ClientUpbigup

Hi, I have installed but I have a liitle confict with modal preview images in site.... You have solution for this, please.

Auteurloopus

Hello, Where can I see the problem ? You can contact me directly from here : http://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

ClientUpbigup

Hi, Ignore my question... I resolve... I remove bootstrap.min to plugin, because already run in site. Thanks

Auteurloopus

Super :)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de RocknRolla

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

2 messages1 réponses de l'auteur
ClientRocknRolla

hi, i want to know if i can upload different pictures at once and on every picture i need some options like a dropbox and textbox and at the end submit button like an order to woocomerce. thx

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de vontanix

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

2 messages1 réponses de l'auteurFil acheteur
Clientvontanix

WOW! Greate job! you just did it, most and perfect calc on earth !

Auteurloopus

Thank you very much ! :)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de codeuser123

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

7 messages3 réponses de l'auteurFil acheteurSupportPersonnalisationLicences
Clientcodeuser123

Hi there, thank you for this simple but amazing for builder :). How do I make all textfields expandable like the one at the end of the form where it says leave message?. I have tried the "Resize:both" property in CSS but I can't seem to get it to work. Many thanks in advance for your help, Dave

Auteurloopus

Hello, Thanks :) To do that, you need to use "text area" type for your items. Input elements can't be resized. If you want to set the default size like a text field, you can use this css rule in the "Custom CSS rules" field of your form (tab Design) : body #estimation_popup.wpe_bootstraped #mainPanel textarea { height: 42px; }

Clientcodeuser123

Thank you for your fast reply :). I cannot see the text area option only text field but it is a set size. Many thanks, Dave

Auteurloopus

Maybe you need to apply a more recent update . What is the used version ?

Clientcodeuser123

Yeah I think so, I only just use my licence key today when find this plugin again but I didn't get a prompt for any updates in Wordpress its Version 9.2.1

Auteurloopus

Ah yes, because automatic updates started on version 9.3 . There are a lot of new options and features that have been added since 9.2 ! Please do an export of your forms, dowload the plugin from http://codecanyon.net/downloads , then replace the plugin files from ftp to apply the update. You can also fully uninstall/reinstall the last version from the wp plugins page. Then import your previously exported forms . You will see "Text area" in the "type" option of items (and also new types like file field, color picker, rich text, slider, numberfield etc ...) .

Clientcodeuser123

Thank you so much for your help, everything is done now :)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de infotainerdave

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

6 messages3 réponses de l'auteurFil acheteurPersonnalisationPDF et e-mail
Clientinfotainerdave

presale: testing on my mobile the next button customers will have to scroll to- is there ways of getting rid of the white in between the progres bar and the title and remove space in between options and the next button so it all appears on the 1 screen with no scrolling for mobiles- are there settings within the plugin or is this by custom css

Auteurloopus

Hello, It depends on the size of the used mobile and the number of items in the step, but yes, you can reduce these margins using this css rule in the "Custom CSS" field of the form (tab Design) : #estimation_popup .lfb_btnNextContainer { margin-top: 0px !important;} #estimation_popup .genPrice {margin-bottom: 28px !important;}

Clientinfotainerdave

thank you. and instead of clicking next- can it be set so that if they click an option it takes them to the next phase

Auteurloopus

Yes, simply use the same "group" name for your items (only one will be slectable) and enable the option "Selection required" on the step .

Clientinfotainerdave

and 1 last question (ok may be some more) I love the look and feel of this- what I woulld use this is a select your entertainment (I sell entertainers) and on the last tab I would like to have a list of entertainers who could service the customers needs (from clicking the options) can I have web links and images on the final page- linking to the entertainers individual page or website? I know a lot of questions I am sorry

Auteurloopus

Not on the last step itself : you can show items depending on the user's selection in the step before the last one, and choose to open a specific url on a new tab when the user clicks on these items, using the option "Open url on click" . You can also use a rich text item under each product if you want to show several links or a formated text. The last step shows the result price (and the summary, legal notice etc ... if wanted). You can freely create text fields, email field and textareas on it, but not products or items changing the price.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de yilmazzm

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

2 messages1 réponses de l'auteurFil acheteur
Clientyilmazzm

Hi! Really really really customizable and greatest plugin i ever used. i like it to the bottom of my heart really. Very nice plugin. i found multiple answers to my questions in the comment boxes here. But still one question remaining.. Its about the icon in the circles before selecting a item. its standard an "X" and when checked its a "checked-icon" how can i change these?

Auteurloopus

Hello, Thank you very much :) To do that, you need to customize the file assets/js/lfb_form.js . Search for "fui-check" and "fui-cross" in the function wpe_itemClick (~ lines 132 - 139) . You can replace these classes by any bootstrap glyphicon classes . Once the code modified, you need to minify all the code using http://javascriptcompressor.com/ , and paste it in the file lfb_form.min.js .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de cgiglio01

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

2 messages1 réponses de l'auteurFil acheteurSupport
Clientcgiglio01

Hi, I just created a form based on a pricing sheet. We want the customer to be able to get a quick quote after choosing a number, then choosing the frequency (weekly, bi-weekly, monthly). When I test using 1 (value = $60) at the bi-weekly rate (base rate), which is multiplied by 0%, it works great, but the weekly rate is supposed to go up by 120% (I have it set to multiply at 120%) and the result seems to work, but the final number I'm getting is that multiple PLUS the initial fee (72 should be the result, but I'm getting 132 (60+72). It's not supposed to add that initial fee on top of the multiple. Can you help me figure out why that's happening. Hope I made sense, thanks. Cathie

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de shahbaz11122

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

2 messages1 réponses de l'auteur
Clientshahbaz11122

if this has login-password option for customer/user? please tell

Auteurloopus

Hello, No, there is no such option currently.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de newglobes

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

2 messages1 réponses de l'auteurFil acheteurSupport
Clientnewglobes

Hi I use the calculator, I defined, that after selection, the next step will immediately appear, the problem is that there are steps that I would like the user to select more than one option, how can I do it?

Auteurloopus

Hello, Simply use different "group" names (or let this option empty) for these items. When you use the same group option, only one item of the group can be selected .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de newglobes

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

5 messages2 réponses de l'auteurFil acheteurSupportPersonnalisation
Clientnewglobes

Hi I'm trying to align the text to the left all the lines start from the same point I try in this way description See screenshot http://screencast.com/t/hMe5fUEm The problem that this creates a very large margin See screenshot http://screencast.com/t/LXQZ68qIb0 I also tried a design panel. this way .   #estimation_popup .row {text-align: left! important;} But it also causes a shift of the items themselves. How do we fix it.? I really recommend adding a text editor :)

Auteurloopus

Hello, There is already a text editor to freely add content in the steps (simply select the type "Rich text" on an item) . If you use a long step description, you should use a Rich text item instead of html code in the description field . On the mentioned code, there is a vertical margin because you use "padding" rule (it is applied to all sides of the element) . To apply the padding only on left and right, you can use : style="padding-left: 300px; padding-right: 300px;"

Clientnewglobes

You mean in the Description or in design panel ? I planted it in the Description, it is not working Could you please be more specific, exactly how to plant it? Regarding your comment about rich text, it is true that there is such a possibility in the item, but I want to write in the "Description " Window a general explanation about choices, and still keep the item as a picture, the explanation is generally on how to select the item

Auteurloopus

The code I sent is simply a correction of the code I can see on the screenshot you sent. I don't know where you put it, but as I wrote, you must not use html code in the step description field (on the step panel). If you want to use html code, simply add a "Rich text" item at first item of your step. It will work like the step description (in full width), and it can accept html code and formated text . Then simply add your other items after it .

Clientnewglobes

Works like a charm, excellent, thank you very much

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de newglobes

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

2 messages1 réponses de l'auteurFil acheteur
Clientnewglobes

Hey, how can I add "Read more" that clicking it will reveal more text?(in the Description) http://screencast.com/t/G1oiov9J60 http://screencast.com/t/D0O9W5ry41

Auteurloopus

Hello, There is no option to do that on the step description. Using a rich text item and the "Show depending on conditions" option, you can show a text when the user enable a specific checkbox, but not only a part, as asked . I note the idea, thanks !

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de r2dstudio

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

2 messages1 réponses de l'auteurPersonnalisation
Clientr2dstudio

Hi. I want to ask if this plugin have the possibility to calculate the price based on the distance of tow city? For example first of all I want to give for user to check the start traveling city and end of travailing city from auto populating form. After that user can check other option. And other question is if this plugin give the possibility of increasing a value by the user with ”+” and ”-” buttons in a field. Thx

Auteurloopus

Hello, 1. There is no distance calculation feature currently, I note the request, thank you. 2. Yes, you can can change the quantity selection style from the settings of your forms . You can choose to use buttons, sliders or numberfields.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de media90ro

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

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

Hello! Very good plugin! I have a problem after submitting nothing happens. Remains screen with a circle in the middle of loading: http://badass-webdesign.ro/

Auteurloopus

Hello, Thank you ! I replied your email .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de roguey

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

2 messages1 réponses de l'auteurFil acheteur
Clientroguey

Can uploads go to dropbox? Also is this linked with ConvertKit as I dont use mail chimp or others mentioned. Also what is the file upload limit?

Auteurloopus

Hello, No, not currently. You can find all features list on the plugin page. By default, the file upload limit is 10mo/file .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de paulvb84

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

2 messages1 réponses de l'auteurFil acheteurSupportLicences
Clientpaulvb84

When I input the purchase code the item just hangs with the flashing white dot over the turquoise background???

Auteurloopus

Hello, There is probably something blocking external calls on the server. Please contact me from the support tab, I will debug it .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de seanchk

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

2 messages1 réponses de l'auteur
Clientseanchk

Can your plugin send signup details to Sendy? https://sendy.co Thanks

Auteurloopus

Hello, No, I didn't know this service. I'll take a look, thank you.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Upbigup

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

6 messages3 réponses de l'auteurFil acheteurPaiements
ClientUpbigup

Hi, Your plugin export variable info in woocoomerce products to cart?

Auteurloopus

Hello, No, but you can create and use variable products in your forms .

ClientUpbigup

But... When add to cart, show variable choose. (Ex: T-shirt > Color:Black; Size:XXL)? Or only show Tshirt Name?

Auteurloopus

Yes, when a variable product is added to cart, there are also its attributes (color, size etc...) .

ClientUpbigup

You have some demo with this situation, so I can try?

Auteurloopus

Ok, I added it to the shop demo. Please try this demo : http://www.wordpress-estimation-payment-forms.com/shop/ and select the last product of the first step . It will add this variable product in the cart at end : http://www.wordpress-estimation-payment-forms.com/product/woo-ninja-variation/ (you can see defined attributes in the "Additional informations" tab) .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de josh_646

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

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

Is there a way to move the customer email, name and address fields on to an introduction page instead of at the end of the form?

Auteurloopus

Hello, Yes, simply create textfields where you want in the form, and fill the option "Type of information" with the correct value (email, address, city, phone etc ...) . If you don't see the "Type of information" option on the item panel using textfield, simply update the plugin (from the Dashboard > Updates menu link) .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de gmeleski

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

2 messages1 réponses de l'auteurFil acheteurPaiements
Clientgmeleski

Hi, How to add a required down payment before work begins? Thanks

Auteurloopus

Hello, You can add a down payment activating paypal payment, and setting the wanted percentage in the option "Percentage of the total price to pay" .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de ziccia

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

5 messages1 réponses de l'auteurFil acheteurSupport
Clientziccia

I have many errors on my server "Error_log" [27-May-2016 03:50:01 UTC] PHP Warning: Creating default object from empty value in /home/ziccosor/public_html/wp-content/plugins/WP_Estimation_Form/includes/lfb-core.php on line 528

Clientziccia

We have detected incompatible plugin with the theme http://themeforest.net/item/moose-creative-multipurpose-theme/12059290

Clientziccia

This is the error pop-up button does not appear http://www.screencast.com/t/PzrDDVjh

Clientziccia

the problems are with lfb-core

Auteurloopus

Hello, 1. This is a warning, not an error. Thanks for reporting, I removed it . 2-3-4. You don't see the tooltips ? Please contact me from the support tab, I will debug it .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de jaswinders

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

6 messages3 réponses de l'auteurFil acheteurSupportPersonnalisationWooCommerce
Clientjaswinders

I am planning to buy this plugin and before that I need to clear one doubt. Is it support other payment gateways like payfort, instamojo or payumoney?

Auteurloopus

Hello, No, currently payments can be done using Paypal or Stripe . Except if you use Woocommerce feature : the selected woo products can be added to the cart at end of the form. Then the customer do the order via Woocommerce, as usual, using the installed Woocommerce payment gateways.

Clientjaswinders

Do you have any plans to include more payment gateways in any next release?

Auteurloopus

It isn't planned for the moment, but I note your request, thanks .

Clientjaswinders

Also please plan for custom payment gateways (API Key) too. That will be a great help to many developers! Thank you.

Auteurloopus

Idea noted, thank you !

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de AlfreditoCa

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

3 messages2 réponses de l'auteurFil acheteurSupportPDF et e-mail
ClientAlfreditoCa

Depending on the length of the form, if I keep it short, it emails fine, but If fill out every field posible it doesn’t email right now its set up to email both, admin and costumer. http://alfredocardozo.com/?lfb_action=preview&form=3

Auteurloopus

Hello, I replied your email, please send me an export of your form, I will check it .

Auteurloopus

Thanks, I found and fixed the issue. I sent an automatic update to prevent it. I also sent you the update by email .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de ravravrav

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

4 messages2 réponses de l'auteurWooCommercePaiements
Clientravravrav

Hi I'd like to use this on a food site with multiple steps such as how many meals per day, how many days per week, how many weeks and then the user will go to the actual shop and be able to select meals based on their previous responses. Can I do this with this plugin?

Auteurloopus

Hello, If your shop uses WooCommerce, you can display your products depending on the customer's responses directly in the form. The customer can select the products he want, then the form can add these products to the cart and redirect the user to the desired page ( example : http://www.wordpress-estimation-payment-forms.com/shop/ ) .

Clientravravrav

Is it possible to limit the number of products added to the cart based on their responses from the form? So for example if they want only 2 meals per day for 3 days a week they should be able to add 6 meals to the cart?

Auteurloopus

Hello, Not currently. You can display different items (with different quantities max) depending on responses, but not directly change the quantity max of a same item depending on the responses given . I note the idea .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de mut3

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

2 messages1 réponses de l'auteurPaiements
Clientmut3

Hi, I'm planning to create a troubleshoot site where I can provide the cost for fixing an item & summary what might be wrong with the persons product. Is it possible to make multiple final steps where I can provide different summaries and have the paypal payment show as well? Can I use shortcodes inside the step description & summary?

Auteurloopus

Hello, No, sorry, there is no option to generate several final steps or add shortcode in the steps .