Code

Discussion on User Extra Fields

Discussion on User Extra Fields

Cart 1,022 sales
Recently Updated

vanquish supports this item

Supported

471 comments found.

I have installed your plugin but the fields added for the checkout are only shown if I am logged in as Administrator. In the rest of the cases they appear and immediately disappear.

Do you know what the reason may be?

Thanks in advance

Hi,
unfortunately, I have no clue. Try giving a look to the browser error console to see if any error is reported.

Try also disabling all the other plugin to see if any is interfering. If so, try enabling one by one until you find the interfering one. In case try also switching temporarily theme to be sure the issue is not caused by it.

There are two classes that have been acquired as display style: none.

wpuef-file-container and wpuef-checkout-extra-fields

I’m sorry, I do not understand. What do you exactly mean that there are two classes that have been acquired? Acquired by whom exactly? Could you provide a more detailed description of what you mean and share a complete screenshot of the field configuration you are using in order to have a more detailed picture of the scenario you are operating? Please also share a link to the page where you are performing those tests.

Meanwhile note that if the css style is none and they are displayed just for a moment, it means that the browser is simple just fast enough to apply the display none to the HTML element.

Note also that the fields are associated with the user profile and will be displayed only if the user is logged in. For the guest users, how do not have any profile, the fields are not displayed.

Thank you for your collaboration.

Hi,

Is it able to entirely remove first name & last name fields from user profile page?

I’m sorry, the plugin hasn’t such a feature.

I eventually found the Visual Composer in the User admin menu. Do you have docs I can access.

When I click ‘add new field’ in the visual composer, nothing happens. Please advise how to add new fields?

Found the ‘add new field’ issue – the JavaScript on the page was being blocked by Adblock Plus extension. Would still like more comprehensive docs if they exist please?

I’m sorry, there are any additional docs.

Hello, I need to have a refund, this plugins is not suit to my needs. purchase code: ff98fe49-7065-49aa-b123-238bbc228d02 Regards

The plugin has a demo site where it can be fully tested before purchasing in order to be sure it actually fits the user needs and expectations.

Once purchased, the Envato refund policy won’t grant a refund for such a reason. Otherwise, any user could use it to get money back and continue using the software for free.

Vorrei tradurre la prima voce del campo country, l’opzione “Select one”, dentro alle stringe di WPML non vedo nulla, come posso fare?

I would like to translate the first entry of the country field, the “Select one” option, inside the WPML strings I don’t see anything, how can I do?

Le traduzioni possono essere effettuate attraverso il file wp-user-extra-fields-it_IT.po che si trova all’interno della cartella languages all’interno del plugin. Il file va editato utilizzando un po editor come ad esempio: https://poeditor.com/

Una volta tradotte le stringe desiderate, salvare. Il programma creera un file chiamato wp-user-extra-fields-it_IT.mo. I file wp-user-extra-fields-it_IT.po e wp-user-extra-fields-it_IT.mo vanno quindi salvati dentro cartella language (sovrascrivendo gli originali).

76c0470d-1cb4-4e54-a774-16d898f8a7c6

I have a problem with the display order of the buddypress profile fields which are added by your custom woocommerce user reg fields. I have treid all ways in the backend to alter them but it doesnt work. Please see the narrated video below. You also already have admin access from my last checkbox issue.

https://screenrec.com/share/vuPAOwy6mL

Thanks Paul Thanks

Got it, please check your inbox!

Thank you! Your plugin update fixed it. Appreciate your time and super quick support

Thank you!!

76c0470d-1cb4-4e54-a774-16d898f8a7c6

Hi there

I have just bought your plugin. It looks like it is the answer to a long time problem of ours. I have added some custom user fields to the woocommerce registration section. See below url and you can also try to checkout with any of the free products and see the issue:

https://woocommerce-389715-1384255.cloudwaysapps.com/

The issue is with the checkboxes not being able to be checked properly. Here is a narrated voice video also to show the issue:

https://screenrec.com/share/BqP5Yeoi3p

If you can help that would be great thanks. Paul

Hi,
thank you for purchasing!

