Loading...
Marketplace history

Real CodeCanyon questions and author answers

Browse buyer questions, pre-sale scenarios, setup issues, and direct author replies from the years when WP Cost Estimation was sold on CodeCanyon. See how real customers used the plugin and how common questions were answered.

5,557

Public discussion threads

Public CodeCanyon support history

19,461

Messages

Customer questions, follow-ups, and context

8,679

Author replies

Direct replies by the plugin author

78

Archive pages

Newest conversations first

Public email addresses and purchase-code-shaped values are redacted. Original wording is otherwise kept as plain text so the support context stays readable.

Support: 2699Customization: 1536Payments: 1482PDF and email: 1275WooCommerce: 406Booking: 221Licensing: 215

Search the archive

Find a CodeCanyon question or answer

Search all public discussion threads by keyword, customer name, feature, integration, or support topic.

Type at least 2 characters to search the full archive.

Page 46 of 78

Latest archived discussions

Each thread keeps the customer question, follow-up comments, and author replies together, newest first.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from HappyAgencies

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
CustomerHappyAgencies

Hi, one more question: I see there are variables available for the "email body" such as "[total_price]" or "[ref]" but can I also make the email subject dynamic ? I mean, if I set "Order #[Ref]" in the Admin email subject field. Will that work too ?

Authorloopus

Hello, Please can you use the "Reply" button for the new messages (instead of new comments) ? Thanks ! No, there is no option to use such shortcodes in the email subject currently, sorry .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Chunkychocolate

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportCustomizationPayments
CustomerChunkychocolate

This may sound stupid, but I really just need a slick looking contact style form for a project I'm working on - no multi-page anything. Just needs to integrate with stripe subscriptions. I'm sure it is capable of doing this, but is there a preset that I can tweak to my needs?

Authorloopus

Hello, You simply need to create your items in the "Last step" settings tab of the form to create a single step form. You can also hide the main progress bar from the "General" settings tab.

CustomerChunkychocolate

Sold!

CustomerChunkychocolate

Alright, works good and having a blast using it. I want to implement a couple of changes. Using stripe with subscriptions: It creates a sub within stripe for each order - with the order number according to the form being the title of the sub. But stripe has some additional data fields that I'd like to populate, like what the bill shows up as on the bank statement. Is there any way to: (a.) have the back end of the form send that pre-entered data to stripe along with the order number? or (b.) have the form use a subscription that is already active on stripe's dashboard. Either one of these events would solve my problem.

Authorloopus

