“Uncaught TypeError: Cannot read properties of undefined (reading ‘length’)
at HTMLInputElement.checkboxOnChange (front.min.js?ver=4.9.1:1:27912)
at HTMLDocument.dispatch (jquery-3.6.4.min.js:2:43184)
at y.handle (jquery-3.6.4.min.js:2:41168)”
in this part of the plugin’s script in line 7:
“checkboxOnChange = function() {
var e = v(this)
, t = e.closest(“.checkboxbutton”)
, a = e.closest(“.yith-wapo-option”)
, o = a.parent();
let i = !1;
a.data(“replace-image”).length <= 0 && (i = !0),
“checked” !== e.attr(“checked”) ? (a.hasClass(“selection-single”) && (o.find(“input”).attr(“checked”, !1).prop(“checked”, !1),
o.find(“.selected, .checked”).removeClass(“selected checked”)),
e.attr(“checked”, !0).prop(“checked”, !0),
a.addClass(“selected”),
t.addClass(“checked”)) : (e.attr(“checked”, !1).prop(“checked”, !1),
a.removeClass(“selected”),
t.removeClass(“checked”),
i = !0),
replaceImageAction(a, i)
}”
In the page that I need help with, select add a balloon, put the qty to 2 or more and the price gets interrupted it won’t get incremented, check the console.
]]>I recently found out that there is also a search field available to search within the already filtered selection of products (in woocommerce). Yay!
That works fine, but the applied filter from the search field seems to only search within the title of the product? I would love to expand the scope of the search query to the tags of the products aswell or maybe even to more content like description or short description later on.
I have basic knowledge of php and js scripting and would not mind experimenting myself, but could need some help finding where the hooks are actually defined. Any help would be greatly appreciated
]]>two topics:
Thanks!
Raphael
]]>Is it possible to set the placeholder attribute in the input field for the email address? Something like “Enter your email here��” or similar.
Thanks in advance.
Philipp
]]>What I want to do is create a hidden field in the CF7 form and fill this with the URL of the current page, so it sends this URL to MailChimp.
Something like this:
<input type="hidden" name="mc4wp-SIGNUP_URL" value="XXXXX" />
So I want to know if there is anything I can put for “XXXXX” in the CF7 form that will capture the URL of the current page in this field?
CF7 has the special mail tag “[_post_url]”, which will put the page URL in the email I receive from the user. But as far as I can see, this mail tag can’t be used in the form itself.
Is there a way I can fill the current page URL in the field – either using the special mail tag or something else?
Thanks in advance for your help
]]>Recently, I have built a form for appointment booking and two input fields are in one column and both fields are not clickable.
Could you please check the issue?
Thanks
]]>