Page 3 of 50 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 491
  1. #21
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Additional Customers Fields

    Quote Originally Posted by a_berezin View Post
    Excuse that I interfere
    Code:
    CREATE TABLE customers_additional (
      field_id int(11) NOT NULL auto_increment,
      field_name varchar(255) NOT NULL default '',
      field_status char(2) NOT NULL default '',
      PRIMARY KEY (field_id)
    ) ENGINE=MyISAM;
    Very well. I will make this replacement to my package. Very strange that phpmyadmin exported it otherwise.
    Thanks for the catch.

  2. #22
    Join Date
    Apr 2007
    Location
    barnsley, south yorkshire, uk
    Posts
    24
    Plugin Contributions
    0

    application error Re: Additional Customers Fields

    i have installed the mod ACF and found that i get these messages

    1. It would seem this feature cannot verify for any existent files, since the verification module could not be found. Perhaps you forgot to upload the function file that goes to extra_functions directory ? - but everything i think is in the right place according to install.

    2. Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\zen-cart\admin\additional_customers_fields.php:33) in C:\Program Files\xampp\htdocs\zen-cart\admin\includes\functions\general.php on line 34

    i am running xampp as virtual server, could this warning message be that its not on a "real server".

    3. when i click on create additional field the type and the size do not show anything in the dropdown menu.

    can anyone help its baking my head

  3. #23
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Additional Customers Fields

    Quote Originally Posted by a_berezin View Post
    Excuse that I interfere
    Code:
    CREATE TABLE customers_additional (
      field_id int(11) NOT NULL auto_increment,
      field_name varchar(255) NOT NULL default '',
      field_status char(2) NOT NULL default '',
      PRIMARY KEY (field_id)
    ) ENGINE=MyISAM;
    Thanks.

    This statement ran fin but im still getting two errors still....

    1. [ Create new additional customers fields Page] It would seem this feature cannot verify for any existent files, since the verification module could not be found. Perhaps you forgot to upload the function file that goes to extra_functions directory ?

    2. [Cutomer-> Edit customer Page] Warning: reset(): Passed variable is not an array or object in /home/content/g/e/o/georgidesign/html/store/admin/includes/classes/object_info.php on line 29

    Warning: Variable passed to each() is not an array or object in /home/content/g/e/o/georgidesign/html/store/admin/includes/classes/object_info.php on line 30


    3. I see "Additional Customers Fields" on top of every page on the website now



    try creating an account: WWW.GEORGIDESIGNSTUDIO.com/store

    Im leaving for Chicago right now but will be back online later tonight.
    Thanks,
    AP

  4. #24
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Additional Customers Fields

    i am running xampp as virtual server, could this warning message be that its not on a "real server".
    Which PHP version and mySQL version are you using ?

    As for the extra_functions file, are you sure to have uploaded the right file into your admin/includes/functions/extra_functions called: additional_customers_fields.php (I know, there lots like that, it's not always obvious).

    3. when i click on create additional field the type and the size do not show anything in the dropdown menu.
    Then, it is official. You forgot to upload some files or they were badly uploaded since the JS files cannot be initialized (which is why you do not see anything in the dropdown list).

    1. [ Create new additional customers fields Page] It would seem this feature cannot verify for any existent files, since the verification module could not be found. Perhaps you forgot to upload the function file that goes to extra_functions directory ?
    This was already covered. Make sure to have the extra_functions file uploaded to your admin/includes/functions/extra_functions folder.

    2. [Cutomer-> Edit customer Page] Warning: reset(): Passed variable is not an array or object in /home/content/g/e/o/georgidesign/html/store/admin/includes/classes/object_info.php on line 29

    Warning: Variable passed to each() is not an array or object in /home/content/g/e/o/georgidesign/html/store/admin/includes/classes/object_info.php on line 30
    If you're saying that customers account cannot be created at all from the store-front end, then either you did not implemented the additional modules within your includes/classes/db/mysql/query_factory.php file or the steps wasn't applied correctly.

  5. #25
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Additional Customers Fields

    Update: The SQL query has just been replaced within the installation text file, from my site, so there shouldn't be anymore problems regarding this issue.

  6. #26
    Join Date
    May 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Additional Customers Fields

    Helo, where can i download this module becouse in the url http://www.storm.ca/~oracle/ i get the message The requested URL /~oracle/mods/zen-cart/additional_customers_fields/additional_customers_fields.zip was not found on this server.

    Please I need this module for the Site =)!!

    Thnx

  7. #27
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Additional Customers Fields

    was not found on this server.
    What the ... DOH ! - thanks for the catch - link fixed.

  8. #28
    Join Date
    May 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Additional Customers Fields

    Jaja Ok! Thnx for fix this!!!.

    I install the MOD and i create a field in the admin console but i cant see nothing in the customers screen "Provide Your Billing Information" (after clic in check out). This is very important becouse i need to add new fields like the slogan and other more.

    I law that is needed to add something to the file customer.php but i dont know what.

    can you give me some help please?

    Thnx for this MOD again!

  9. #29
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Additional Customers Fields

    This MOD, for now, only offers possibility to create additional customers fields under your TABLE_CUSTOMERS table as the listing fields goes through your TABLE_ADDITIONAL_CUSTOMERS table.

    Like I mentionned on my first post, this is probably a subject that will never end since the date of it's official distribution but you can always call your TABLE_CUSTOMERS table from your order class file and, from there, declare the additional customers fields when needed before customizing your checkout template files.
    Last edited by TheOracle; 24 May 2007 at 07:25 PM.

  10. #30
    Join Date
    May 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Additional Customers Fields

    {{{{{{Like I mentionned on my first post, this is probably a subject that will never end since the date of it's official distribution but you can always call your TABLE_CUSTOMERS table from your order class file and, from there, declare the additional customers fields when needed before customizing your checkout template files. }}}}}}

    Ok! and... do you know how to do that?? because i dont ...

    Thnx Anyway for help me!

 

 
Page 3 of 50 FirstFirst 1234513 ... LastLast

Similar Threads

  1. Additional Customers Fields
    By mizio78 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 12 Aug 2011, 09:27 AM
  2. Additional Customers Fields Addon SQL problem
    By Dasha in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 12 Sep 2008, 05:41 PM
  3. Additional customers fields v2-55 Question
    By balonglong78 in forum General Questions
    Replies: 0
    Last Post: 26 May 2008, 04:04 AM
  4. Need help installing "additional customers fields" module
    By CKlemow in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Sep 2007, 03:22 AM

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