Zen Cart Logo
Forums / All Other Contributions/Addons / Additional Customers Fields

Additional Customers Fields

Locked

Views: 88,139

Results 21 to 40 of 491
This thread is locked. New replies are disabled.
24 May 2007, 12:03
#21
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Additional Customers Fields

a_berezin:

Excuse that I interfere

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.
24 May 2007, 13:04
#22
troo avatar

troo

New Zenner

Join Date:
Apr 2007
Location:
barnsley, south yorkshire, uk
Posts:
24
Plugin Contributions:
0

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".

  1. 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 :frusty:
**

24 May 2007, 13:15
#23
ali_peracha avatar

ali_peracha

New Zenner

Join Date:
Feb 2007
Posts:
50
Plugin Contributions:
0

Re: Additional Customers Fields

a_berezin:

Excuse that I interfere

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: <https://WWW.GEORGIDESIGNSTUDIO.com/store>

Im leaving for Chicago right now but will be back online later tonight.
Thanks,
AP
24 May 2007, 13:41
#24
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

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).

  1. 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.

  1. [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. :wink2:

24 May 2007, 13:46
#25
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

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. :wink2:

24 May 2007, 15:18
#26
maximiliano avatar

maximiliano

New Zenner

Join Date:
May 2007
Posts:
8
Plugin Contributions:
0

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

24 May 2007, 15:22
#27
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Additional Customers Fields

was not found on this server.

What the ... DOH ! - thanks for the catch - link fixed. :wink2:

24 May 2007, 18:05
#28
maximiliano avatar

maximiliano

New Zenner

Join Date:
May 2007
Posts:
8
Plugin Contributions:
0

Re: Additional Customers Fields

Jaja Ok! :laugh: 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. :lamo:

can you give me some help please?

Thnx for this MOD again!

24 May 2007, 18:19
#29
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

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. :wink2:

24 May 2007, 20:18
#30
maximiliano avatar

maximiliano

New Zenner

Join Date:
May 2007
Posts:
8
Plugin Contributions:
0

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 :P...

Thnx Anyway for help me!

25 May 2007, 03:07
#31
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Additional Customers Fields

Ok, so you wish to have the additional customers fields under your order confirmation emails - correct ?

25 May 2007, 09:47
#32
troo avatar

troo

New Zenner

Join Date:
Apr 2007
Location:
barnsley, south yorkshire, uk
Posts:
24
Plugin Contributions:
0

Re: Additional Customers Fields

Got the ACF mod working and communicating to SQL, so its creating the fields, which is great, but they do not show in the customer registration form. am i doing something wrong or have i got something missing. can anyone help. :frusty:

25 May 2007, 11:12
#33
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Additional Customers Fields

am i doing something wrong or have i got something missing

Both. The overrides part are the only things required to be done manually since I cannot know the type of customization you have done for each of users. There are three samples, from the package, under: templates/your_template>/templates and includes/modules/<your_template>/pages/login and account_edit which demonstrates how to proceed in order to implement these over your HTML forms.

25 May 2007, 12:03
#34
troo avatar

troo

New Zenner

Join Date:
Apr 2007
Location:
barnsley, south yorkshire, uk
Posts:
24
Plugin Contributions:
0

Re: Additional Customers Fields

thanks for the advice, i have not done any customisations to the original template, sorry im a bit lost, i have put all files from the package where they should be the fields are being created in the data base, zen cart is saying they are created but what should happen then? do they automatically update the customer registration form, i cant seem to find the html files to edit to enter the fields in manually im totally stuck. Also getting the additional customer fields message on every page. can anyone help, please :frusty:

25 May 2007, 14:41
#35
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Additional Customers Fields

do they automatically update the customer registration form, i cant seem to find the html files to edit to enter the fields in manually im totally stuck.

Yes, it does use automated updates during registration process for any additional activated customers fields you might of had added from the admin section.

About entering the fields manually, like I said on my previous post, you have all the steps you must add into the modules files (create_account.php and /account_edit/header.php file).

As for the template, simply start copying from the paragraph, under my template file example, where it states: "We now add additional customers fields for . . ." until the "end of additional customers fields" under your tpl_modules_create_account.php file and your tpl_edit_account_default.php file.

26 May 2007, 01:19
#36
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Additional Customers Fields

Update:

A new version of this MOD has just been released.

// Feature:

  • One that we all did expected for a long time;

Adds functionality to the order confirmation email with a new seperated file in order to use any activated additional customers fields. :smile:

All detailed instructions are within the new package. Good luck. :cool:

26 May 2007, 10:55
#37
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Additional Customers Fields

No inputs on this one ? :huh:

27 May 2007, 23:09
#38
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Additional Customers Fields

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 3

I did a little research today. While coding, I also encountered this error. It is my understanding that you tried to call the objectInfo module (probably when trying to implement other features). Is it the case ? :mellow:

27 May 2007, 23:10
#39
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Additional Customers Fields

How's the new version going ? :smile:

28 May 2007, 19:31
#40
knighs2 avatar

knighs2

New Zenner

Join Date:
May 2007
Posts:
42
Plugin Contributions:
0

Re: Additional Customers Fields

Hi Guys, Totally new to all this so bare with me.

Ive installed the mod and get the following errors
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 ?
2)
Warning: Cannot modify header information - headers already sent by (output started at /home/sites/1body1life.biz/public_html/Shop/admin/additional_customers_fields.php:33) in /home/sites/1body1life.biz/public_html/Shop/admin/includes/functions/general.php on line 34

I see someone else had a similar issue and the advice was to make sure the files had been uploaded. Ive checked and double checked files are all in the same order as the files i downloaded and are uploaded ok. Any ideas on what cld be causeing this issue ?

Thanks