Hello, Using subscription, each order creates its own Stripe plan because the amount can be different for each customer. To add a custom statement description, you need to edit the file includes/lfb-core.php, and add this line : "statement_descriptor" => "My description here", Just under this line : \Stripe\Plan::create(array( Ex : \Stripe\Plan::create(array( "statement_descriptor" => "My description here", "amount" => $price, ... Feel free to contact me directly from the support page if you need more help .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from staylor412

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesCustomization
Customerstaylor412

I am looking to build a form where a potential client can select a number services and in return get 3 recommendation in return. 1. A potential Cost 2. How long it may take 3. Level of expertise needed to perform the task Is this possible with this plugin

Authorloopus

Hello, Yes. You can use the custom calculation option (https://www.youtube.com/watch?v=xH8frpa7wL0) to make the mentioned calculations, and a rich text item to show the 3 results in any text style .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from clickharder

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
Customerclickharder

Having the same CPU and memory problem as a couple others have experienced. Loaded the default form and my CPU jumped to 50+% and my memory to over 200MB almost immediately upon clicking the edit button. I tried it in both Chrome and Firefox and Firefox handles it better but both show a sudden spike.

Authorloopus

Hello, Please can you activate the option "Disable steps manager links animation" in the "General" settings tab of the form ? Is it ok ? Otherwise, please contact me from the support page sending me a temporary access to the backend, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from phantacid

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportPDF and email
Customerphantacid

I think there is a Divi theme conflict. I have added the shortcode using the Divi theme 'code' module but the form does not show. If I change the theme to default 2016 then it shows. Do you know a fix? I can email a link if you need

Customerphantacid

I should be more specific sorry ... It is the Divi theme (version 3.0.91) page builder that is having problems. Divi docs say to add 3rd party shortcodes using the Divi 'Code' module but this does not work for me. I have no other plugins active so it is not a plugin conflict for me I don't think. If I disable the Divi page builder then your plugin works. I hope that helps!

Authorloopus

Please activate the option "Ajax navigation support" of the form (General settings tab), it should fix it . If you need help, feel free to contact me from the support page sending me a temporary access to the backend, I will debug it .

Customerphantacid

Thank you again - that fixed it. Excellent support and a 5 star plugin.

Authorloopus

Thank you !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from adi12

3 direct author replies in this public CodeCanyon conversation.

7 messages3 author repliesSupportCustomizationPayments
Customeradi12

Hi. Can you send med .js file that only allows mondays to be picked in date picker?

Authorloopus

Hello, Yes, no problem, please contact me from the support using your buyer account, I will help you .

Customeradi12

I bought this though X theme - can you possibly email me? Do you need any payment confirmation from X theme or something?

Authorloopus

Ah ok. As you can read on the "License" panel of the plugin, if you had it included in a theme, the support is directly delivered by the support team of the theme. You need to send your support requests directly to Themeco, they will help you.

Customeradi12

My support has unfortunately recently ended.. I read through the comments here and saw that you helped someone else with this issue and though you had a finished .js file...

Authorloopus

As mentioned, support from the author is only for the customers who bought a plugin license, but here is the tip for this time :) To do that, simply paste this code in the "Custom JS" option of your form : jQuery(document).ready(function(){ jQuery(".lfb_datepicker").datepicker('option','beforeShowDay',function(day) { var day = day.getDay(); return [(day != 1)]; }); }); Only monday will be selectable in the datepicker items .

Customeradi12

Thank you very much!!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from webaholicsteam

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
Customerwebaholicsteam

Again great product, 2 suggestions. 1. The price at the button works great with subscription but when no subscription items are selected its still says /Monthly after the price 2. When you hide the next button, shouldnt it auto skip to the next section, even if the auto-skip option isnt enabled, else why hide it?

Authorloopus

Hello, 1. If the "Use subscription" option is activated, it shows the "/month" (or the defined frequency) after the price. But if the selected items have the option "Isn't a part of the subscription" activated, it should show the single cost. Feel free to contact me from the support page sending me a temporary access to the backend, I will check it. 2. No,to automatically go to the next step, you must activate the option "Automatic next step" and the step option "Selection required". The option "Hide next step button" allows you to create some "errors" steps. For example, it can contain a rich text item with a message that explain why the current selection isn't valid, and the user is forced to click the "return to previous step" link.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Borisla

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author replies
CustomerBorisla

Your plugin is great i got it because i have it in my own theme , I am curious , do you have any plugin that could work as the tool of the virgin? it is really cool and i am quiet sure if you have it , you would rock it once again :) REALLY GOOD JOB i love your plugins https://www.virgintrains.co.uk/ and it appears in the bottom right corner : Plan your journey it is a pop up .

Authorloopus

Hello, Thank you very much ! It is a nice system, thank you for the suggestion :)

CustomerBorisla

by the way I have asked you 2 question on the donation system , could be possible to answer it , please ;)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kcherikov

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportCustomization
Customerkcherikov

Hello! Unfortunately my calculator doesn't work on a page with the SiteOrigin Page Builder plugin (here's the url https://otchety.kg/nco). But it works on a page created without this plugin (here's the url https://otchety.kg/calculator). Could you please help me?

Authorloopus

Hello, Apparently you added twice the same form shortcode in the page. Please can you remove the second one ? Is it ok ?

Customerkcherikov

Yes, it's great now. One more question: how to minimize the huge padding in the bottom of the final price in a mobile view? Url is the same https://otchety.kg/nco/ I tried this CSS, but nothing changed: @media (max-width: 480px) { body #estimation_popup.wpe_bootstraped[data-form="8"] { padding-bottom: 0px !important;} }

Authorloopus

It is due to this custom rule (probably added in the "Custom CSS" option or in the Form Designer tool) : @media (max-width: 480px) { #estimation_popup #mainPanel {min-height: 600px !important;} } Please can you remove it ?

Customerkcherikov

It works! Thank you)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from phantacid

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadCustomization
Customerphantacid

Can you enable quantity choice / reductions on quantity on a number field?

Authorloopus

Hello, There is no option "Reductions on quantity" on numberfield currently but to do that you can activate its option "Use value as quantity" and use a custom calculation such : 10 if([item-1_quantity]>5){ 5 } Where item-1 is the numberfield where is applied the calculation .

Customerphantacid

Excellent - thank you! It would be good to include this in the docs I think.

Authorloopus

Thank you for the suggestion !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from beornbjorn

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPDF and email
Customerbeornbjorn

pre-sale question - Can this be used, but without the price showing? We need our customers to go trough steps with multiple choices and enter their email at the end, but without the price showing at all. Can that be done?

Authorloopus

Hello, Yes, there are options to hide all prices of the form (from progress bar, from last step and from summary) . You can choose to use the main progress bar to show the current step instead of the total price .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from chuluunbaatar

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customerchuluunbaatar

Hello. Can I change the price of Select Item? For example: jQuery(document).ready(function() { jQuery('#estimation_popup [data-itemid="41"]').price(41.99, 45.99, 99.01, etc); }); Thank you.

Authorloopus

Hello, Please can you use the "Reply" button for the new replies ? I replied to the question on the main post .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from communicator22

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomizationPDF and email
Customercommunicator22

Hello, is it possible to customize the table summary in the emails (not only from email tab in the backend but in the file)? If yes, which is the file? Thank you

Authorloopus

Hello, You can customize the summary table by using css rules in the "Custom CSS" option of the form (Design settings tab). Example : #lfb_summary tbody td { color: #ecf0f1 !important; } #lfb_summary thead th { background-color: #3498db !important; } #lfb_summary th.sfb_summaryStep { background-color: #2980b9 !important; } #lfb_summary #lfb_summaryTotal { color: #3498db !important }

Customercommunicator22

Hi, thank you but the visualization of the table is different in the email. How can I modify the table in the EMAIL? Thank you

Authorloopus

The same styles should be applied to the summary in the email and the pdf file. Did you test with a new order ? Feel free to contact me from the support page sending me a temporary access to the backend, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from communicator22

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPDF and email
Customercommunicator22

Also, I modified the email in the backend few weeks ago an now these modifies has disappeard. That's really really wired. How's possible? Thank you

Authorloopus

Please prefer to use the "Reply" button for the new comments, it allows me to more easily follow each interlocutor. Please contact me from the support page sending me a temporary access to the backend, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from seoka-seoka

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPayments
Customerseoka-seoka

Hi, My client would like their customers to be able to get a quote on their current phone online and to be able to sell it directly through the same contact form. Is it possible to only show different phone brands on the first slide, then only show models from the chosen brand + more information on the next slide and get a quote? Similar to this: https://pantaluren.se/ (Please press “Sälj mobilen här”) Thanks in advance, Pete

Authorloopus

Hello, Yes, you can create a such form by using this plugin. You can freely manage your steps, items and conditions, and choose to add or not a payment at end of the form.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hazzuk

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
Customerhazzuk

Hello, Is possible to allow the user to enter and edit text like you would be able to change colour on the layered image?. I'd be selling a custom-made card, and allowing the user to preview what would be on the card would be great. thanks.

Authorloopus

Hello, No, sorry, there is no this specific option currently. I note the suggestion. If you need a specialized team to add such specific customizations to your version, I can recommend this one : https://wpkraken.io/?ref=loopus . They are used to work with this plugin .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from timtimtim90

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadWooCommerce
Customertimtimtim90

I tried the woocommerce demo, but im curious how this plugin will handle lets say 50+ products added at once?

Authorloopus

Hello, There is no limit to the number of products. If the option "Add to woo cart" is activated, all the selected wooproducts will be added to the woo cart at end of the form .

Customertimtimtim90

Thank you, and is it possible to modify the script so when a user select the item it adds it to the cart in realtime? im planning adding maby 50-100 item and i was reading somewhere it can be slow when you add all of them at the same time?

Authorloopus

No, sorry, there is no such option currently, the selected products are added to the cart at end of the form only .

Customertimtimtim90

Okay! And can you modify the script so it will be faster then?

Authorloopus

When the form is sent, the products are added to the cart immediately.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from steffwey

4 direct author replies in this public CodeCanyon conversation.

9 messages4 author repliesBuyer threadSupportCustomization
Customersteffwey

Hello, is there a way that i can limit the amount of letters people can write in the text field? And i have an issue of setting the width of the slider. I cannot bring it down to unter 250px of width, even if i set it with !important. Thanks for your help

Authorloopus

Hello, 1. Yes, to do that, set the validation option of the textfield to "custom" then fill the "Max length" option 2. Here is the css rule to use : #estimation_popup #mainPanel [data-type="slider"] { min-width: 100px !important; } Is it ok ?

Customersteffwey

Perfect, thanks. Is there also a possibility to have css-code for each different textarea? Or, can i set an ID manually in the field settings? Would be great to have the full controll over my elements and css.

Authorloopus

Yes, you can do it by using the title of the target item : #estimation_popup #mainPanel [data-title="My Textarea Title"] { }

Customersteffwey

Ok.. is there at some place a list of all the css references? For example i would love to change the font-size for the headlines...etc.

Authorloopus

You can use the browser inspector to see the css classes of any element, but you can also simply use the Form Designer tool to easily apply such styles to your form : https://www.youtube.com/watch?v=sCxV7CdTcrQ

Customersteffwey

Thx: 2 more Questions :) I have a problem to find the CSS-IDs to change alle headlines of the steps at once and also to change the overall headline. In the Designer i have to change each headline seperate and i don't want to produce that much css code. thx for your help!

