Re: Extra Fields for Customer Sign Up (Create Account) Page
Ah, that would explain why it is not saving. All of the module files must be uploaded - including the header_php.php file. If you uploaded your original (without the Extra Field code) then the data can't be saved.
You'll need to merge your existing header_php file with the new one in the module folder. Try using a program like Win Merge to see the differences.
HINT: All the changes are denoted with "extrafield" so they are easy to find.
Re: Extra Fields for Customer Sign Up (Create Account) Page
Oh, and try deleting the log file before you review it again. Don't worry - it will regenerate if there are still errors.
Re: Extra Fields for Customer Sign Up (Create Account) Page
I used WinMerge and checked differences, copied all the stuff over that was different. The changes are saving in the mysql database and they're saving in the customer info in the admin panel so they're visible to me but it's not visible in the field when the customer goes to update their account information.
I deleted the logs and the same error comes up but I'm guessing it's nothing serious.
[09-Jun-2016 20:48:47 Europe/Berlin] Request URI: /store/fiFty-Ica-plumS/template_select.php, IP address: 127.0.0.1
#1 trigger_error() called at [C:\xampp2\htdocs\store\includes\functions\plugin_support.php:68]
#2 plugin_version_check_for_updates() called at [C:\xampp2\htdocs\store\fiFty-Ica-plumS\includes\init_includes\init_responsive_sheffield_blue.php:89]
#3 require(C:\xampp2\htdocs\store\fiFty-Ica-plumS\includes\init_includes\init_responsive_sheffield_blue.php) called at [C:\xampp2\htdocs\store\includes\autoload_func.php:48]
#4 require(C:\xampp2\htdocs\store\includes\autoload_func.php) called at [C:\xampp2\htdocs\store\fiFty-Ica-plumS\includes\application_top.php:171]
#5 require(C:\xampp2\htdocs\store\fiFty-Ica-plumS\includes\application_top.php) called at [C:\xampp2\htdocs\store\fiFty-Ica-plumS\template_select.php:10]
[09-Jun-2016 20:48:47 Europe/Berlin] PHP Notice: CURL error checking plugin versions: 60:SSL certificate problem: self signed certificate in certificate chain
Trying file_get_contents() instead. in C:\xampp2\htdocs\store\includes\functions\plugin_support.php on line 68
Re: Extra Fields for Customer Sign Up (Create Account) Page
Can you upload these two files so I can take a closer look at them?
\includes\templates\YOUR_TEMPLATE\templates\tpl_account_edit_default.php
\includes\modules\pages\account_edit\header_php.php
Re: Extra Fields for Customer Sign Up (Create Account) Page
Has anyone tried this mod on zc 1.54?
Re: Extra Fields for Customer Sign Up (Create Account) Page
I have not tested or released an official version for 1.5.4, but it should work fine.
I recommend comparing the module files VS your site's files using WinMerge to be sure.
Re: Extra Fields for Customer Sign Up (Create Account) Page
It works with my 1.54 but I used WinMerge to compare difference between plugin and pluins compatible version and copied the difference to 1.54
Re: Extra Fields for Customer Sign Up (Create Account) Page
Quote:
Originally Posted by
vandiermen
It works with my 1.54 but I used WinMerge to compare difference between plugin and pluins compatible version and copied the difference to 1.54
When using WinMerge how did which file needed merging. Are they the files that attempt overwriting? and when I merge do I just paste the code that is new for the install?\
And if you dont mind asking how do I merge the files?
I see the files on both sides mostly highlighted but not sure what to do?
I apprecciate any help, thank you
Re: Extra Fields for Customer Sign Up (Create Account) Page
compare with 1.5.4 and copy
// start extrafield
code here
// end extrafield
to corresponding locations
or what I did is
1. download original zencart 1.5.0
3. move "extra_field_on_customer_sign_up_2-0 > zc1.5.0" extracted files to default locations to compare with original zencart 1.5.0
4. in "different files" you will find highlighted
// start extrafield
code here
// end extrafield
and copy this code corresponding locations in 1.5.4
Re: Extra Fields for Customer Sign Up (Create Account) Page
here are the files for 1.5.4 http://www.budgetwebdesign.com.au/ex...-0_zc1.5.4.zip. I did not test them, hope I did not miss something.