Ask For Details En - Magento 2 module documentation

Author: Paweł Wasiluk

Ask For Details Module

Module overview

Help your customers gain more information about products. Let them ask you precise question about desired product.

Module compatibility

This module is compatibile with Magento Community versions: 2.2 and 2.3.

How it works

After installing, the module is disabled by default, head to the Admin Panel to enable it. Go to Stores > Catalog > Ask For Details. There you will have two sections.

A 1

Enable Ask For Details - enable or disable module manually
Feedback For Customer - when enabled, customer receives the confirming email

A 2

Sends Emails To - set an email that question will be send to
Email Sender - set sender type
Store Email Template - chose template for emails, you can edit them in
Stores > Configuration > General > Store Email Addresses

When module was enabled, under every product you will find Ask About Product button. When clicked message Form will pop up.

A 3

Message Form consist Name, Email and Question fields. Question the user have sent will be in the mailbox that address was defined in Email Settings. Sample is presented below.

A 4

Installation

Composer

  1. Add repo to composer.json:
"repositories": [
    ...
    {
        "type": "vcs",
        "url": "git@git.auroracreation.com:aurora-modules/AskForDetails.git"
    }
    ...
],
  1. Add package to composer.json:
"require": {
    ...
    "aurora/module-ask-for-details": "*"
    ...
},
  1. In Magento root folder run commands:
composer update aurora/module-faq
php bin/magento module:enable Aurora_AskForDetails
php bin/magento setup:upgrade

Manual

  1. Unzip archive.
  2. Upload extension files on your server to:
{Magento root}
└── app/
    └── code
  1. In Magento root folder run commands:
php bin/magento module:enable Aurora_AskForDetails
php bin/magento setup:upgrade

Thank you for your interest in our products!