This extension adds a "Ask a Question"-button below the "Add to Cart"-button. A must have for every webshop owner! Clicking on this will open a (responsive) popup with the name of the product, product image and a couple of form fields. The customer fills in the form fields, asks his question and the question will be send to the administrator of the webshop. A must have extension for every webshop owner.
Make sure you have vqmod installed. If you don't have vqmod installed:
- To install vqmod, you will have to download it from http://code.google.com/p/vqmod/downloads/list
- Download latest version : vqmod-2.1.6-opencart.zip
- Copy it into vqmod folder in the root of your site and install it ( http://yoursite.com/vqmod/install )
- Optional: Install vqmod manager module for opencart (http://www.opencart.com/index.php?route=extension/extension/info&extension_id=2969)
INSTALLATION
====================
Just drag the folder vqmod (in folder upload) in the root of your webshop (FTP) - or - find aaq.xml in this package and ftp this to vqmod/xml/
That's it!
POSSIBLE ISSUE
====================
Ask a question button doesn't show up?
Because every template is different and uses different code there is a chance that the button not will show up. look in the xml file for (around line 188):
<button type="button" id="button-cart" data-loading-text="<?php echo $text_loading; ?>" class="btn btn-primary btn-lg btn-block"><?php echo $button_cart; ?></button>
now open catalog/view/theme/YOUR TEMPLATE NAME/template/product/product.tpl and try to find a line that looks almost similar the previously mentioned line (you can do a search for "$button_cart" to faster locate the line)
If you've found that line copy it from start to the end and replace it with the mentioned line. Now save to the server and you should see the button!
Also have a look at the PRO VERSION of this extension
If you have issues sending the email please see this:
www.oc-addons.com/aaq_mail_changes.txt
Login and write down your comment.
Login my OpenCart Account