Nope, my create_account.php file is in my overrides system. I am running Super Orders v3.0 and I think that may be the problem. Does anyone else have Super Orders installed that is working with this mod?
HELP. Thank you.
Printable View
Nope, my create_account.php file is in my overrides system. I am running Super Orders v3.0 and I think that may be the problem. Does anyone else have Super Orders installed that is working with this mod?
HELP. Thank you.
It is UNLIKELY that Super Orders is a cause for your issues with this mod.. But if you are convinced that this is the issue, the easiest way to verify this is to install Super Orders OR if you have not done the optional update changes for Super Orders simply see if the issue you have with this module is present when using the default orders.php
I don't know what it is. But I've spent hours comparing and merging and have tried looking into several different things all with no success. I currently have Ty Tracker, Super Orders(with optional files installed), and Edit Orders, all of which seem to touch on similar files.
As it is right now, I am able to see the "Referred by:" heading in the customer details. When I look into "Referral Sources" I can see 147 listed under others, but when I click on others, it comes up blank (0 of 0). I see that most of the others have found the solution with the create_account.php in the overrides folders...but this isn't my issue. I have verified that it is in my overrides folder and I have even tried to change the default file just to make sure it wasn't accidentally pulling from that source. Still nothing. :frusty:
i would appreciate if someone could help. Does anyone have these mods installed (Tracker, Edit, Super) and is working with the "How did you hear about us" add on?
Or better yet, can anyone post their merged files that are working with this mod? That might help too. Thank you again.
I've emailed one of the people involved, hopefully they will reply and we can fix this mod. It's a great idea, just wish it worked.
Ok as far as I know it has nothing to do with SQL entries.
It's mainly to do with incorrectly merging files and the placement of files.
Make sure your "includes/templates/YOUR_TEMPLATE/modules" directory has the original file "create_account.php" from the actual mod. Just override what you have on your server. I know! I know!, it sounds crazy but it works!
Also make sure "create_account.php" is also in your "includes/templates/template_default/modules" directory as well.
now it should work with 1.3.9h.
Okay, so I'm back here again giving this another shot...
Thanks for the follow up, just a couple of questions. I have my files set up this way:
includes/modules/YOUR_TEMPLATE/create_acount.php
includes/modules/create_account.php
Do I need to rearrange my files to the placment direction that you gave:
includes/templates/YOUR_TEMPLATE/modules/create_account.php
includes/templates/template_default/modules/create_account.php
Also you stated that to make sure that the "create_account.php" is also in the template_default, this would be the create_account.php file from the mod right? Not the original file?
Thank you again.
Sorry to keep beating a dead horse, but errors with this module have nothing to do with Super Orders, Edit Orders or Ty Package Tracker.. From the readme:
Of these files the ONLY file that this module has in common with the two of the three modules is the file highlighted in red.Quote:
Core files that are modified are:
admin/customers.php
admin/orders.php
admin/includes/languages/english/customers.php
includes/modules/create_account.php
includes/templates/YOUR TEMPLATE/templates/tpl_modules_create_account.php
Both Edit Orders and Ty Packager Tracker have required modifications to orders.php. Let me make sure it's clear.. The changes to orders.php WOULD IN NO WAY affect the functionality of this module unless when applying the changes to orders.php required for this module, the merging was done incorrectly.
Additionally the modifications to orders.php required by this module must also be applied to super_orders.php in order to see the referral data in Super Orders..
Simple answer.. You never ever replace what's in default_template with ANY modfied version of the same file. The default_template is ALWAYS and ONLY supposed to be the original Zen Cart file NEVER a modified version of the file.. Modified files must go into the proper override template folder. Here are some FAQs which might help you better understand the Zen Cart overrride system..
Understanding the Override System
Writing contributions -- often-overlooked override capabilities
Hi Diva,
Thanks for the input. I checked the admin/orders.php file and the change for "how did you hear..." is there. I also checked the super_orders.php file and it's there as well. The field "Referred By:" does show up in Super Orders but there is no entry. The field also shows up in the customers edit file with the same result.
In admin my "Referral Sources" shows others with 145 entries, when I select it to view those entries...it's gone. I'm at my wits end, it should be simple...but I don't know what else to do. :no:
Thank you. I understand the overrides system, I was clarifying the instructions that were posted here earlier...because I was going to say that as far as I know, modified files should only be placed in an override folder. But I did try to stick my override create_account.php for this mod in the default folder just to see if my results would change...but it didn't.
I have replaced the create_account.php default file in the default folder. :smile: