Page 22 of 50 FirstFirst ... 12202122232432 ... LastLast
Results 211 to 220 of 491
  1. #211
    Join Date
    Jun 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: Additional Customers Fields

    Here is the file you asked for, let me know if you need anything else.
    PHP Code:
    <?php
    //----------------------------------------------------------------------------------------
    //--- Additional customers fields MOD v2.0 -----------------------------------------------
    //----------------------------------------------------------------------------------------
    // --- Coded by TheOracle on June 10th 2007. ---------------------------------------------
    // --- Support: http://www.zen-cart.com/forum --------------------------------------------
    // --- Designed for Zen-Cart v1.3x versions ----------------------------------------------
    //----------------------------------------------------------------------------------------
    // If you like this MOD, please send a donation to: scoutch###################### . ------------------
    //----------------------------------------------------------------------------------------
     
    $customers_table_fields = array(
      
    'customers_id' => 'customers_id',
      
    'customers_gender' => 'customers_gender',
      
    'customers_firstname' => 'customers_firstname',
      
    'customers_lastname' => 'customers_lastname',
      
    'customers_dob' => 'customers_dob',
      
    'customers_email_address' => 'customers_email_address',
      
    'customers_nick' => 'customers_nick',
      
    'customers_default_address_id' => 'customers_default_address_id',
      
    'customers_telephone' => 'customers_telephone',
      
    'customers_fax' => 'customers_fax',
      
    'customers_password' => 'customers_password',
      
    'customers_newsletter' => 'customers_newsletter',
      
    'customers_group_pricing' => 'customers_group_pricing',
      
    'customers_email_format' => 'customers_email_format',
      
    'customers_authorization' => 'customers_authorization',
      
    'customers_referral' => 'customers_referral',
      
    'customers_paypal_payerid' => 'customers_paypal_payerid',
      
    'customers_paypal_ec' => 'customers_paypal_ec',
      
    'moderators_level' => 'moderators_level'
      
    );
     
    define('FILENAME_ADDITIONAL_CUSTOMERS_FIELDS''additional_customers_fields.php');
    define('TABLE_ADDITIONAL_CUSTOMERS'DB_PREFIX.'customers_additional');
    ?>

  2. #212
    Join Date
    Jun 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: Additional Customers Fields

    if it will help I will even give you full access to my database and cPanel, because it is new and there is no important info there yet. I need this up by the end of the week to launch our site on monday. I will donate via paypal if I can get this to work.

  3. #213
    Join Date
    Apr 2006
    Location
    Phoenix, AZ
    Posts
    85
    Plugin Contributions
    1

    Default Re: Additional Customers Fields

    remove this line from includes/modules/pages/create_acount/header.php


    one of the first lines on the page


    zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));


    by putting a couple slashes in front of it.

    // zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));


    It was part of a different module but ends up redirecting if you leave it in with the new
    zen_redirect(zen_href_link(FILENAME_DEFAULT, '', 'NONSSL'));

  4. #214
    Join Date
    Apr 2006
    Location
    Phoenix, AZ
    Posts
    85
    Plugin Contributions
    1

    Default Re: Additional Customers Fields

    I think it was part of either the timezone and DOB dropdown mods

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

    Default Re: Additional Customers Fields

    The modifications above is more about a personal choice regarding customization of your modules and templates. If you think it's best for you to do it this way, which isn't quite related with this MOD particularly, then why not.

    @rbepple:

    What does your includes/modules/your_template/create_account.php file mentions for the moderators_level array I instructed from my installation (or upgrade) text file ?

  6. #216
    Join Date
    Apr 2006
    Location
    Phoenix, AZ
    Posts
    85
    Plugin Contributions
    1

    Default Re: Additional Customers Fields

    If you were asking me. I did install your moderators file because I think there was a bit of it inadvertently added into the add fields module and it was initially causing some small problems with the cart.

    That was the way I figured it out is with your site.

    Thanks again.

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

    Default Re: Additional Customers Fields

    If you were asking me. I did install your moderators file because I think there was a bit of it inadvertently added into the add fields module and it was initially causing some small problems with the cart.

    That was the way I figured it out is with your site.
    Perhaps you'd like to elaborate that a little ... I believe I'm misunderstanding what you're trying to explain above . . .

  8. #218
    Join Date
    Apr 2006
    Location
    Phoenix, AZ
    Posts
    85
    Plugin Contributions
    1

    Default Re: Additional Customers Fields

    This was about two days ago and a lot has changed since then...
    The way I remember it, I was having trouble with is the problem mentioned by the other zencart newbee. I fixed it as mentioned and the other module still seemed to work. However something was still keeping me from seeing the change-customer-information pages on the the cart.
    I noticed that in one of the class or function pages was referring to moderator level = 1 that did not seem to have reference to anything I had seen before.

    At the time, I believed it was this that was conflicting with my cart.

    I could not figure it out until I went to your site and saw the moderator package.

    I loaded on the mod it seemed to fix that end of things. I do not know exactly what it was, but I have not been having problems since.

    Sorry I could not be of more help - it is just not a problem currently, so it becomes difficult to remember the details.

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

    Default Re: Additional Customers Fields

    I fixed it as mentioned and the other module still seemed to work.
    And ... your version of modifications are ? ...

    I noticed that in one of the class or function pages was referring to moderator level = 1 that did not seem to have reference to anything I had seen before.
    Yes ... that was the idea of my creation ... 1 means disabled and 2 means enabled ...

    The reason why I defaultly set the moderators_level field to '1' is because you'd surely not wish to set all your new / recent customers as moderators automatically without your conscent right ?

  10. #220
    Join Date
    Apr 2006
    Location
    Phoenix, AZ
    Posts
    85
    Plugin Contributions
    1

    Default Re: Additional Customers Fields

    I agree...

    I believe I have somehow added almost all the module there are in the admin, others, and marketing sections of zencart downloads. There are also some added from several other websites.

    It seems to be a good version to test modules on.

    I have not gotten the german attributes module numbers to work with the cart - need sql 5.0

    zencart 3.17
    MySQL about 4.4

 

 
Page 22 of 50 FirstFirst ... 12202122232432 ... 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