my code:
jQuery (function ($) {
var $qty = $(‘.iqty’),
$total = $(‘#item-total’);
$qty.on(‘input’, function(e) {
var final_value = 1;
$qty.each(function() {
var value = $(this).val();
if (!isNaN(value) && value > 0) final_value += parseInt(value);
});
$ttl.val(final_value);
})
});`
So I offer free delivery over £65 and am trying to configure the plugin to replicate this.
Essentially I’d like to do an equation such as {65 – %price_cart%} to produce dynamic results in the notice.
Is this possible and if so, how might one go about implementing it?
Many thanks!
]]>This calculator here: https://www.timesharecompensation.co.uk/compensation-calculator-internal/
My current (unmodified) formula is this..
(2*(fieldname9+fieldname11))+ (fieldname12*fieldname5)
The client has asked me to modify my current formula so that 5% is added to the ‘Average Maintainence fees’-(fieldname12) for each year displayed in ‘Years owned’-(fieldname5).
So please ignore the first 2 fields in the form for this.
E.g. if the Average Fees were £100.00 it would look something like this…
1 Year: 105.00
2 Years: 215.25
3 Years: 331.01
4 Years: 452.56
5 Years: 580.19
Any idea what formula I could use to get this to work?
I’ve been given a spreadsheet by them to demonstrate, but the issue is I can’t copy the calculation they’ve used as it relies on data that is present in the spreadsheet, whereas this form will need to calculate it all at once.. so i’m a little confused.
Any help is much appreciated!
]]>1. After logging out as the admin and logging in a test member, the page redirects to a WP-login page where I need to answer a maths question (see screenshot 1)
2. After completing the answer, it redirects to another login but with the admin credentials, not the test user. (see screenshot 2)
3. Logging here only redirects to the first page with the maths question. I have no idea what is going on.
I have disabled all plugins that are associated with login’s as well as clearing the cache and cookies and it still persists.
Any help would be greatly appreciated.
https://myieltssolutions.com/
]]>I’ve installed ‘TinyMCE Advanced’ plugin in 4.1 WordPress version. Before this i used the ‘ultimate-tinymce/’ plugin that is incompatible with the current wordpress version. While i used the ‘ultimate-tinymce/’ plugin i was able to copy-paste math types from Math Type application.
The issue i have is that now, with the’TinyMCE Advanced’ plugin installed, i cannot insert math tpes. If you go to https://apminstitute.org/, under the header ‘Smooth flows of dynamical systems’ you will see the latex style ‘f(t+1)=u(f(t))=u\[SmallCircle]f(t)’ which is inappropriate.
In addition, go to the page https://apminstitute.org/recurrent-abel-functional-equation-2/. There are few math types which i cannot see when i open the post in editor. Only in the front page.
How possible is that?
Please tell me a solution.
https://www.ads-software.com/plugins/tinymce-advanced/
]]>I’ve been reading the tips on how to write more complex expressions using JavaScript, but to be quite honest im way over my head, i can just barely write css and html, let alone maths equations in JavaScript.
have about 2 equations i need to translate from excel to calculated fields forms input.
I have listed the equations below but one of them is: =IF(D7>0,IF(E7<28800,7200,E7*0.25),0)
and someone has written it in English for me but im still having trouble translating it to Java.
IF cell D7 (the active months column) has a value greater than 0, AND IF cell E7 (the hours column) has a value less than 28,800, THEN, that cell should equal 7,200. If it isn’t less that 28800, then it should be cell E7 x 0.25. Finally, if cell D7 has a value less than one, it should be 0.
Basically i have a form with 5 fields.
And i need the above equation to take the values from the number of employees and months active and then run them through those calculations and spit out the total monthly and yearly dollar value.
I’m not too bad at using google to learn about the math bits i dont know about but between excel, javascript and the calculated fields form interface my brain is just turning to mush.
if anyone could help me out id really appreciate it. If im kind of asking too much (cause im not sure how hard or easy this is supposed to be) than you can tell me to go back to school and i wont be offended
Thanks in advance
https://www.ads-software.com/plugins/calculated-fields-form/
]]>