説明
There are some products or services that cannot be sold directly via shopping cart. This plugin allows your prospective customers to easily request a quotation from you using a simple and easy to use contact form.
It takes lots of efforts to develop and support a plugin. Please send us your feedback and questions to fix your issue before leaving a bad review.
Are you satisfied by using this plugin? Consider leaving a 5 star review.
If you need support or more information about this free plugin please read the description and the F.A.Q. section below or write in the Support Forum.
Features
- Simple and easy to use RfQ form with name, email, phone, questions or comments fields.
- Uses AJAX submission and the user does not leave the page while sending the request.
- Automatically adds the product name, SKU, picture and link in the request message.
- Emails the requests using the built-in wp_mail() WordPress function.
- No complicated settings. All is setup to go. Simply install it and it works.
スクリーンショット
インストール
From WordPress Dashboard
- Navigate to
Plugins
->Add New
from your WordPress dashboard. - Search for
Really Simple RfQ Form for WooCommerce
and install it. - Activate the plugin from the Plugins menu.
Manual Installation
- Download the plugin file:
really-simple-rfq-form-for-woocommerce.zip
- Unzip the file
- Upload the
really-simple-rfq-form-for-woocommerce
folder to your/wp-content/plugins
directory (do not rename the folder). - Activate the plugin from the Plugins menu.
It will start doing it’s job. That’s all, folks!
FAQ
-
Your theme probably supports a method to hide this icon. If not, then you can use CSS to do it.
-
Can I change the default quantity for quotation?
-
Yes, you can (for all forms) by hooking to a special filter we have created. Put this in the functions.php of your child theme:
add_filter(‘denra_plugin_rsrfqfwc_default_qty’, ‘my_company_change_default_qty’, 20);
function my_company_change_default_qty($qty) {
unset($qty);
return 100; // change the qty to the one you wish e.g. 10 or 100
} -
Can I hug you for making my life easier with this plugin?
-
No. But you can leave a positive review and donate. 😉
評価
このプラグインにはレビューがありません。
貢献者と開発者
Really Simple RfQ Form for WooCommerce はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。
貢献者変更履歴
1.0
- Initial release