Authorloopus

To target the main title : #estimation_popup #startInfos h1 {} And the steps titles : #estimation_popup h2.stepTitle {}

Customersteffwey

You are very helpful. Thank you. Maybe i have one or two more questions, than i am done with my formular. I will responed to this discussion. Thank you very much!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from deharogroup

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customerdeharogroup

Hello, I've been using your plugin for some time and it works great. Question for you: Can we setup a select field and still being able to use an image. Like for a product that has different pricing options? Thanks!

Authorloopus

Hello, A image item can not directly have a dropdown, but you can create a dropdown item and use the option "Show depending on conditions" to show it only if the mentioned image item is selected .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from WeroBennett

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CustomerWeroBennett

Hello, I'm having issues with the builder on the "check" icon, it appear as a empty square, any solution? thanks!

Authorloopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from akikom

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesPDF and email
Customerakikom

Hi, I am about to purchase your plugin, but I have a couple of question: 1) I have seen I can use gravity forms as a final step. In this case, the button will be under the summary and legal notice? 2) And can I still get the legal notice to be mandatory? 3) In case I won't use gravity forms, will it be possible to redirect the last step to an url of my choice, appending a query string to send some data? Thanks a lot!

Authorloopus

Hello, 1. Yes 2. Yes, the legal notice is always mandatory when it is activated 3. No, you can freely choose the final redirection (you can also define different urls depending on conditions), but there is no option to pass variables in the url currently.

Customerakikom

ok perfect, also I have read about the possibility to put the email field at the first step, in this case if I do that can I pass the data to gravity forms in the last step? Thanks!

Authorloopus

No, sorry there is no such possibility using Gravity form currently. It can be done natively (without using gravity), otherwise the email field must directly created in the Gravity form, so it will be displayed on the last step .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hmg29

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesCustomizationPDF and email
Customerhmg29

HI, do you offer Retina images for the Icons? And offers your plugin number in put field which I can use for the calculation. For Example: The First two steps my Customer should Use a Product Category. Each category has a price. After he choose the category the he should type in the amount of pieces he need: 5€ category price x 5.000 pieces. Is that possible?

Authorloopus

Hello, 1. You can use svg images for retina (or upload an image twice as large as the render size). If you need icons, you should have a look here : https://www.flaticon.com/ , https://www.iconsdb.com/ . 2. Yes, it can be done by using the custom calculation option : https://www.youtube.com/watch?v=xH8frpa7wL0

Customerhmg29

ahh ok great! I have a website in 10 languages - is your plugin compatible with WPML? And another question: Can I display first the enter email field, before they see the final price?

Authorloopus

1. WPML can be used to translate the backend side, but not the generated forms. But you can duplicate a full form in 1 click then change its texts and money format . 2. Yes, you can place it where you want

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Alfukas

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupport
CustomerAlfukas

Hi. I found your plugin very useful, but still have a question. My situation is: i made a form for calculate wooden window price, everything is ok, but i want at the last step put two button "Finish" & "Add more windows". Buttons added, but how to make that I can setup another window with different dimmensions, type and stuff and it will added to my summary as new a product? Thanks

Authorloopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from WT-Digital

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CustomerWT-Digital

Can I add PNG images instead of icons?

Authorloopus

Hello, Yes, you can use any image format or svg files in the images items .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from valentino321

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadCustomizationWooCommercePayments
Customervalentino321

Hello, Your plugin seems to be very powerful, I just a few pre-sales question : 1) You say it is fully compatible with Visual Composer => Is it compatible with fusion page builder from the theme Avada ? 2) I didn't see any area/boxes/field where we can put manually numeric numbers in your demos => This feature is available ? 3) Is it possible to create a custom formula to calculate the cost estimation ? And show a different result depending on specific factors => choosing one result instead of the other => The highest one : A = 2 420 000 B = 4,34 C= 191 Estimation 1 formula : (A/1000)*(C/105)*2*0,7 = 6162,7 Estimation 2 formula : (A/1000)*B*2*0,7 = 14 703,9 Here we show the second estimation to the customer. 4) Is it possible to customize the contact form ? In your demo we only have "Enter your email here". For example if I want to add "company name" ; "Phone number"; "Name" ? 5) Is it possible to combine all the steps into one but still having the progression bar working ? For exemple : Step 1(A) + 2 (B) + 3 (C) in the same screen and getting the final estimation automatically showed below with the contact form ? Or do we have to keep 3 different steps, with 3 clics action, before getting the final estimation with the contact form ? Thank you.

Authorloopus

Hello, 1. Yes 2. Yes, you can freely create numberfields, textareas, textfields, color pickers, date picker, time picker, file fields etc ... in your forms ( http://www.wordpress-estimation-payment-forms.com/demo-of-some-components/ ) 3. Yes, you can create such calculations with the custom calculation tool : https://www.youtube.com/watch?v=xH8frpa7wL0 4. Yes, you can freely manage your fields on any step of the form 5. You can create single step forms simply by adding your items only on the last step of the form. The main progress bar can show the current step ( ex : 1/3, useless for a single step form), the total price, or simply be hidden .

Customervalentino321

Thank you for your answer, I was also afraid it only works with woocommerce & easy digital downloads, if we haven't any of these 2 plugins, does your plugin work anyway ?

Authorloopus

Yes, of course.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mixalg

4 direct author replies in this public CodeCanyon conversation.

11 messages4 author repliesBuyer threadSupportPayments
Customermixalg

Hello, a couple of presales questions regarding http://www.wordpress-estimation-payment-forms.com/shop/. We need the following process to happen, can you please let me know if it is doable. FIRST STEP: 1. A user chooses from the available choice of flowers (configured woo commerce products). (!) This is important - at this stage, the user should also be able to choose the quantity of the selected flower. 2. User should be able to make more than one choice at this step and choose other flowers and their quantity too. In other words, if there are three choices available - tulips, roses, and anemones, the user should be able to 'tell' - I want 2 tulips, 3 roses, and 5 anemones. SECOND STEP: At this step, a user should be able to choose from available wrapping. Ideally, it should be checkboxes with names and with the images of the wrappings. (If it is not diable, please let me know if there is another way to make it happen) THIRD STEP: All product are added automatically to the cart and user can go through checkout process. Please let me know if every step I mentioned is possible (or let me know if there is an alternative) Thank you!

Authorloopus

Hello, Yes, the mentioned form can be created, no problem. You simply need to assign wooproducts on the items (images, checkbox, sliders ...) of your form then enable the form option "Add to woo cart" . You can freely activate/disable quantity selection on your items.

Customermixalg

Thank you, but I'm not sure I understand this: " You simply need to assign wooproducts on the items (images, checkbox, sliders …" Can you please elaborate?

Authorloopus

Yes : when you create an item in a step of your form, you can choose its type (image, slider etc ...) and there is an option named "Woo product" that allows you to assign an existing woo product to this item. The current item will use the price of the assigned woo product, and it will be added to the woo cart if the form option "Add to woo cart" is activated.

Customermixalg

got it, thanks!

Customermixalg

One more thing - on the example here http://www.wordpress-estimation-payment-forms.com/shop/ it is configured as a modal popup window that appears when you click on the button. Can you actually embed the step-by-step process on the page and not in the popup/modal? And hit to double-check - it will work on mobile phones? Thank you.

Authorloopus

1. Yes, you can freely add you forms in the content of the page, as modal or in full screen 2. Yes

Customermixalg

Sorry, what I meant - is there a way to use the forms NOT s modal, but just to use them on-page.

Customermixalg

And got one more request from the client, we need to know that before we can purchase the item: the first step consists of: 1. choose between three types of flowers 2. choose quantity of selected flowers 3. AND ADDITIONAL REQUIREMENT: after making the selections user should be able to choose the color of selected flowers. (if this requires an additional step as opposed to making everything in the first step - please let me know) Sory for lots of questions, but they are necessary....

Authorloopus

Hello, 1. Yes, a form can be displayed in the content of a page, or as fullscreen, or as modal. 2. Yes you can create a such process. You can use colorpicker, image items or dropdown for the color choice . You can use different steps or create a single step form and use the item option "Show depending on conditions" to dynamically show/hide some specific items depending on the current selection .

Customermixalg

Thank you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kcherikov

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportCustomization
Customerkcherikov

Hello, Can't change the padding top and bottom sizes in a mobile view (it's too big). The form designer doesn't help(( This is the url https://otchety.kg/calculator Thank you in advance!

Authorloopus

Hello, Please can you paste these rules in the "Custom CSS" option of your form ? (Design settings tab) It should fix this css conflict . #main_content {padding-top: 0px !important;} #estimation_popup #mainPanel {min-height: 600px !important;} Is it ok ?

Customerkcherikov

It's ok in a mobile view, but it looks ugly in a PC view...

Authorloopus

Please try this one : @media (max-width: 480px) { #main_content {padding-top: 0px !important;} #estimation_popup #mainPanel {min-height: 600px !important;} }

Customerkcherikov

Thank you very much!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from timtimtim90

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadWooCommerce
Customertimtimtim90

Is the woocommerce "add to cart" synced with functions such as the "Enable this to only allow one of this item to be bought in a single order"? i mean if you add one product from the form and then add it to woocommerce cart, and then repeat, will it add it again?

Authorloopus

Hello, Yes, you can simply enable quantities selection on the item to allow the user to select the quantity to add to the cart .

Customertimtimtim90

Yes but I don't talk about quantity, im talking about one product.

Authorloopus

Ah ok. No, if the quantities are disabled on the selected wooproduct, it will be added only once to the cart .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from GraphicOwls

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPDF and email
CustomerGraphicOwls

Hello, I have no idea why.. but my form is not working at all. Will not go to the next step. I had to people trying to order one of my services and its simply not working and I'm not sure what to do. I tried replacing the shortcode and in the preview window it works. But it is not working on the page. Here is the link to my page where the form is: https://jcanan.net/mixing-services/ (It's the red button underneath the sound demos.)

Authorloopus

Hello, There is a js bug caused by the theme file https://jcanan.net/wp-content/themes/workality-plus-master/framework/front-end/js/nor-core.js?ver=2.5.6 , at line 99 : jQuery(dthis).imagesLoaded( function() { Feel free to contact me from the support page sending me a temporary access to the backend, I will help you to fix it .

CustomerGraphicOwls

Awesome. I'm going to send you an email now. Thanks so much!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from pont123

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
Customerpont123

Hi, i cant seem to get the "Export as csv" for orders to work properly. I get a pop-up with an html site. Is there some way to correct this?

Authorloopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from greatness4life

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupport
Customergreatness4life

Hey loopus, does your plugin support Jarvis Theme? I've trying to implementing it and it won't just work.