I’ve analyzed that page, and the issue is related to the style customization your theme is applying to the checkbox. As you can see from the following image, it seems to be hiding the default checkbox and rendering instead of it the one with the new style: https://www.dropbox.com/s/kh2kyuxh3pt2ukk/wpuef_css_issue.jpg?dl=0

The issue is the fact, that the clickable area is too small (as you can see from the image, it is just the small square box you see in the upper left part of the checkbox). So you will be able to check/uncheck if you click that area.

That however is a theme issue, not a plugin issue. To fix, you can just redefine a CSS rule to force the clickable area: https://www.dropbox.com/s/kh2kyuxh3pt2ukk/wpuef_css_issue.jpg?dl=0

You have just to redefine the following rule in the style.css of your theme (or where you wish, the important is that it is applied on the checkout page):
.woocommerce-checkout input[type="checkbox"] {
    width: 32px !important;
    height: 32px !important;
}
In this way, the checkbox should be clickable normally!

Thanks so much that fixed it! Fantastic and quick support.. unusual in this day and age :) I have just one other query then I think this plugin is working perfectly for us. For so long I also used Custom Reg Fields for woocommerce and this is so much better

You’re welcome!

Hi,

In the backend of buddyprss, it shows login name. https://prnt.sc/sxmpo9 It is not easy to use login name to recognize individual.

I let users add their real name(not in English)in “c3”

How can i use shortcode/html links to fetch custom field such as “c3”, in buddypress backend, or replace login name?

I’m really sorry, but Buddypress hasn’t any feature to allows user list to be ordered according custom data.

Hello I have a presale question. The extra field options does it show in the backend user account? I would like to know what each user chooses. Also if I do an extra field with radio and they choose option 4 the data stays the same unless they change it correct. It doesnt default back to option one when they login again. Thank you looking forward to your answers.

Sorry disregard this message I left out something thats why it wasnt working. Thank you

Great plugin!!!

Yeah, glad to hear that :)

At last but not least, I would ask you to help me: If you enjoyed my efforts to assist you and/or my plugin please consider leaving the 5 stars, I would reeeeeeeeeeeeeally appreciate it! :)
(to leave a rating: go to your profile page, click on “Downloads” and from there you can rate to your purchases. You can also leave the rating through the plugin description page: https://www.dropbox.com/s/28dae6pnqvbccmm/rating_area.jpg?dl=0).

Have a great day! :)

Hi, I have a listing site using woocommerce. I need to add new fields in the account page, and then show these data on the listing detail pages of every user. Is this possible with your plugin?

I’m sorry, I still no able to understand. What do you mean for “every listing”?

Note however that the plugin has a demo site where you can fully test every its feature before purchasing to be sure it actually fits you needs and expectation. Please use it to recreate your scenario and see if it actully has what you need!

Thanks I have bought it and set it up ok. Just one more question. I would like to display only the state field using a shortcode. But when I use a shortcode with the states dropdown ID, I get the country and then the state. ([wpuef_show_field_value field_id=”c12”].)

Hi,
I’m sorry, you cannot display only states, the plugin hasn’t such a feature. States are loaded accordingly to the selected country, this is why you cannot display only states.

hi, I need to add the extra fields (I have two with ID c3 and c7) in a PDF invoice generated by another plugin, this fields are shown in the edit order page and there is a button to create the PDF. I have the code below and I want to add the extra fields where I place the comment ADD EXTRA FIELDS HERE: <?php do_action( 'wpo_wcpdf_before_billing_address', $this->type, $this->order ); ?> <?php $this->billing_address(); ?> <?php do_action( 'wpo_wcpdf_after_billing_address', $this->type, $this->order ); ?> <?php if ( isset($this->settings['display_email']) ) { ?> <div class="billing-email"><?php $this->billing_email(); ?></div> <?php } ?> <?php if ( isset($this->settings['display_phone']) ) { ?> <div class="billing-phone"><?php $this->billing_phone(); ?></div> /*ADD EXTRA FIELDS HERE*/ <?php } ?> What code do I need to show those extra fields?, they are Input Text fields. Thank you

Hi,
you find the guide on how to retrieve extra field contets in the Retrieve and save fields data programmatically paragraph in the plugin description page.

