I would like to create a Woocommerce product with an additional text input field which checks if the value entered is unique to that field otherwise outputs a message.
In other words if I enter "dave" and "dave" has been submitted by a different user then I cant proceed with the purchase.
Any help would be much appreciated, I dont know where to start on this one.
This can be done in a very simple way with 3 small hooked functions:
The submitted value will be verified for the current product...
The code:
Code goes in function.php file of your active child theme (or active theme). Tested and works.