Ricardo Del Roio
Ricardo Del Roio
try this snippet: add_action('woocommerce_checkout_process', 'validadeCheckoutFields'); ``` function validadeCheckoutFields() { $billing_birthdate = filter_input(INPUT_POST, 'billing_birthdate'); if (strlen(trim(preg_replace('/^(0[1-9]|[12][0-9]|3[01])[\/](0[1-9]|1[012])[\/](19|20)\d\d$/', '', $billing_birthdate))) > 0) { wc_add_notice(__('Data de Nascimento inválido (DD/MM/AAAA)'), 'error'); } } ```
Dears, do you have any solution for FPC Lazarus? I've checked at DataSet.Serialize.Export source has a IF DEFINED to ignore "OnlyUpdatedRecords" param. Thanks
Dear @FabianoCastro your request just save me :) I've updated index.js to follow, worked like a charm! `DEFAULT_ENCODING = 'latin1'` Please node-firebird team, create a param to change it on...
alguma atualização sobre o uso da coexistencia? ja consegui fazer algo manualmente, os endpoints são os mesmos do cloudApi
Is there any solution for this issue? I got the same problem on my project. I had to remove the @relation between tables to work..
same issue.. I've tried with "exe_name" and "executable" tags (gpt recommended them) but they are not working