Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.95 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.95 KB

Ask Question Module

Overview

The Ask Question Module is a feature-rich extension for enhancing the product view page on your website. It introduces an "Ask Question" button that allows users to easily inquire about a product. Additionally, the module facilitates communication by sending an email to the company, ensuring seamless interaction with potential customers.

Key Features

Ask Question Button: Adds a prominent "Ask Question" button on the product view page.

User-Friendly Interface: Provides a simple and intuitive interface for users to submit their inquiries.

Email Integration: Sends email notifications to the company with the user's question, enhancing communication.

Installation

  1. Clone this repository into the app/code directory of your Magento 2 installation:
    git clone https://github.com/tomk1v/product-question-module.git

  2. Run the following commands from the Magento root directory:
    bin/magento module:enable Internship_CategoryImagesExport
    bin/magento setup:upgrade
    bin/magento setup:di:compile

  3. Flush the cache:
    bin/magento cache:flush

Usage

Navigate to Product Question configuration in the Magento Admin Panel and fill in the sender name and email in the appropriate places. 2024-03-01_10-20

Visit the product view page and click the 'Ask Question' button. 2024-03-01_12-14

Fill out the form. 2024-03-01_12-21

Check mail service. 2024-03-01_13-30

Compatibility

This module is designed to work seamlessly with:

Magento 2.4.6
PHP 8.2
©tomk1v