Re: Referrals don't show in Customers record.
More info to add to my post (#341): On the create account page, there is a dropdown menu, plus a text box for "(if "Other" please specify)". But those are all apparently being lumped together in the report in the admin as "Other", with no info about what the customer typed in there.
When a new account is created, no matter what the customer selects for how they heard, it is not showing up in the Reports. The numbers there have not changed since January 15th - even though many new accounts have been created, including many test ones.
I have checked to make sure all the HDYHAU 1.150 files were uploaded.
Re: Can't get "referrals " mod working
I am having an issue with this mod with ZC ver 1.5.1 - Everything works unless someone enters an apostrophe in the "other" box. I have not tried this other characters so this may not be the only one. Is there a fix for this?
Re: Referrals don't show in Customers record.
Other Not Displaying in the admin? there are numbers with other but when i click on it it doesn't display they are in the database
Re: Referrals don't show in Customers record.
Does this work ok on a basic 1.5.8a?
Re: Referrals don't show in Customers record.
Tried downloading the latest version, says a virus threat on windows.
Re: Referrals don't show in Customers record.
Quote:
Originally Posted by
spawnie69
Tried downloading the latest version, says a virus threat on windows.
All god now! ranger_lp just placed a clean version. Hopefully it will work with 1.58a. Will try to report later.
Re: Referrals don't show in Customers record.
v2.0.0 of How Did You Hear About Us is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=90
This version supports zc210+ and PHP 8.0+; released as an encapsulated plugin.
Re: Referrals don't show in Customers record.
Did you actually tried this plugin?
After a smooth installation I got no extra field on login/create account page. If I try to create an account, this message appears
Code:
Please select how you first heard about us.
and I can't go further.
I got 2 logs, one warning and a deprecated, which is just consequence of the first one. Here is the warning log:
Code:
[13-Mar-2025 00:26:20 Asia/Tokyo] Request URI: /index.php?main_page=create_account
#0 ..\zc_plugins\HowDidYouHear\v2.0.0\catalog\includes\classes\observers\auto.referrers.php(33): zen_debug_error_handler()
#1 ..\includes\classes\traits\NotifierManager.php(107): zcObserverReferrers->notify_create_account_validation_check()
#2 ..\includes\modules\create_account.php(263): base->notify()
#3 ..\includes\modules\pages\create_account\header_php.php(16): include('...')
#4 ..\index.php(35): require('...')
--> PHP Warning: Undefined array key "source" in ..\zc_plugins\HowDidYouHear\v2.0.0\catalog\includes\classes\observers\auto.referrers.php on line 33.
[13-Mar-2025 00:26:20 Asia/Tokyo] Request URI: /index.php?main_page=create_account
#0 ..\zc_plugins\HowDidYouHear\v2.0.0\catalog\includes\classes\observers\auto.referrers.php(38): zen_debug_error_handler()
#1 ..\includes\classes\traits\NotifierManager.php(107): zcObserverReferrers->notify_create_account_validation_check()
#2 ..\includes\modules\create_account.php(263): base->notify()
#3 ..\includes\modules\pages\create_account\header_php.php(16): include('...')
#4 ..\index.php(35): require('...')
--> PHP Warning: Undefined array key "source" in ..\zc_plugins\HowDidYouHear\v2.0.0\catalog\includes\classes\observers\auto.referrers.php on line 38.
Latest Github ZC version
PHP v8.3.17
Plugin setting as default, both set to true.
Re: Referrals don't show in Customers record.
Quote:
Originally Posted by
pilou2
Did you actually tried this plugin?
After a smooth installation I got no extra field on login/create account page. If I try to create an account, this message appears
Code:
Please select how you first heard about us.
and I can't go further.
I got 2 logs, one warning and a deprecated, which is just consequence of the first one. Here is the warning log:
Code:
[13-Mar-2025 00:26:20 Asia/Tokyo] Request URI: /index.php?main_page=create_account
#0 ..\zc_plugins\HowDidYouHear\v2.0.0\catalog\includes\classes\observers\auto.referrers.php(33): zen_debug_error_handler()
#1 ..\includes\classes\traits\NotifierManager.php(107): zcObserverReferrers->notify_create_account_validation_check()
#2 ..\includes\modules\create_account.php(263): base->notify()
#3 ..\includes\modules\pages\create_account\header_php.php(16): include('...')
#4 ..\index.php(35): require('...')
--> PHP Warning: Undefined array key "source" in ..\zc_plugins\HowDidYouHear\v2.0.0\catalog\includes\classes\observers\auto.referrers.php on line 33.
[13-Mar-2025 00:26:20 Asia/Tokyo] Request URI: /index.php?main_page=create_account
#0 ..\zc_plugins\HowDidYouHear\v2.0.0\catalog\includes\classes\observers\auto.referrers.php(38): zen_debug_error_handler()
#1 ..\includes\classes\traits\NotifierManager.php(107): zcObserverReferrers->notify_create_account_validation_check()
#2 ..\includes\modules\create_account.php(263): base->notify()
#3 ..\includes\modules\pages\create_account\header_php.php(16): include('...')
#4 ..\index.php(35): require('...')
--> PHP Warning: Undefined array key "source" in ..\zc_plugins\HowDidYouHear\v2.0.0\catalog\includes\classes\observers\auto.referrers.php on line 38.
Latest Github ZC version
PHP v8.3.17
Plugin setting as default, both set to true.
Sigh. I did my validation with the Bootstrap template. I see that the builtin responsive_classic is not working.
Re: Referrals don't show in Customers record.
v2.0.1 of the plugin is now available for download.
Correcting integration with built-in responsive_classic template.