lucasl9
@lucasl9 on WordPress.org
- Member Since: September 21st, 2020
-
Posted a reply to Custom wpsl_address_formats filter, on the site WordPress.org Forums:
Is not a cache plugin. I will open a ticket. -
Posted a reply to Custom wpsl_address_formats filter, on the site WordPress.org Forums:
Yes, this is a main theme, inside functions.php https://ibb.co/3FZ24FS -
Posted a reply to Custom wpsl_address_formats filter, on the site WordPress.org Forums:
I try this but the option dont show on drop down menu. https://ibb.co/Hz6KdxJ -
Created a topic, Custom wpsl_address_formats filter, on the site WordPress.org Forums:
I need to create a filter with wpsl_address_formats to… -
Posted a reply to Desculpe, o valor do frete só está disponível no carrinho neste momento, on the site WordPress.org Forums:
@marcofrasson clicando direto na requisição funciona. E no site voltou a funcionar. Erro dos correios… -
Posted a reply to Desculpe, o valor do frete só está disponível no carrinho neste momento, on the site WordPress.org Forums:
Meu site está na HOSTINGER. Não sei se é problema nos correios não. Meu site… -
Created a topic, Desculpe, o valor do frete só está disponível no carrinho neste momento, on the site WordPress.org Forums:
Estou com um problema ao calcular o frete via correios… -
Posted a reply to Erro: SenderName invalid length:, on the site WordPress.org Forums:
Você tem a documentação dos hooks? -
Posted a reply to Erro: SenderName invalid length:, on the site WordPress.org Forums:
Boa noite. Eu contornei o problema com javascript, porém eu gostaria de um filtro para… -
Posted a reply to Update ERROR, on the site WordPress.org Forums:
I will not lose the data? -
Created a topic, Update ERROR, on the site WordPress.org Forums:
When i try to update plugins the Wordpress shows me: … -
Posted a reply to Missed WP_POSTMETA values after install the plugin, on the site WordPress.org Forums:
Hi, i have marked to unsolved until we do the job. -
Created a topic, Missed WP_POSTMETA values after install the plugin, on the site WordPress.org Forums:
When an order is created, some values are added to t… -
Created a topic, Limit text field to 30 chars, on the site WordPress.org Forums:
How to limit text field to max chars = 30? -
Created a topic, The best support, on the site WordPress.org Forums:
The best support! This plugin is awesome! Thanks to de… -
Posted a reply to Validate field and configure label errors, on the site WordPress.org Forums:
Here is the code, thanks /*VALIDA CPF*/ function calculacpf() { if (is_page('Criar conta')) { wc_enqueue_js(… -
Created a topic, Erro: SenderName invalid length:, on the site WordPress.org Forums:
Boa tarde. Estou tentando finalizar um pagamento na mi… -
Posted a reply to Validate field and configure label errors, on the site WordPress.org Forums:
In fact, that was the first thing I did. But I got no answer. -
Posted a reply to Create ABBR for custom required field, on the site WordPress.org Forums:
In fact, that was the first thing I did. But I got no answer. -
Posted a reply to Validate field and configure label errors, on the site WordPress.org Forums:
Sure: https://tinyurl.com/y2yllvl3 -
Created a topic, Create ABBR for custom required field, on the site WordPress.org Forums:
Hi. I have created one custom field witch custom valid… -
Posted a reply to User ID, field that accepts only number, on the site WordPress.org Forums:
Hi. Try to paste this on "functions.php" of your child theme. Inside is_page fill with… -
Posted a reply to Do not apply taxes for a customer with a “Type” field filled in, on the site WordPress.org Forums:
Can you delete this post? Doesnt make sense SOLVED status for a unsolved topic.Thanks! -
Posted a reply to Não aplicar taxa para cliente com campo “inscrição estadual” preenchido, on the site WordPress.org Forums:
Please delete or mark as unsolved the post. Theres no reason to mantain with status… -
Posted a reply to Validate field and configure label errors, on the site WordPress.org Forums:
Hi, No message. That's just what I need. Trigger an event that shows the message.… -
Created a topic, Validate field and configure label errors, on the site WordPress.org Forums:
Hi. I need to create a custom validation for a field c… -
Posted a reply to Assign user role by text field, on the site WordPress.org Forums:
Here is the solution: add_action( 'user_registration_after_register_user_action', 'ur_update_role', 10, 3 ); function ur_update_role( $valid_form_data, $form_id, $user_id… -
Posted a reply to Assign user role by text field content, on the site WordPress.org Forums:
Here is a code: add_action( 'user_registration_after_register_user_action', 'ur_update_role', 10, 3 ); function ur_update_role( $valid_form_data, $form_id, $user_id… -
Posted a reply to Assign user role based on input text field, on the site WordPress.org Forums:
Here is the solution, in my case: add_action( 'user_registration_after_register_user_action', 'ur_update_role', 10, 3 ); function ur_update_role(… -
Posted a reply to Assign user role on new user registration, on the site WordPress.org Forums:
Hi. Thanks. Perfect! This is the best support in the Wordpress. User Registration plugin team… -
Posted a reply to Number fields doesn’t register the right value, on the site WordPress.org Forums:
The function above copy data from the fields billing_number and billing_neighborhood (both text fields) to… -
Posted a reply to Number fields doesn’t register the right value, on the site WordPress.org Forums:
Please post the solution! -
Created a topic, Assign user role by text field content in WordPress, on the site WordPress.org Forums:
I have a virtual store with woocommerce where I use th… -
Posted a reply to Assign user role based on input text field, on the site WordPress.org Forums:
Do you have any code or snippet to change this behavior of woocommerce registration? -
Created a topic, Assign user role based on input text field, on the site WordPress.org Forums:
Hi. My woocommerce has a field called “TYPE” and I nee… -
Posted a reply to Assign user role by text field, on the site WordPress.org Forums:
I tried this code but still didn't work add_action( 'user_registration_after_register_user_action', 'adiciona_role_ie', 9999, 3 ); function… -
Posted a reply to Assign user role by text field content, on the site WordPress.org Forums:
I tried this code but it didn't work. Any help? add_action( 'user_registration_after_register_user_action', 'adiciona_role_ie', 9999, 3… -
Posted a reply to Copy first and last name to the billing and shipping address, on the site WordPress.org Forums:
Hi! I have found a way to do the magic: add_action( 'user_registration_after_register_user_action', 'ur_update_first_last_name', 10, 3… -
Posted a reply to How to reorder woocommerce checkout fields Priority, on the site WordPress.org Forums:
I found the solution. There are third-party plugins that order fields using jquery. In my… -
Posted a reply to Assign user role by text field content, on the site WordPress.org Forums:
Hi, i need a filter to apply one role to a new user, but only… -
Posted a reply to Copy first and last name to the billing and shipping address, on the site WordPress.org Forums:
Hi! I have found a way to do the magic: `add_action( 'user_registration_after_register_user_action', 'ur_update_first_last_name', 10, 3… -
Posted a reply to Assign user role by text field content, on the site WordPress.org Forums:
Hi Maykato! Thanks for your help! I've created the role that i need. Now i… -
Created a topic, How to reorder woocommerce checkout fields Priority, on the site WordPress.org Forums:
I need to put POSTCODE in first place on checkout bill… -
Posted a reply to Copy first and last name to the billing and shipping address, on the site WordPress.org Forums:
Hi Vlad. Thanks! -
Created a topic, Copy first and last name to the billing and shipping address, on the site WordPress.org Forums:
Hi. I need to copy first and last name to the billing… -
Posted a reply to Do not apply taxes for a customer with a “Type” field filled in, on the site WordPress.org Forums:
Thanks for reply RK. Yes, its a new field that i've created. -
Created a topic, Copy first and last name to the billing and shipping address, on the site WordPress.org Forums:
Hi. I need to copy first and last name to the billing… -
Posted a reply to Assign user role by text field, on the site WordPress.org Forums:
Hi Vlad. I've tryied this: add_filter('woocommerce_new_customer_data', 'wc_assign_custom_role', 10, 1); function wc_assign_custom_role($args) { if ( !empty($output['billing_inscrico_estadual']))… -
Created a topic, Assign user role by text field content, on the site WordPress.org Forums:
Greetings my friends. In my woocommerce I have a field… -
Created a topic, Do not apply taxes for a customer with a “Type” field filled in, on the site WordPress.org Forums:
I have a specific case where the customer who fills in…