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.
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.
-
Clone this repository into the app/code directory of your Magento 2 installation:
git clone https://github.com/tomk1v/product-question-module.git
-
Run the following commands from the Magento root directory:
bin/magento module:enable Internship_CategoryImagesExport
bin/magento setup:upgrade
bin/magento setup:di:compile
-
Flush the cache:
bin/magento cache:flush
Navigate to Product Question configuration in the Magento Admin Panel and fill in the sender name and email in the appropriate places.
Visit the product view page and click the 'Ask Question' button.
This module is designed to work seamlessly with:
Magento 2.4.6
PHP 8.2
©tomk1v