开发者 |
denra
itinchev |
---|---|
更新时间 | 2024年7月9日 22:45 |
捐献地址: | 去捐款 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Plugins
-> Add New
from your WordPress dashboard.Really Simple RfQ Form for WooCommerce
and install it.really-simple-rfq-form-for-woocommerce.zip
really-simple-rfq-form-for-woocommerce
folder to your /wp-content/plugins
directory (do not rename the folder).Your theme probably supports a method to hide this icon. If not, then you can use CSS to do it.
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 }
No. But you can leave a positive review and donate. ;)