Download the PHP package mikielis/magento2-module-price-negotiation without Composer
On this page you can find all versions of the php package mikielis/magento2-module-price-negotiation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mikielis/magento2-module-price-negotiation
More information about mikielis/magento2-module-price-negotiation
Files in mikielis/magento2-module-price-negotiation
Package magento2-module-price-negotiation
Short Description Magento 2 price negotiation
License MIT
Informations about the package magento2-module-price-negotiation
Magento 2 Price Negotiation
This Magento 2 extension adds a form to each product page that can be used for sending negotiation offer.
The form contains following fields:
- name
- phone number
- requested price
- quantity
- message
When the form is correctly sent (data is valid), admin is automatically notified about received new negotiation offer and a user receives confirmation email.
The content of both emails (subjects and texts) as well as admin's email address are easily editable.
The module saves sent form data into database and displays all negotiation offers in clear way in Magento admin.
Each negotiation offer can be viewed, rejected and deleted anytime.
The list offers advanced filtering and sorting options.
Screenshots
Installation
Pull in the extension through Composer:
OR
download zipped extension and add its files to [magento root directory]/app/code/Mikielis/PriceNegotiation directory and follow listed steps from the official guide: https://devdocs.magento.com/guides/v2.3/comp-mgr/install-extensions.html
Compatibility
The extension is compatible with Magento version 2.3 and higher (see declarative schema guide: https://devdocs.magento.com/guides/v2.3/extension-dev-guide/declarative-schema/db-schema.html)