Page 6 of 20 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 198
  1. #51
    Join Date
    Jul 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Extra Fields for Customer Sign Up (Create Account) Page

    I've also tried to insert the other two values into the database directly using the following command.

    $sql = "insert into " . TABLE_CUSTOMERS . " (extrafield2, extrafield3) values (:value1:, :value2:) where customers_id = :customersID";
    $sql = $db->bindVars($sql, ':value1:', $extrafield2, 'string');
    $sql = $db->bindVars($sql, ':value2:', $extrafield3, 'string');
    $result = $db->Execute($sql);

    I'm starting to think that the values are not being posted with the form submission. I've checked the field name and ids and they all match correctly.

  2. #52
    Join Date
    Jul 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Extra Fields for Customer Sign Up (Create Account) Page

    Only my first extrafield shows up in the customer edit page of the admin area. I can add the other two extrafield to the admin files as well.

  3. #53
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: Extra Fields for Customer Sign Up (Create Account) Page

    try doing that, and see if you can get the backend updates working. Let me know what happens!

  4. #54
    Join Date
    Jul 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Extra Fields for Customer Sign Up (Create Account) Page

    It's now updating all three fields correctly from the customer edit page. Still no luck on the account edit page.

  5. #55
    Join Date
    Jul 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Extra Fields for Customer Sign Up (Create Account) Page

    I got it working. I honestly do not know how but I thank God. I prayed and placed back online my original header_php.php file and it updated the fields as expected. Thanks for your help and this great module JT.

  6. #56
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: Extra Fields for Customer Sign Up (Create Account) Page

    Glad it's working for you! Sometimes strange things happen and re-uploading is what it takes.

  7. #57
    Join Date
    May 2010
    Location
    Cyberspace
    Posts
    376
    Plugin Contributions
    0

    Default Re: Extra Fields for Customer Sign Up (Create Account) Page

    Quote Originally Posted by jackie.taferner View Post
    @soniccc
    haven't tried it, but in theory this should work. find this file: /includes/classes/order.php
    and using 'firstname' as an example field, search through the document and every instance of 'firstname', copy and paste that line, then add your variable.


    @jahmar
    Sounds like there may be something missing in /includes/modules/pages/account_edit/header_php.php
    Do a search for 'extrafield' and make sure there is an instance for extrafield2 and extrafield3 in every single place that the other one is.
    Ok. I'll try that. Thanks!

  8. #58
    Join Date
    Mar 2011
    Posts
    37
    Plugin Contributions
    0

    Default Re: Extra Fields for Customer Sign Up (Create Account) Page

    Can we add more than one extra fields using this mod?

    I want to add 4 fields to registration form. Does this mod work for me?

  9. #59
    Join Date
    Jul 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: Extra Fields for Customer Sign Up (Create Account) Page

    Thank you for this awesome plugin, it works perfectly!

    Is it possible to make the field a dropdown with options, say for different sizes?

    I tried the idea of using existing code but the only code I found was for the countries, which seems to get the information from somewhere else rather than manually entering the countries.

    Thanks!

  10. #60
    Join Date
    Jun 2009
    Location
    Orange County, California
    Posts
    544
    Plugin Contributions
    18

    Default Re: Extra Fields for Customer Sign Up (Create Account) Page

    @ntestinfo11, yes you can add more fields by following the instructions in readme.txt file

    @nakashima, I am unsure why you might want sizes on the sign-up page. Perhaps you are using the sign up in a different way than intended, and there could be a better solution for your needs. Let me know what you're trying to accomplish.

 

 
Page 6 of 20 FirstFirst ... 4567816 ... LastLast

Similar Threads

  1. v150 additional create account fields for wholesale customer
    By newbieOK in forum General Questions
    Replies: 2
    Last Post: 23 Aug 2012, 04:17 AM
  2. Extra Fields for Customer Sign Up
    By divagal in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 31 Jan 2012, 11:51 PM
  3. Create Account - modify existing fields or add extra fields?
    By sopretty in forum General Questions
    Replies: 4
    Last Post: 30 Jul 2010, 08:26 PM
  4. Extra Box on Account Sign-up Page
    By paulssports in forum General Questions
    Replies: 6
    Last Post: 1 Dec 2006, 05:50 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR