Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default How Did You Hear About Us, Configuration Problem

    I installed: How to Use How Did You Hear About Us Version 1.3.1 and it seems to work just fine. I added all my drop down pre sets and wanted to do the "other" option.

    Here is what the instuction says:
    This contrib creates a drop-down box populated by admin entered
    (Admin->Extra->Referral) referral sources that prompts the customer where they found out about the site.
    //OK, UNTIL HERE ALL WORKS FINE...

    //NOW THE OPTIONS BELOW DO NOT WORK, I CAN NOT FIND THEM IN THE DISCRIBED LOCATIONS.
    Admin can also make this required or not (Admin->Configuration->Customer Details). Also includes ability to control whether or not an "Other" appears in the dropdown and if so, displays an additional text input box (Admin->Configuration->My Store).

    I checked if I had some files in override that were not updated but could not find any. Anybody any suggestions why my options as discribed above don't show up in Admin?
    Live and learn... the Zen way.

  2. #2
    Join Date
    Feb 2004
    Location
    New York
    Posts
    279
    Plugin Contributions
    1

    Default Re: How Did You Hear About Us, Configuration Problem

    Hi:

    In the admin panel, under Configuration->My Store there should be under Title:

    Display "Other" Referral option

    and uner Configuration->Customer Details under Title:

    Require Referral

    If you don't have either, you didn't execute the the complete sql file.

    You would need to run the following sql:

    INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Display "Other" Referral option', 'DISPLAY_REFERRAL_OTHER', 'true', 'Display "Other - please specify" with text box in referral source in account creation', '1', '22', 'zen_cfg_select_option(array(\'true\', \'false\'), ', now());
    INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Require Referral', 'REFERRAL_REQUIRED', 'true', 'Require the Referral Source in account creation', '5', '6', 'zen_cfg_select_option(array(\'true\', \'false\'), ', now());

    That will populate the admin panel properly....

  3. #3
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: How Did You Hear About Us, Configuration Problem

    Well well, this worked! Thank you.

    I did run the supplied sql patch, but it seems that just now it worked when I dumped your sql instuctions in my sql query box.

    Thank you very much :)
    Live and learn... the Zen way.

  4. #4
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    red flag Re: How Did You Hear About Us, Configuration Problem

    Hi ranger_lp,

    I was having 1064 error when running the sql which I downloaded from zencart. But your sql solved it. Thanks :)
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  5. #5

    Default Re: How Did You Hear About Us, Configuration Problem

    this is all fine and good, but how do I see the report of "How did you hear about us?" I don't see anywhere in admin. where I can view it.
    LuvSeals.com ~ Handmade with the essence of luv
    proudly run on Zencart and hosted by Camelot Hosting

  6. #6
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: How Did You Hear About Us, Configuration Problem

    If you installed everything right, you can go in Admin - Customers - Customers
    and you will see a column title: Referred By

    It will show what customers selected....easy and great to see where your customers come from. Love it.
    Live and learn... the Zen way.

  7. #7

    Default Re: How Did You Hear About Us, Configuration Problem

    In Admin - Customers - Customers, the 'Referred By' column does show up, but when I open up a test account, it does not show the value I selected. Instead it displays 'None'. Also, I don't see the same field in the actual Customers form page.

    I may have mis-installed somewhere, not sure. Just FYI, I am using the green tea admin template.
    LuvSeals.com ~ Handmade with the essence of luv
    proudly run on Zencart and hosted by Camelot Hosting

  8. #8
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: How Did You Hear About Us, Configuration Problem

    If you go to Configuration - Customer Details

    Can you see all the way down the last listing:
    Customers Referral Status?
    if yes, set it to 1 and see if it works.


    Also check if you have all the menu options as described in the readme file.

    If yes, I would check if all files were uploaded correctly.
    Live and learn... the Zen way.

  9. #9
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: How Did You Hear About Us, Configuration Problem

    I wanted to test this, so I created a test customer and chose "Other" I then entered the appropriate data in the "Other" field.. I then went to Extras>Referral Sources and this is what I see:
    Sources------------------------Referred
    Other --------------------------19

    Is the number I see under "Referred" supposed to be a count of how many referrals came from the "Other" referral source?? If so this count is wrong and I need to know how it calculated this count.... More importantly.. How do I fix this???
    Last edited by DivaVocals; 3 Jun 2007 at 07:18 AM.

  10. #10
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: How Did You Hear About Us, Configuration Problem

    Quote Originally Posted by DivaVocals View Post
    I wanted to test this, so I created a test customer and chose "Other" I then entered the appropriate data in the "Other" field.. I then went to Extras>Referral Sources and this is what I see:
    Sources------------------------Referred
    Other --------------------------19

    Is the number I see under "Referred" supposed to be a count of how many referrals came from the "Other" referral source?? If so this count is wrong and I need to know how it calculated this count.... More importantly.. How do I fix this???
    Alright so I've confirmed part of my original question..

    The "19" definitely is supposed to represent the number of referrals that came from the "Other" referral source.. However, the count is incorrect. At the time I ran this report, I had only added ONE test customer with "Other" as a referral source in my testing.. I have since added a second customer using the "Other" referral source in order to test that the count is at least incrementing by 1 correctly.. (It is incrementing correctly, and now it shows a count of 20)

    So I still need to know how do I correct this so that the count accurately reflects 2 instead of 20.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. "How did you hear about us" addon problem
    By scatzc in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 29 Sep 2010, 08:13 PM
  2. How did you hear about us module problem?
    By spawnie69 in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 22 Mar 2010, 03:15 AM
  3. How Did You Hear Did You About Us -- I want to install it correctly
    By johnd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Feb 2008, 03:21 AM
  4. Order Status Problem - could be from How Did You Hear About Us plugin
    By dmacke in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 2 Jan 2008, 10:42 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR