Details
This magento extension allow customers to ask question about products.
The module works this way:
- customer (and guest users if allowed in admin) are asking a question about a product
- an email is sent to store admin to review the question
- question is replied and reviewed
- the question appears on the website and an email is sent to the customer (if allowed in the admin)
Admin can also add/edit/remove questions from the admin.
- v. 1.0.4: Optimizing config.xml file
- v. 1.0.3: Fixing sql issue that could occur on some magento configuration
- v. 1.0.2: Reply question bug fixed
- v. 1.0.1: Product question Admin Edit Page bug fixed
- v. 1.0.0: introducing the extension
INSTALLATION GUIDE
- Uncompress module to your magento root directory
- Move all skin and design files from default directory to your custom skin/design directories
- Flush your magento cache
- Log out and log back to admin
- Configure the module in system > configuration > Customer | J2T Porduct Question
The template files to be copied are :
- frontend/default/default/layout/j2tproductquestion.xml
- frontend/default/default/template/j2tproductquestion
<?php echo Mage::helper('autoadd')->getExtraProducts();?>
<!-- J2T AUTOADD -->
No
