azra / module-pricerequest
Module responsible for enabling customers to request price quotes
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2024-11-08 08:11:42 UTC
README
The scope of this module is to hide final price from product page and display a price quote form to enable customers to request a custom price from store managers.
Features
- Through a confguration store managers can easily enable/disable this feature
- Shows price request form on product detail page instead of product final price
- Customer data are submited via ajax for better UX
- Price quotes are stored in database and displayed on admin panel in a dedicated section. CRUD operations are supported.
Install
composer require azra/module-price-request
bin/magento module:enable Azra_PriceRequest
Configuration
Configuration path Stores -> Configuration -> Azra Configurations -> General Configurations
Todo/Issues
1.
Supported
Magento CE 2.3.x