Results 1 to 10 of 12

Hybrid View

  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.

 

 

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

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