Authorloopus

Hello, I don't know the mentioned theme, but it should work. What is exactly the problem ? Feel free to contact me from the support page sending me the url of the form, I will check it .

Customergreatness4life

https://themeforest.net/item/jarvis-onepage-parallax-wordpress-theme/5370691 that's the theme link. the problem is that it doesn't show. Even while trying to edit the form, I can't acces form-designer. Here is the picture of it http://prntscr.com/hhc6q0

Authorloopus

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

Customergreatness4life

Sent. Thanks for your help

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from davelaar

2 direct author replies in this public CodeCanyon conversation.

3 messages2 author repliesBuyer threadPDF and email
Customerdavelaar

Calculator works fine on Enfold theme when logged in but when logged out it shows a white screen.

Authorloopus

Hello, I correctly received your email 1 minute ago and I replied. Please send me a temporary access to the backend, I will debug it .

Authorloopus

Fixed

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jobo9969

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadPDF and email
Customerjobo9969

can the estimation be shown to the visitor after he leaves the email address? Like he/she fill out the form or click all the buttons and to get the number they have to type in the email address which takes them to another page with the result?? Thanks

Authorloopus

Hello, Yes, you can create an email field in any step of your form and set it as "Is required". You can also choose to show the current step instead of the total price in the main progress bar, so the user will see the final price only on the last step. It is also possible to collect the email address (and other contact informations such name, phone, city etc ...) and send them to MailChimp/MailPoet/GetResponse even if the form isn't submitted, by using the option "Send contact ASAP" in the "email" settings tab of your form .

Customerjobo9969

That's perfect loopus. Thanks for such a prompt respose

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from vagdesign

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBooking
Customervagdesign

Hello there and congratulations for the great plugin. I have a request/wish before I buy this plugin. Is it possible to add a booking system with Specific days/dates on calendar and also number of seats/rooms/services? If there is this option, I'm sure a lot will buy for their booking abilities cause it's a fine coded plugin.

Authorloopus

Hello, No, sorry, there is no such booking system currently. Thank you for the suggestion !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kafesys

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customerkafesys

Very interesting, but can we connect this to MailWizz ? this is a MUST for us. Thanks

Authorloopus

Hello, No, sorry, there is option to connect it with the mentioned plugin currently. I note the suggestion, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Wibernet

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer thread
CustomerWibernet

Hi there not sure if this has been answered but i cant get the section when choosing an icon to select one or the other, at the moment they are both selectable?

Authorloopus

Hello, Simply give them the same "Group" name : only one item of each group can be selected at same time .

CustomerWibernet

Ok cool thank you!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from neno09

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesLicensing
Customerneno09

pre-buyer question here, I own three different websites and have a plan to use your plugin to all three. If it's the case, should I buy regular license or extended?

Authorloopus

Hello, You will need 3 regular licenses (1 regular license by website). You can find all details on licenses here : https://codecanyon.net/licenses/standard

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from aloreta

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportLicensing
Customeraloreta

Congratulations for such a nicely designed plugin! Can I use the extended license of this plugin to bundle it with the theme I’m selling outside themeforest? Cheers!

Authorloopus

Hello, Thank you ! Yes, please contact me from the support page indicating me the name of your theme, I will send you some integration details and my agreement .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from timtimtim90

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadWooCommercePayments
Customertimtimtim90

Hello, I have a question before i buy this: I want to use it with wooommerce, in the demo you are redireccted to the the cart page, is it possible to go straight to checkout ? maby there is a shortcode for woocommerce thath you can add as a link?

Authorloopus

Hello, Yes, you can freely define the final redirection directly from the backend. You can also define several different redirections depending on the wanted conditions .

Customertimtimtim90

Thanks for answer. So it is possible to go straight from the "Summary" page and skip the Woocommere checkout page?

Authorloopus

If you activate the option "Add to woo cart", all selected wooproducts will be automatically added to the cart at end of the form. You can also redirect the user to any url at end of the form.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from netmasr

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customernetmasr

please make over Cyber Monday thank you

Authorloopus

Sorry, I did not plan this event for this year. I note the suggestion for the next !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from webaprod

6 direct author replies in this public CodeCanyon conversation.

13 messages6 author repliesBuyer threadSupportCustomizationPDF and email
Customerwebaprod

Hi,how to display today’s date in the email body

Authorloopus

