Product Questions & Answers for Magento User Guide
PurposeThis document is a User Guide for Questions/Answers extension for Magento. It describes how work with the extension. Plenty of settings so that you can adjust the Q&A functionality to meet your needs ideally are supplemented with easy installation, life-time free updates and good support. InstallationAll our Magento extensions and templates are installed via IToris Installer. . LicenseQ&A is website-dependent. By ‘website’ here we understand the website in Magento terms. Under one Magento installation one license key of the extension can activate all stores/storeviews. within one website. If your configuration has several Magento websites - a separate license will be required for each.
Settings
Stores' Settings
If the settings should be different, select a store and set it. Then select another store and add settings to it, etc. Save settings after you finish.
General Settings
The first setting is Entension Enabled. It activates/deactivates the extension. While you set it you can deactivate it so that it is not displayed on the front-end. Module is visible for - define if both logged in (customers) and not logged in (visitors) users should see the Questions&Answers block - or logged in users only. The following setting - Visitors can post - depend on the previous one. If you select that the module should be visible to customers only this setting will be disabled. In this setting you can define if visitors (not logged in users) can post questions only, answers only or both questions and answers. Color scheme - Questions/Answers extension has several designs created for you already. Please seelct the one to meet the design concept of your website better. Show Captcha image for visitors - in order to avoid spam attacks, you can select one of the CAPTCHA images that your visitors should enter when they post questions and answers. This setting again will be disabled if you have selected the extesnion to be visible for customers only. The next setting deals with moderation - Questions approval. As not all question may be eligible, you can select if you want to moderate them manually or not. The following options are availble:
Answers approval - the same as Questions approval, but for answers. Maximum question length and Maximum answer length - set the length of questions and answers (in symbols). Define how many questions there should go per page with Questions per page setting. When the number of questions exceeds the allowed one, there will appear a paging so that users can go to the following page(s) and see the rest. Notify administrator when new question/answer received - check if you want administrator to receive email notifications when a new question or answer has been posted. Do not forget to create email template for the notifications (see the settinsg below). Administrator Email - enter the email address on which the notifications should be sent. N.B. Save settings after you have changed them.
Email Settings
The texts in the email templates are already created for you. Yet you can edit them the way you need. The content of each email consists of the following:
Email head - for each email you can define: o From name - from which name should the email be sento From email - from which email address should the email be sent o Subject - subject of the email Email body. In the WYSIWYG editor you can create the look of the email template. Add any text and decorations you need there. One more important part of an email is variables. When you add variables they are substituted in emails with the read data entered. The list of variables is available under the template’s editor. E.g. There is a variable {{product_name}}. In emails it will be substituted with the real name of the product for which the question or answer has been submitted. Set email notifications for both admins and users and save the settings.
Add Questions/Answers Block to the Front-endInclude Q&A block in Template
<link rel="stylesheet" type="text/css" href="http://mymagento.com/skin/frontend/package/theme/css/styles.css" media="all" />
Find <block> tags inside this file and add the following (red line): <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
...
<block type="itoris_productqa/productQa" name="itoris_productqa_block" as="itoris_qa"/>
</block>
< ?php echo $this->getChildHtml('upsell_products') ?>
<?php echo $this->getChildHtml('product_additional_data') ?>
And after these lines add <?php echo $this->getChildHtml('itoris_qa') ?>
Include Q&A block in Product Tabs
Q&A block can be added as one of the tabs. To do it open the admin area, open Tabs Slider Extension (System -> IToris Extensions -> Product Tabs Slider). Press ‘Add custom tab’, and in the WYSIWYG editor add a new widget. The name (alias) of the widget is itoris_qa.
Management
Pending Questions’ List
The list is organized in a usual Magento way. You can sort it out by ID, by date (or date period), by the user’s nickname, by store, by usertype (guest or customer), by product name or by product SKU. Each question has information about the replies (how many times it has been replied). From the pending list administrator can open any question for editing (both its content’s editing and status changing). Press ‘edit’ link to open a question for editing.
Editing Pending Questions
Question details
This data is for information only, it is not editable. Below there is rating. It displays how many times the question has been marked as helpful, and how many times it has been marked as not helpful (by customers). Then there is status. Administrator can change pending status to either ‘approved’, or ‘not approved’. Approved questions become visible for guests and customers. Pending and not approved questions are not visible from the front-end. Below there is visibility in stores. Administrator can change the store(s) in which the question is visible. Administrator can edit both nickname and question’s text. Answers
To edit an answer - administrator edits its text or the nickname and saves the changes of the page. To delete an answer - administrator checks ‘del’ checkbox near the answer(s) and saves the changes of the page. To add a new answer - administrator enters a nickname, the answer, sets its status and presses “add” button near the answers.
Inappropriate Questions’ List
The question stays visible on the front-end, this feature has been created for administrators to take attention if a question has been reported as inappropriate. From the pending list administrator can open any question for editing (both its content’s editing and status changing). Press ‘edit’ link to open a question for editing.
Editing Inappropriate Questions
Admin is able to do the same actions here as with a pending question - edit the nickname of the user, edit the question, change its stores’ visibility, change its status. Admin can add a new answer directly from this page as well. Apart from standard features there is a new one “remove flag” for inappropriateness. As soon as the flag is removed the question is not longer available in Inappropriate list.
Not Answered Questions’ List
This list has been created as a convenient feature for admin to provide replies to customers where needed mostly. All Questions’ List
From this list administrator can edit the questions as well, add answers to them. Yet there is one important feature available from this list only - Add a new question. Administrator can add a new question for any product, thus attracting interest to it.
When “Add New Question” button is pressed - there is a page to add a question.
Administrator selects a product, selects the status of the question. Then there is ability to enter a nickname and the question itself. If admin sets ‘approved’ status - the question will be displayed directly after submitting.
Pending Answers’ List
Here administrator can manage the replies, this list contain the answers that have pending status and are not visible from the front-end yet.
Inappropriate Answers’ List
This flag does not change the visibility of answers, they stay visible. This list is for administrator for easier moderation of the customers’ reports. Administrator can open any answer for editing and remove the ‘inappropriate’ flag. This will exclude the answer from the list. All Answers’ List
Any answer can be edited/deleted from this list.
Administrator can add the answer from any nickname he/she enters and make this answer visible immediately or send it to moderation. This feature can be of great help if you have unanswered questions on your website or want to provide more information about the product.
Front-endThis part describes what your customers and guests will see with Questions/Answers Extension. Main Questions and Answers Area. Design
The place where the block will be displayed depends on your theme and preferences. Here is an example when Q&A block has been added at the bottom of product pages
Questions and Answers. Features
If visitors can reply questions or not depends on the settings as well. Let us see the features of the block: When a product if opened, users will see the list of available questions
There is ability to sort them out (by the time they have been added, by the time the answers have been added, by popularity, etc.) Each question displays how many answers are available. Clicking on a question opens up its answers with a beautiful sliding effect.
Users can read the answers, add their own replies, and new questions. When a user presses “Ask a New Question” button, there is a new form sliding down. Depending on your settings it will be with or without CAPTCHA protection code.
When a user wants to reply a question - he/she presses “Answer this Question” button and answer form slides down. Apart from asking and answering there is ability for your customers to express an opinion about both questions and answers. There is a special pane where customers can select a question/answer as being helpful, being not helpful or report it as inappropriate.
Helpful questions and answers participate in sorting; there is ability for customers to select the most helpful ones. Inappropriate questions and answers come to special lists in admin area; there is ability for administrator to moderate them in a convenient way.
|