Thread: FAQ Manager

Page 1 of 2 12 LastLast
Results 1 to 10 of 369

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    1
    Plugin Contributions
    0

    Default Getting Duplicate FAQs in front end!

    Hello. I am new here. Every time I qet a new question (FAQ), it shows duplicated in the FAQs page. So it someone posts "what colors do you have?" it will show 2 times in the users FAQs page.
    When I go to the admin faqs, i see just 1 posted question and answer in the category floder.

    I have apple zen, english and spanish, and i am at

    www.ganamarcando.com


    I read must of the forum and fix some problems. I has been really helpful to go over all this issues.

    Thanks.

    Heeeeeelp!!!

  2. #2
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I just installed the FAQ Manager and I LOVE it however there is one problem. For some reason whenever a question is asked on the FAQ page and submitted it should send a email notification to the email address setup in the FAQ manager in the zen cart admin. I have set it up but for some reason I am not getting the email notification. Although when a question is submitted it does go through in the faq manager on the site. I just don't get an email notification. Any thoughts to get this fixed?

  3. #3
    Join Date
    Aug 2006
    Posts
    197
    Plugin Contributions
    1

    Default Re: FAQ Manager

    Is it not interfering with the display of subcategories when parent categories are clicked on?

  4. #4
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I am not sure what you are talking about? You can look at the website here.

    wpc- con sul ting.com/~stxmill/

    My problem is i just don't get an email whenever a customer asks a question. Can you tell me what I am doing wrong? Any thoughts.

  5. #5
    Join Date
    Aug 2006
    Posts
    197
    Plugin Contributions
    1

    Default Re: FAQ Manager

    I think you can change the email settings in Extras > FAQ Manager

    This problem isn't showing up on your website b/c you don't have any categories with subcategories. Just top level cats with products.

  6. #6
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Yeah I have it set to an email address in there but for some reason I am not getting them. Can't figure it out.

  7. #7
    Join Date
    Aug 2006
    Posts
    197
    Plugin Contributions
    1

    Default Re: FAQ Manager

    I'm not sure what it is then. Do your stores other email fxns work?

  8. #8
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

    Default Re: FAQ Manager

    Yes when i test the "ask a question" function on the FAQ page and type in my email address in the form and hit submit I will get an email as the "question asker" saying thanks for your submission and stuff like that. I just don't get an email for the admin portion letting me know that a question has been submitted. Which means the only way to know is to go to the FAQ manager all the time to see if one has been added which can be annoying.

    Also my "Ask a question" image or link has an 'x' in internet explorer 7 but looks great in firefox. Not sure why this is happening but it doesn't look very good.

  9. #9
    Join Date
    Aug 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Getting Duplicate FAQs in front end!

    Quote Originally Posted by Adolfo View Post
    Hello. I am new here. Every time I qet a new question (FAQ), it shows duplicated in the FAQs page. So it someone posts "what colors do you have?" it will show 2 times in the users FAQs page.
    When I go to the admin faqs, i see just 1 posted question and answer in the category floder.

    I have apple zen, english and spanish, and i am at

    www.ganamarcando.com


    I read must of the forum and fix some problems. I has been really helpful to go over all this issues.

    Thanks.

    Heeeeeelp!!!
    I was getting this also... and I found a fix... couldnt' see it mentioned anywhere else so here it is I changed both files tpl_faq_default.php and tpl_faq_all_default.php and replaced the $faqs_all_query_raw = ..... line of code with the one below....

    $faqs_all_query_raw = "select f.*, fd.*, fcd.faq_categories_name from " . TABLE_FAQS . " f, " . TABLE_FAQS_DESCRIPTION . " fd, " . TABLE_FAQ_CATEGORIES_DESCRIPTION . " fcd, " . TABLE_FAQ_CATEGORIES . " fc " .
    "where f.faqs_status = '1' and f.faqs_id = fd.faqs_id and fd.language_id = '" . (int)$_SESSION['languages_id'] . "' and f.master_faq_categories_id = fcd.faq_categories_id and f.master_faq_categories_id = fc.faq_categories_id and fc.faq_categories_status='1' and fcd.language_id = '" . (int)$_SESSION['languages_id'] . "' " .
    $order_by;

    I added the fcd.language_id = to avoid the duplicate rows being selected..

    Neil

  10. #10
    Join Date
    Dec 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: FAQ Manager

    I've searched this thread and have been unable to find anything related to my question.

    In the email that is sent out to the question submitter it says this:

    You will receive an email about the status of your submittal. If you have not received it within the next 48 hours, please contact us before submitting your question again.
    I'm assuming that means that once the FAQ is answered an email will automatically be sent to the submitter notifying them that their question has been answered. The problem is, those emails aren't being sent. Any ideas?

    I'm running the mod on 1.3.8a and every aspect seems to function propertly except for the answer email.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. FAQ manager
    By louisapple in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 8 Apr 2009, 03:08 PM
  2. FAQ Manager error
    By tpascubarat in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Jan 2008, 12:48 PM
  3. FAQ Manager ?
    By winky3d in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 26 Jul 2007, 02:33 PM
  4. Faq Manager Character Limit
    By jaywhy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 2 May 2007, 05:28 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