Table of Contents
View Magento 2 Call For Price Extension Detail Page for Features and Demo
Documentation for Call For Price
Preference
Call for Price is perfect extension for the store owners who wants to hide the price and add to cart button for the specific products and this action will force customer to inquire of price of that product. Once you enable this extension in your store as described above it hides the price for the product and put the button named configure from admin. When customer click on this button it opens popup having inquiry form with Google captcha. Once customer fill up this form and submit then Administrator will get notified and inquiry data will get saved in backend.
- Unordered List Item Easy to configure extension.
- Customer Group selection for hide price of product.
- Google captcha use for security purpose.
- Add To Cart button configuration from admin panel.
- All Inquiry information on admin panel and on admin mail.
- Responsive pop-up form of CallForPrice inquiry.
- Product Specific functionality of CallForPrice.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
Php bin/magento setup:upgrade
Php bin/magento setup:static-content:deploy
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → AskForPrice, the module will be displayed in the admin panel.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_AskForPrice’ ⇒ 1
Step 4: Disable the cache under System → Cache Management
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → AskForPrice, the module will be displayed in the admin panel.
Backend Example
After Installation of Extension login to magento admin panel to set configuration of the extension.
Extension menu and submenu
Extension configuration
- After configure Extension we need to set Call for Price attribute in catalog product.
- To show requested customer record grid go to call for price → CallForPrice Request.
Frontend Example
- Below are some screen shot of Extension Functions on Frontend after installing call for price Extension.
- call for price at product view page
- call for price popup with Google captcha.