jdpkr
Forum Replies Created
-
ok good!
the plugin isn’t working at all for me…. are you able to actually get it to work with woocommerce? Or are you not using woocommerce?
it looks something like this:
"meta_data": [{ "id": 96959, "key": "ur_form_id", "value": "19922" }, { "id": 96968, "key": "user_registration_My_Field_1", "value": "Field Value" }, { "id": 96969, "key": "user_registration_License_Number", "value": "lic123" }, {I would try changing all your fields to not have any spaces in them. so that the keys can be properly formed. maybe that will help (typical wordpress kluge perhaps? haha!)
They are definitely in the meta_data. At least that is where it is is returned by the woocommerce API.
The meta_data is an array, so make sure that you are exporting all the records that match the customer – which will be a one-many relationship
Well… it turns out more complicated than that.
old existing woocommerce users can log in with the UserRegistration form…. but newly registered users cannot.
But everyone can log into the wp-login.php address.
So…. I can’t imagine that this plugin just doesn’t work… There seem to be a lot of people using it… There must be a setting that could be set in order for it to work.
Hmmm…. Well I have hit another snag.
Normal users/customers can log in.
Administrators cannot log in.
Any ideas?
thanks!
Ah! Ok I have the solution:
1. The cause of this issue is that the existing woocommerce page cannot be changed and used with this plugin. Posts and advice suggesting this is possible are false. There are 2 settings for which form to use, one in UserRegistration and one in Woocommerce advanced settings. These need to point to the same form.
2. To solve this issue: Go to the woocommerce settings -> Advanced, and change the “My Account Page” to the one generated by the User Registration Plugin. If that form doesn’t exist, you can create any form for this purpose, just create any page and put [user_registration_my_account] into the contents.
I hope that this solution helps someone else who has experienced the same issue. I had initially just not used the User Registration page in the woocommerce setting Advanced section. Reasoning that my goal was to edit the existing form. However that doesn’t work with this plugin. You need to replace the old one and not use it (aka don’t use the one that woocommerce defaults to).
- This reply was modified 5 years, 1 month ago by jdpkr.