Yes, I read that info and tried the code below but it doesn’t show anything in the PDF. (I’m not too savvy with PHP)

fist I tried: <div class="billing-phone"><?php wpuef_get_field($field_id, $user_id = null); ?> </div> then I tried: <div class="billing-phone"><?php wpuef_set_field($field_id, $value, $user_id = null) ?> </div> then I tried: <div class="billing-phone"><?php wpuef_set_field('c3', $value, $user_id = null) ?></div> then I tried: <div class="billing-phone"><?php wpuef_get_field('c3', $user_id = null); ?></div>

Because you are not echoing the code. Furthermore, as you can read from the paragraph, the wpuef_get_field() returns an array, not a value.

So you must access the array returned by that function to retrieve the value you need and echo it. You find the structure of that array visually reported in the paragraph.

Furthermore, you cannot call the function simply pasting the “wpuef_get_field($field_id, $user_id = null)” statement. The $field_id is a parameter that must contain the field id and the $user_id is a parameter that must contain the user id for which you want to retrieve the field value. The ”$user_id = null” is a statement used to define function to say that parameter is optional (and if it not passed is null).

I would suggest to eventually find a developer that has minimum programming knowledge to implement this customization you need.

Hello, is it safe to update WooCommerce 4.0? Thanks

Hi,
yes you can safely update!

Hello, I am testing your plugin (through Elements) and I am getting the following 404 message from Wordfence : that my server tried to access a non-existent page in .../wp-content/plugins/wp-user-extra-fields/js/time/translations/el.js Do you have any suggestions/idea as to where to look into? Thank you.

I’m sorry, for ask to support you need to have a valid support license (that can be bought by simply purchasing the plugin via the CodeCanyon market).

No problem. Figured it out… there is a mistake in the filename in the code. Perhaps you should look into it in your future updates. Don’t worry I won’t charge for this :-)

Hello and thank you for your great plugin.

Is there an option to show an extra field if only a check field is checked?

I want to create a check field “Do you want a vat invoice?” If check then Vat invoice field shoud appear.

Regards, George

I’m sorry, the plugin hasn’t such a feature.

However, for vat management you can give a look to this other plugin of mine WooCommerce Eu Vat & B2B. It has an option to show a “require invoice” option on checkout that dynamically displays the vat field number.

You can fully test it using its demo site! Feel free to ask if you have any questions!

the date picker is HUGE, is there anyway to make it smaller?

Yes, you can custom define its style.

To do that, use the browser inspector tool, see which classes and id are associated to the picker and then custom define the style you need in the theme CSS file.

Make eventually sure that no 3rd party plugin are interfering by altering the CSS attributes assigned to the picker.

Hi, Does your plugin has a repeater fields and groups.

Hi,
I’m sorry, the plugin hasn’t such fields :(

Hi There,

How to display the file upload field on the custom registration page in?

Regards

Hi,
the plugin hasn’t such a feature. However, it automatically injects its data when the <strogn>user_register is triggered (that action is usually triggered by the default register form).

Make sure your custom form triggers that actions and the plugin should inject the extra fields.

Does this work with Dokan?

I’m sorry, unfortunately the plug-in hasn’t any particular support for Dokan.

Hi, Is it possible to ‘push’ data into user extra fields?

Im writing a plugin which confirm new users by button after they sent a registration form. I want to use some of the data that entered by the user, and push it into some of the fields that i created with your plugin.

Is it possible somehow? there is any fucntion for that?

Thanks

Hi,
yes for this purpose you could use the wpuef_set_field() and wpuef_get_field() functions. More details can be found in the Retrieve and save fields data programmatically paragraph in the plugin description page.

Thank you

Hi, I like to set a CSS to specific field. How can i do this please? Once i use the class name, the CSS applying on the other fields too (all the ‘form-row form-row-wide’).

I didn’t find any unique class or id that i can use for the field that i want to change.

Thank you very much

Thank you very much. It is now affecting the filed itself. How do i set it on the tittle of this specific field too?

Best regards

I’m sorry, it cannot be done :(

I see… Thank you.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey