WP: 6.1.1 / WC: 7.5.0 / WCM / 7.0.8PHP: 7.4.33
]]>I have a problem with several products on my site. They are configured with WC Fields Factory to insert an image in a mandatory way (you can clearly see on the product the required mention with the *).
Except that the user can still add the product to the cart without adding a file… I don’t understand why the “required” parameter does not work.
Does anyone have a solution please?
Thank you and good day
Thank you!
]]>
$metas = get_post_meta( $post->ID, "", true );
var_dump ($metas);
To retrieve all author metas but they aren’t shown despite the file was uploaded.
array(6) { ["user_phone"]=> array(1) { [0]=> string(11) "55546217896" } ["user_email"]=> array(1) { [0]=> string(22) "[email protected]" } ["seller_type"]=> array(1) { [0]=> string(7) "Private" } ["user_location"]=> array(1) { [0]=> string(9) "Vancouver" } ["country"]=> array(1) { [0]=> string(2) "ca" } ["_wpacf_form_scheme_id"]=> array(1) { [0]=> string(4) "2079" } }
Since the idea is retrieve the image (file) for a section of the author’s profile.
Am i missing something?
]]>I’ve purchased this beautiful plugin, and I am happy with it. Recently I created a form with file upload, where the file upload is ‘required’.
When a user missed that file-upload-field, there is no indication of error.
Where I might be missing while using the [md-file]?
]]>Is there any way to get one of the smaller sized images?
]]>I need to add two file field in my form.
If I use only one file field, the form is sent correctly. However, when i put two or more file field and I press submit button the form keeps thinking and it doesn’t do anything.
Thanks.
]]>When customers are logged in, then everything works great. When customers are not logged in, then they get the following message “This field can’t be Empty”, and they can’t add their order to the cart.
How can I fix this?
]]>