Custom Field in Settings
Viewing 1 Posts - 1 through 1 (of 1 total)
Author | Posts |
---|---|
May 19, 2014 at 1:15 am 20663 | |
Sk | I know this may be out of the scope of the support forum but if anyone could help it would be awesome! And it might help other people too down the line.
I added a new field to the registration form which works great using this code below - which then i can display this field result anywhere on the website.
IS there any way to add this field in the Dashboard -> Settings vendor dashboard? (classes/template-settings.php)
I tried duplicating this code from classes/tempalte-settings.php) and changing all the phone to "other_store" to no avail.
|
May 19, 2014 at 5:29 pm 20700 | |
Sk | Hello Marita, you could add field in setting form like the way you do. just change input fields attributes like ( name, value, placeholder ). Don’t forget to add the field value to the and check if it’s empty. for this you could use the following code for the field
Thank you. |
Viewing 1 Posts - 1 through 1 (of 1 total)