philipp1992 Posted April 20, 2020 Share Posted April 20, 2020 Hi, i have a product with a custom field, that has to be unique among all clients. how can i validate this (against the whmcs database?) before the client can continue with the ordering process? kind regards Philipp thanks and kind 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 22, 2020 Share Posted April 22, 2020 Hi Philipp, On 20/04/2020 at 10:21, philipp1992 said: i have a product with a custom field, that has to be unique among all clients. how can i validate this (against the whmcs database?) before the client can continue with the ordering process? if you have to check the database, then you couldn't really use regular expressions in the validation field, you would require a cart validation hook to check the entered value against the existing values already in the database. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.