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.
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.
I'm not sure what it is then. Do your stores other email fxns work?
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.
I'm also getting this image error, I copied all the button into the right folder, /public_html/store/includes/templates/mystorename/buttons/english, and double checked to see if the image appeared, but I am still getting the X error for the image, when the button is in the right folder.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.
Diva Boutiques
www.divaboutiques.com
Yeah not really sure what this is because if you look at it in firefox there is actually no image it is just a link which looks fine in firefox. Have you tried the email notification. Like if someone asks a question if you set it up in the FAQ manager to send you an email it should but for mine it isn't working.
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
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:
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?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 running the mod on 1.3.8a and every aspect seems to function propertly except for the answer email.
So are you saying if you ask a question on the actual page you get an email sent the FAQ manager?
If a question is submitted both myself and the person that submitted the question get an email. The problem is, when I answer the question, there is no email sent to the submitter letting them know that their question has been answered.
The initial email sent to the customer after submission leads me to believe that they should also be receiving an email when I answer their question.