Ok, before purchasing can I contact you in slack or something?
In your profile it says you have @codepeople account on Making WordPress group.
Are you available there?
I want to be sure it will work for me, I promise it will not take long.
-
This reply was modified 5 years, 10 months ago by igeezmo.
Seems like that’s what I need, and where I should put this JS code?
(function(){
var q1 = CEIL(fieldname1/8), q2 = CEIL(fieldname1/5), q3 = CEIL(fieldname1/10);
jQuery('[name="quantity[123]"]').val(q1);
jQuery('[name="quantity[456]"]').val(q2);
jQuery('[name="quantity[789]"]').val(q3);
})()
Is there any special field or in child theme functions.php?
Thanks in advance for that fast reply, hope it will work.
As I understood:
jQuery('[name="quantity[123]"]').val(q1);
This code will update quantity in nested grouped products?