opencart Product Questions And Answers vQmod

mukoonline

Active member
Elite
XNullUser
Joined
Mar 4, 2024
Messages
64
Reaction score
192
Points
33
Location
turkey
Website
tikucuz.com
NullCash
2,194
opencart-Product-Questions-And-Answers-vQmod
Questions & Answers vQmod
=========================

This modification adds the possibility for customers to ask questions about a
product. It works similarly to product reviews.

Installation
============

Prerequisites: vQmod 2.3.2 or later.

1) For the default OpenCart installation without custom modifications and default
theme copy the files from the 'upload' directory to your target installation
directory of OpenCart.

NB! If you or another (vQ)mod have made modifications to the files listed below
and the modification is not working properly or produces errors, then you might
have to tweak the "vqmod/xml/questions_and_answers.xml"

NB! If you are using a custom template, then you'll have to change
"vqmod/xml/questions_and_answers.xml" according to the default template changes.


Files added:

admin/controller/catalog/qa.php
admin/controller/module/qa.php
admin/language/english/catalog/qa.php
admin/language/english/mail/question_reply.php
admin/language/english/module/qa.php
admin/model/catalog/qa.php
admin/view/image/qa/extension_logo.png
admin/view/image/qa/qa.png
admin/view/static/bull5i_qa_extension_help.htm
admin/view/static/bull5i_qa_extension_terms.htm
admin/view/template/catalog/qa_form.tpl
admin/view/template/catalog/qa_list.tpl
admin/view/template/mail/question_reply.tpl
admin/view/template/module/qa.tpl
catalog/language/english/mail/new_question.php
catalog/model/catalog/qa.php
catalog/view/theme/default/template/mail/new_question.tpl
catalog/view/theme/default/template/product/qa.tpl
vqmod/xml/questions_and_answers.xml


Files modified by vQmod:

admin/controller/common/header.php
admin/controller/common/home.php
admin/language/english/common/header.php
admin/language/english/common/home.php
admin/view/template/common/header.tpl
admin/view/template/common/home.tpl
catalog/controller/product/product.php
catalog/language/english/product/product.php
catalog/view/theme/default/template/product/product.tpl


2) In the administration panel go to Extensions -> Modules. There you should see
a new module named "Questions & Answers". Install it and then click "Edit" to
configure and enable it.


3) Next you have to set the correct permissions for this module. Go to System ->
Users -> User Groups. For the Top Administrator user group set both Access
and Modify permissions for "catalog/qa".



In case of problems, please contact me at support@agar.ee

If you like the extension I would appreciate if you rated it on the OpenCart extension page at
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=1328

Thank you!
 

Attachments

  • opencart-Product-Questions-And-Answers-vQmod.rar
    290.4 KB · Views: 0
Top