diegodg78
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Cost Calculator Builder] Total sumary with FREE FIRSTThank you!!!
Forum: Plugins
In reply to: [Cost Calculator Builder] Total sumary with FREE FIRSTThank you so much! It worked!!
I could set 6 totals of each range and the final total! Here is the calculator.
https://www.pantera.com.ar/elementor-766/
The last thing i would ask you, if you know how to eliminate the line before each total. Is there any way to do that?
Forum: Plugins
In reply to: [Cost Calculator Builder] Formula fixI get a solution! If and else must be replace by ? and :
dropDown_field_id_3 + dropDown_field_id_0 + dropDown_field_id_1 + dropDown_field_id_2 + dropDown_field_id_4 + range_field_id_5 * ( (0 < range_field_id_5 && range_field_id_5 < 2000) ? 10 : ( (2000 <= range_field_id_5 && range_field_id_5 < 5000) ? 20 : ( (5000 <= range_field_id_5) ? 40 : 0 )) )Thank you for your time. I’ve updated the plugin on my website and it Works.
Now, I have another question. We have done some test, from different IPs and different cities, but it shows the same LAT-LONG-CITY-STATE. (it takes lat-long of the center of Buenos Aires City, Argentina).
We are from Argentina.
- This reply was modified 5 years, 4 months ago by diegodg78.
Viewing 4 replies - 1 through 4 (of 4 total)