Vat number in registration form
Author | Posts |
---|---|
July 15, 2015 at 2:30 am 55799 | |
Nayem | Hi, The profile for a vendor lacks the possibility to input VAT number - it's a must-have. Also could you be so kind and show/tell how to make a field obligatory to fill? Best regards Marcin |
July 15, 2015 at 1:51 pm 55853 | |
Nayem | Hello Right now we do not have this feature. If you want then you have to add some custom code in the registration option. Please open Dokan plugin folder/includes/template-tags.php file. In this file you will get Thanks. |
July 16, 2015 at 3:36 am 55946 | |
Marcin | And this is the only thing to do? Nothing more? |
July 16, 2015 at 12:11 pm 55977 | |
Nayem | Hello, You can do more by more customization. It depends on your query. To show this filed in the admin backend you have to add some code in the admin page. please open this file plugins/dokan-plugin/classes/admin-user-profile.php. In this file, there is an action name Thanks. |
July 19, 2015 at 12:21 am 56262 | |
Christopher | Hi, I insert “reg_form_fileds” and the field is showing good on my dokan dashboard with the “do_action( ‘dokan_seller_meta_fields’, $user );” but the field is empty(after a seller registration) how can I do to save and show the vat number of a seller ? Thanks |
July 19, 2015 at 3:09 pm 56288 | |
Nayem | I have told you the way to insert and save the data for the seller. Now if you want more customization then please hire a developer. Because we do not provide support for customization. Thanks. |
July 20, 2015 at 1:45 am 56349 | |
Marcin | Nayem of course I do not mean to offend you, but lack of the possibility to enter the VAT number is serious. So please release a patch, or a simple instruction how to add the VAT no field in the form, so that it’s accessible just like all the other information. Hope you understand our position. |
July 20, 2015 at 2:16 am 56351 | |
M. Michele Rodriguez | Have you tried the VAT plugin? There is one for free on WordPress. I’ll try it and let you know |
July 20, 2015 at 4:04 pm 56369 | |
Nayem | Hello, We did not test this plugin yet. I have told in my previous reply that which file and which function you have to use to create a input filed. Then to show that data of the filed in seller profile you have to add code in another page. Please check-#55853 and #55977. Now please open those file I have mentioned. First open template-tags.php and find that function Then you have to call the filed into the admin-user-profile. If you want to show the vat number in the store page of the seller then you have to call the vat number function in store-header.php file of Dokan plugin. Thanks. |