Hello, There is no direct option to do that currently, but I note the suggestion, thank you. Here is a way to do that : Create an hidden textfield named "date_day" somewhere in your form Use the "Get a value" button in the email template to recover and show the value of this textfield where you want in the email Paste this code in the "Custom JS" option of your form : jQuery(document).ready(function(){ var d = new Date(), month = '' + (d.getMonth() + 1), day = '' + d.getDate(), year = d.getFullYear(); if (month.length Is it ok ?

Customerwebaprod

thanks for quick ansewer, but not work [item-305_value]

Authorloopus

Please can you send me the url of the form ? I will check it .

Customerwebaprod

https://webaprod.com/7629-2/ 2. iocn of buton do not want to but at left of text (next step icon) i have choose left icon

Authorloopus

Thank you. 1. I don't see the given js code and the textfield "date_day" in the source of the page. You probably need to refresh the cache plugin to apply the modifications. 2. Please paste this rule in the "Custom CSS" option (Design tab) of your form to fix this css conflict : #estimation_popup .btn .fa {display:inline-block;}

Customerwebaprod

https://webaprod.com/t2/

Customerwebaprod

sorry is here for test: https://webaprod.com/t2/

Authorloopus

Thank you. I correctly see the textfield, but the js code is missing. Please can you refresh the html & js compression plugin cache ?

Customerwebaprod

cach clered

Authorloopus

The given js and the css code still missing on the page. Please contact me from the support page sending me a temporary access to the backend, I will check it directly .

Customerwebaprod

Very very quick SUPPORT Thanks very much Fantastic features - and also very good service. Can highly recommend this plugin.

Authorloopus

Thank you very much ! :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from gugga7

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPDF and email
Customergugga7

Hello, I think you answered this same question 2 years ago but the code has changed in lfb-core.php. Can you please help with an update tweak? > I want to use the clients name and e-mail (from the last step) as the sender credentials (From: ...) in the e-mail that we receive. I am using a CRM and this will log the client and create an account automatically instead of doing manually every time... It would be a huge waste of time for us otherwise. This would be really useful. Thanks in advance!

Authorloopus

Hello, In the file includes/lfb-core.php, simply add this line : $headers .= 'From: '.$order->email."\n"; At line 2420, just before this line : $attachmentAdmin = array(); Feel free to contact me from the support page if you need more help .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from rechrisdesign

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
Customerrechrisdesign

Hello. I sent you an email . Can you please check when you have time? Thank you!!

Authorloopus

Hello, Done, I replied to your email.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from papix2001

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customerpapix2001

Hi this is a great plugin but unfortunately it does not work on chrome browsers for some reason. Is there anything I can do to fix this? update your chrome and clean your browser cache

Authorloopus

Thanks :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from csimack

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
Customercsimack

Hi this is a great plugin but unfortunately it does not work on chrome browsers for some reason. Is there anything I can do to fix this?

Authorloopus

Hello, This plugin works normally on each browser. Feel free to contact me from the support page sending me the url of the form, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from pellewan

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadSupportCustomization
Customerpellewan

Number field, why can't I put a default value (that is not shown when I use a placeholer) and that is actually calculated? If default value of my_numberfield is 30 and I type 10 in the form, why doesnt it show 300? Anybody knows?

Authorloopus

Hello You can set the default value simply by filling the option "Default value" of the numberfield item from the backend. A numberfield defines a value, but not directly a price. To do a calculation from the value of a numberfield, you can create an hidden and preselected checkbox that apply a custom calculation such : [item-1_value]*30 (where item-1 is the numberfield and 30 the cost by unit). Feel free to contact me from the support page sending me the url of the your form if you need help.

Customerpellewan

I know the checkbox "workaround" but that messes up the summary. Default value overwrites placeholder text, so I have to create a "dummy" numberfield to use in calculation, which means 2 fields in summary; one for client-input-field and one for calculation (and in the backend it means 3 items per client input). If numberfield had a "value-per-number" it would be alot easier.

Authorloopus

Ok, thank you for the suggestion, noted .

Customerpellewan

Thanks for the update but the price in "use value as quantity" doesn't add to the sum unless I set "default value" to 0, which override placeholder. Could one solution be "if using value as quantity, override default value"?. I'm well aware that my support has expired, so only if you have the time. Thanks.

Authorloopus

Hello, I am not sure to well understand the problem. Please can you contact me from the support page sending me the url where I can see it ?

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from DamnRight_

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupport
CustomerDamnRight_

Hello, First of all, the plugin looks and works awesome. I'm really interested to purchase this. I really hope this can help me achieve the things I'm looking for. Here are my pre-purchase questions: I'm planning to build a BMR calculator with this plugin. I'd like to know if that is possible. I have a few working calculators that is built with a different plugin but I really like to the look and feel of this plugin. Please let me know if it is possible to achieve the same functionalities with this plugin. I'll also be adding a few more functionalities like purchasing fitness plans, downloading eBooks, etc. Also, do let me know if your plugin supports graphical representation based on the calculated values. Reference calculator: https://www.iifym.com/tdee-calculator/

Authorloopus

Hello, Thanks ! 1. Yes, you can create the same process by using this plugin . 2. No, sorry, there is no frontend graphical representation option currently .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from theoceanagency

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
Customertheoceanagency

Hi! We are running into an issue where the plugins functionality to add to cart does not work as it should after a certain process happens. We add items to cart, remove items form the cart, then run through the form and the add to cart doesn't add the items immediately, instead we have to refresh a couple of times. Please advise, thank you.

Authorloopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from DC86

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportLicensing
CustomerDC86

Quick Question, can I use this on multiple sites? I currently have three personal business sites that I would like to install the quote feature on. Would purchasing this plugin be ok to use on the three of my sites or would I need to purchase this plugin 3 times?

Authorloopus

Hello, One license should be enough if the 3 domains concern the same service/product. You can find all details on licenses here : https://codecanyon.net/licenses/standard . Feel free to contact envato support if you need more help on this point. When you use the plugin on a multisite, you need to activate it from each wp plugins panel (instead of the network admin one) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from webaholicsteam

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomizationPDF and email
Customerwebaholicsteam

Saw an issue reported 2 days ago about not being able to submit a report because it was similar to the following error: /wp-content/plugins/WP_Estimation_Form/includes/dompdf/include/cellmap.cls.php on line 420 we can not submit a form and the problem only arises when we add custom HTML to the recipient email template.

Authorloopus

Hello, The mentioned problem came from the content of the email template. Please contact me from the support page sending me a temporary access to the backend, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from trepcom

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesCustomizationPDF and email
Customertrepcom

Questions before buying the plugin Can I setup all the steps and conditions all in one? Like a large form Is there a pdf configuration for the forms?

Authorloopus

Hello, 1. Yes, you can create all your items directly on the last step to create a single step form 2. You can choose to send the final order as pdf by email to the admin and the customer

Customertrepcom

Thanks! Where in the panel can I set up the form with only one step? Taking the demo form for example my conditionals are very similar to the demo style

Authorloopus

Simply delete all steps then create your items from the "Last step" settings tab of the form .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Papityn

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupport
CustomerPapityn

I can not place image alt on my budget calculator. Can you please tell me how it is posible to do add alt to my images (all of them have description but not alt attribute). Am having problems with SEO. Thanks in Advance.

Authorloopus

Hello, When you select an image from the item panel, simply fill the "Alternative Text" option in the wp media picker before clicking the button "Insert into Post".

CustomerPapityn

Fast and effective response. Thanks a lot. Great support. Thanks one more time.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Digital_Hipster

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadCustomization
CustomerDigital_Hipster

Bonjour, deux questions : 1. Comment enlever ces effets de texte sur les titres (fade-in bottom) ? L'idée c'est que tout apparaisse normalement, sans aucun effet. 2. Comment empêcher la sélection multiple sur les images ? En effet, je n'utilise pas des boutons mais des images pour illustrer les choix de l'internaute. Seulement il est impossible de configurer un seul choix possible (je clique sur l'image, je ne peux pas en choisir d'autres), comme les boutons avec l'étape suivante dès que je clique. Merci beaucoup :) Damien

Authorloopus

Bonjour, 1. Voici la règle css à coller dans l'option "Custom CSS" du formulaire (onglet Design) : #estimation_popup #mainPanel .genSlide h2 { top: 80px!important; } 2. Utilisez simplement le même nom dans l'option "Groupe" des images. Seulement un article de chaque groupe pourra être sélectionné .

CustomerDigital_Hipster

Super merci, je ne connaissais pas cette astuce des groupes. Voilà une bonne chose de faite. Merci beaucoup

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from syquest

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomizationPDF and email
Customersyquest

Hi, I have a list of things (of type image) a customer can choose from (only one - not multiple choices). In the email that is send to the customer at the end, I want to list his choices. Now when I use your preset email with „[project_content]“ the chosen image gets listed (so it is somehow possible to do this). But when I design my own email, I do not know how to list the content. Each picture of my list hat its own ID (let’s say 63,64,68,69,70). But [item-63_value] … doesn’t show anything. Any help? Sorry - it’s maybe a bit confusing.

Authorloopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from elditto

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
Customerelditto

hello. I have problems with the pluggin. In desktop pc it's work fine but in mobile with android OP, is not work correctly... . You can check in www.neomallas.cl. some time ago, it worked very well but now nothing appears. Only the welcome messagge

Authorloopus

Hello, Apparently the plugin isn't activate on the website. Please contact me from the support page sending me a temporary access to the backend, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from amiller671

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
Customeramiller671

Any updates on connecting this form to Zapier in order to send information to a CRM system?

Authorloopus

Hello, It isn't planned for now, but I note your request. I will probably study this possibility in a next update.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from idsk

3 direct author replies in this public CodeCanyon conversation.

7 messages3 author repliesBuyer threadSupportPDF and email
Customeridsk

Hi great plugin! I am really interested. May be it can do what I need... Here are my pre-sale question to clarify: 1. Can I offer the user to send the final calculaiton they see on the webpage via email (like Simple Text for example, or HTML, or PDF) if they give their email address to send it to instead of the button "order now your website" for example? 2. Can I disable some of the animations or make them faster? For me it is a bit taking too long to make changes on the content after I click a button/choice... 3. Can I hide the calculated amount till the user hits a button “Calculate amount” for example? 4. Can the plugin generate a PDF from what the client is surrently calculating on the website? Thanks, looking forward, IDS

Authorloopus

Hello, 1. Yes, you can choose to send the order to the customer by email at end of the form (it can also be sent as pdf) . 2. You can set a very small value in the option "Animations speed" of the form to speed it up considerably. 3. You can choose to hide the total and show it only in the last step (or only in the email) . 4. Yes, you can choose to send the final order as pdf to the customer.

Customeridsk

Very happy about your answers! I also watched the demo video. Is there a color picker field, where the user for example can choose a color to submit with the form - doesn‘t have to be calculation related, i.e. preis can be 0? Thanks!

Customeridsk

No need to answer! I saw in the info that there are color pickers! Thumbs up!

Authorloopus

Yes :)

Customeridsk

So, after trying it out shorty, I can only say that it is an excellent plugin! I couldn't figure out the following: how to create a choices as Radio button fields - not complicated just 1 choice from many options only possible and simple text (not image) with the choice label/title. Could you help me with this? Thanks.

Authorloopus

Hello, Thank you ! You can use checkbox and give them the same "Group" option name to use them as radio buttons (only one item of each group can be selected at same time) . It also works with images and buttons. You can use "Rich text" item to freely add formatted texts, static images or html code in any step of your form .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from vasokun

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadWooCommerce
Customervasokun

I want my customers to be able to track their order status (Pending, Prossing, completed, canceled). I can use the order handler to the woocomerce and buy a plugin from a third party to let customers track their order status. If so I have to create the corresponding products on the woocomerce and start resetting them. That's too much because of my number of forms and lots of small options! :(( How do you make it easier?

Authorloopus

Hello, There is no this specific option currently, sorry. If you don't want to use woocommerce to do it and need a freelance to customize your version with such specific features, I can recommend you this team : https://wpkraken.io/?ref=loopus or this website : https://studio.envato.com/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ezypos

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomizationPDF and email
Customerezypos

Hi, The plugin was working fine for few months. But recently it has started give me a problem. When someone gets a Estimate, the email comes as a bunch of codes. There is not PDF attachment. Could you please help to resolve. Thanks. ---- part of the code --- 16px;padding: 0px;text-align: center;line-height: 16px;color:#ffffff;color:#ffffff"> Description Quantity Price <tbody style="font-size: 16px;padding: 0px;text-align: center;line-height: 16px;color:#bdc3c7;color:#bdc3c7"

Authorloopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Laura_Duarte

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupport
CustomerLaura_Duarte

Hi, I have a problem with the forms. When filling in a form at the end when clicking order now noting happens (screen stays loading). I see in browser console: /wp-admin/admin-ajax.php Failed to load resource: the server responded with a status of 500 () I disabled all plugins, set another theme, but same error. Witch PHP versions do you support? Any idea what could causes this?

CustomerLaura_Duarte

in error log I see this error what is probably causing it: Got error 'PHP message: PHP Fatal error: Call to undefined method DOMText::getAttribute() in /home/admin/domains/hellothere.com/public_html/wp-content/plugins/WP_Estimation_Form/includes/dompdf/include/cellmap.cls.php on line 437\n'

Authorloopus

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

Authorloopus

Fixed :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from JohnsonDesignCo

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CustomerJohnsonDesignCo

Hello. Is it possible to press the 'Enter' key to go to the next step? This is for a number field

Authorloopus

Hello, No, sorry.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from vasokun

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportCustomization
Customervasokun

Pages that I added the shortcode to have a large space in the footer. How to delete it? Ex: http://bigtraffic.info/facebook-services/ Please help! Thanks

Authorloopus

Hello, Strange issue. Please can you paste this rule in the "Custom CSS" option of your form (Design tab) ? #estimation_popup #mainPanel {min-height: 540px !important;} Is it ok ?

Customervasokun

it's not yet. http://prntscr.com/h89e0k :((

Authorloopus

You must not add the <pre> tags in the css rules, only the rule .

Customervasokun

it work well. Nice. Thanks

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ffis3

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomizationPDF and email
Customerffis3

Hello, im trying to find a list of css commands to have gravity forms pull data from a specific field/elemnt in the WP Cost Estimation Form

Authorloopus

Hello, I received your email and I replied 40 minutes ago, please can you check your mailbox ?

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from himagarwal

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
Customerhimagarwal

If you will be adding Zapier integration, I am up for this plugin. (+1 for Zapier)

Authorloopus

Thank you for the suggestion !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from PeterHK

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadPDF and email
CustomerPeterHK

Hi. When i connect with Mailchimp i only recieve the Email address and not the name of the suscriber. The name is written in a textfield, is that correct ? Or how should i do ?

Authorloopus

Hello, You need to set the the "Type of information" of the textfields (email, phone, first name, city etc ...) to allow the plugin to recover the informations and send them to Mailchimp .

CustomerPeterHK

Thanks, it worked :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hifivintage

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
Customerhifivintage

Hi We are using this plugin :https://woocommercequoteplugin.com/ this plugins enables us to provide tailored made quotes in special cases. Can we link your steps into this plugin ? Bes regards, Hervé

Authorloopus

Hello, No, sorry, there is no specific option to work with the mentioned plugin currently. Thank you for the suggestion .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from matiasmendes

2 direct author replies in this public CodeCanyon conversation.

6 messages2 author repliesBuyer thread
Customermatiasmendes

Hello, how can I authorize the shop manager role to configure the plugin? Thanks for your feedback. Best regards

Authorloopus

Hello, To do that, you need to replace all " manage_options " by " manage_woocommerce " in the file includes/lfb-admin.php .

Customermatiasmendes

Wooh! still a super fast response, thanks! Can you show me the lines? Thank you

Customermatiasmendes

Oh sorry ! "you need to replace ALL "manage_options" Thank's a lot !

Customermatiasmendes

Sorry, wrong manipulation

Authorloopus

Hello, It isn't normal, the files shouldn't be replaced except if you apply an update. Maybe there is a backup plugin or something like that that create troubles ?

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from JohnsonDesignCo

4 direct author replies in this public CodeCanyon conversation.

8 messages4 author repliesBuyer threadSupportCustomization
CustomerJohnsonDesignCo

Hello, I am using the text field instead of number field since I can add commas in between number amount with jQuery. But when using calculation, it doesn't show the field since it is a text field. Any way around this?

Authorloopus

Hello, The value of a textfield can't be used in a calculation (it isn't a numeric value). You can use commas or point in the numberfield, and use its value in a calculation.

CustomerJohnsonDesignCo

Can you explain how? Is it a setting in the plugin or do I have to use jQuery and code it myself

Authorloopus

Simply by creating a numberfield (the user can fill a value with decimals inside), then using this value in a custom calculation (button "Add a value") .

CustomerJohnsonDesignCo

I meant adding commas in between thousands, inside the number field while the user is typing. I used jQuery to do it, but only works in text fields which can't be used for calculations

Authorloopus

No, there is no such possibility currently, a html numberfield doesn't support such separators .

CustomerJohnsonDesignCo

Then the only option is for you to allow text fields for calculation. With jQuery you can check if user entered number, and remove letters if entered

Authorloopus

Thank you for the suggestion, but it isn't planned for now.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from pellewan

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesSupportLicensing
Customerpellewan

How do I link to item values or summary on other pages? Say I want to write "you bought "this_item" for a value of "x"" on another page on my site where "this_item" and "x" is items from your plugin?

Customerpellewan

It's odd when I don't find anything about what I want.. In the last step I wanna link to another page. On that page I want to put different links refering to the forms plugin; some item values, summary etc.

Authorloopus

Hello, There is no specific option to show a selected item and its price on another page than the form one, sorry. If you can't use this plugin to fit your needs, I can propose you to uninstall it then ask a refund. I will accept it, no problem .

Customerpellewan

I would like a refund only for my latest license. That would be very gracious of you.

Authorloopus

No problem, please make the request from this page : https://themeforest.net/refund_requests/new . I will accept it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from JohnsonDesignCo

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer thread
CustomerJohnsonDesignCo

Am I able to nest if statements? if ([total]>0) { if([value]>100) {500} }

Authorloopus

Hello, No, it should be : if([total]>0 && [value]>100){ 500}

CustomerJohnsonDesignCo

Am I able to write comments inside a calculation? I have like 20 if statments and I'd like to be able to comment what they do. I tried //comments but doesnt work

Authorloopus

No, comments aren't supported in calculations currently .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ranaru

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
Customerranaru

Please add radio buttons and the ability to better position form fields.

Authorloopus

Hello, You can use checkbox as radio buttons simply by filling the same "group" name (only one item of each group can be selected at same time). It also work with image items. You can choose how many items you want to show on each row (from the step panel), or use the Form Designer tool to customize the layout ( https://www.youtube.com/watch?v=sCxV7CdTcrQ ) . Feel free to contact me from the support page if you need help on a specific point .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from CimapressSl

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesCustomization
CustomerCimapressSl

Hi at that side of the screen. I need to make calculations with 6 decimals but only show 2 at the final price. How does the calculation handle decimals?. Let me show you why do I need it. We are a print store. We need to calculate the page cost to make the final book cost. This cost takes some variables: paper grams - 80 grs height of the ream - 45 cm width of the ream - 64 cm Kilogram price of the paper - 0,9 € The number of pages I can print in one ream - 8 Page cost = (((80*45*64)/20000)*0,9)/(8*1000) In this example the result is 0,001296 Lets say I have a book with 200 pages: 200*0,001296 = 0,2592 So the question is.... this plugins calculates with all the decimals or rounds to two decimals for the calculation?. The final price should be two decimals. I'm not sure that I explained my self.... hehehe

CustomerCimapressSl

Thanks in advanced and sorry for such a "boring" question. ;-)

Authorloopus

Hello, Yes, it can be done in a custom calculation ( https://www.youtube.com/watch?v=xH8frpa7wL0 ) . You can use the wanted value with 6 decimals in the calculation, then the final result will be automatically rounded to 2 decimals . Ex : [item-1_value]*0.001296