kelta74
Forum Replies Created
-
Hello, today I have the same issue…
https://oldlakeman3athlon.hu/termek/kozeptav-egyeni-nevezes/
Thanks!
It has been tested on another macbook as well and is good for that.
My old machine (OS X Yosemite Version 10.10.5 (14F2511)), the “?” key has event.code Digit0, I dont no why.event.key
?event.which
48even.code
Digit0- This reply was modified 4 years, 9 months ago by kelta74.
Thank you very much!
??Huh, could you help me with exactly what i need to do?
Chrome: Version 83.0.4103.61 (Official Build) (64-bit)
Safari: Version 10.1.2 (10603.3.8)
Not good in any browser.
Hungarian
Yes, the zero button works fine in a text input.
I didn’t overwrite the whole file, just this part:// only allow numbers and periods in number fields case "number": InputSelector.bind("keydown keyup keypress",function(event){ if (event.key === "Backspace" || event.key === "Delete" || event.key === "Tab" || (event.ctrlKey === true && event.key === "a") || (event.ctrlKey === true && event.key === "x") || (event.ctrlKey === true && event.key === "Backspace") || (event.which >= 48 && event.which <= 57) || (event.which >= 96 && event.which <= 105) || (event.key === "." && $(this).val().indexOf(".")<=1)) { // think happy thoughts :-) } else { event.preventDefault(); } }).bind("focus blur",function(){ if (typeof InputSelector.attr("max") !== 'undefined') { if (parseFloat(InputSelector.val()) > parseFloat(InputSelector.attr("max"))) { InputSelector.val(InputSelector.attr("max")); } } }); break;
Hi,
https://oldlakeman3athlon.hu/termek/kozeptav-egyeni-nevezes/
I have 2 number fields: https://ibb.co/54ZPXj4Here the problem: https://youtu.be/ODmvqCXE0A0
I have selected the Meta to export. But I have no PPOM Pro version, only “PPOM Cart Edit” (Purchased on: 2019-02-11)
What more do I need to do to fix the problem?- This reply was modified 5 years ago by kelta74.
The export doesnt work. After export button redirect this page: https://oldlakeman3athlon.hu/wp-admin/admin-post.php
tha page is emptyHow can i send the PPOM JSON and where?
If I swich off the ajax validation than everything came into the basket without value (like this: https://ibb.co/gtwHqFy). It is not a good solution for us, as we do not know who payed and so on.
Here is the link where you can see what kind of data we ask before the payment: https://oldlakeman3athlon.hu/termek/rovidtav-egyeni-nevezes/- This reply was modified 5 years ago by kelta74.
Can you help, please?