also when I use calculated form fields, When I type one alphabet focus is out from input. Really frustrating
]]>Hello, can you help me?
I have a question about how to create the result calculation for the Compound Interest Calculator with monthly contribution.
The fields created were:
1 - Value of the initial contribution ($)
2 - Monthly Contribution Amount ($)
3 - Monthly Interest Rate (%)
4 - Investment time in months
-------------------------------------------------- ------------
5 - Final total value
Note: I am not able to calculate this value.
The formula I could think of was this one but it doesn't work.
fieldname5 * pow (1 + fieldname4, fieldname3)+ (fieldname10 * pow (1 + fieldname4, fieldname3)-1)
Link to a reference calculator: https://investidorsardinha.r7.com/calculadoras/calculadora-de-juros-compostos/
Can you help me?
]]>Here is an example, however it returns true as soon as a letter matches the string
IF(IN(fieldname2, ["Ramecourt", "Saint-Pol"]), "ZONE 1", "ZONE INCONNUE")
–> If user type : “R” it returns true = “ZONE 1”
–> User needs to type “Ramecourt” or “Saint-Pol” or “ramecourt” for a valid return…
Can you help me people?
Thanks a lot
can you set a search field or what is required so that you can search in form?
Thanks in advance.
]]>Task
We have e-commerce website on WordPress, Woocommerce, and we are selling food boxes bundles. User can make it’s own bundle, but we want to help him make it more easy:
There are 4 bundles with 4 boxes inside (nested products)
User need to enter number of persons, he wants bundle for, and on front this value will be calculated with nested products dependencies, and values changes automatically in product cards.
Example:
John enters our website, he needs to buy bundle for 15 people, on the front he enters value “15” in field and press button.
After that page reloads, and he see 4 presets (Meat, Vegan, Ballance, Fish). All of them are already calculated for 15 persons.
Logic for bundle:
Bundle 1 Master value: 15
Box 1 (for 8 persons): calculated 15/8 and round up to closest integer value: 2 (ceil)
Box 2 (for 5 persons): calculated 15/5 and round up to closest integer value: 3 (ceil)
Box 3 (for 10 persons): calculated 15/10 and round up to closest integer value: 2 (ceil)
Box 4 (for 7 persons): calculated 15/7 and round up to closest integer value: 3 (floor)
and so on…
User will open Bundle product with predefined values, that he could change manually as well.
Could that be implemented with your plugin?
Thanks in advance.
]]>Task
We have e-commerce website on WordPress, Woocommerce, and we are selling food boxes bundles. User can make it’s own bundle, but we want to help him make it more easy:
There are 4 bundles with 4 boxes inside (nested products)
User need to enter number of persons, he wants bundle for, and on front this value will be calculated with nested products dependencies, and values changes automatically in product cards.
Example:
John enters our website, he needs to buy bundle for 15 people, on the front he enters value “15” in field and press button.
After that page reloads, and he see 4 presets (Meat, Vegan, Ballance, Fish). All of them are already calculated for 15 persons.
Logic for bundle:
Bundle 1 Master value: 15
Box 1 (for 8 persons): calculated 15/8 and round up to closest integer value: 2 (ceil)
Box 2 (for 5 persons): calculated 15/5 and round up to closest integer value: 3 (ceil)
Box 3 (for 10 persons): calculated 15/10 and round up to closest integer value: 2 (ceil)
Box 4 (for 7 persons): calculated 15/7 and round up to closest integer value: 3 (floor)
and so on…
User will open Bundle product with predefined values, that he could change manually as well.
How this could be implemented? Found some plugins, but they can’t push value to product before entering card.
Thanks in advance.
]]>Could i use a line of code that the shipping costs will be calculated after the coupon code?
For example i’ve free shipping after 100 Euro’s.
The total cart is 130 euro’s
The coupon code is 40 euro’s
Now Woocommerce sees that the price is 90 euro’s and will calculated the shipping costs.
Could i have a line of code that it will be calculated after the coupon code?
I now use a plug-in but i have to many plug-ins
Thanks in advance!!
]]>