Linux 软件免费装
Banner图

F4 Simple Checkout Fields for WooCommerce

开发者 faktorvier
更新时间 2024年4月2日 20:16
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.5
版权: GPLv2
版权网址: 版权信息

标签

shop woocommerce ecommerce checkout order password text field fields select textarea

下载

1.0.6 1.0.0 1.0.1 1.0.2 1.0.4 1.0.5 1.0.8 1.0.10 1.0.11 1.0.3 1.0.9 1.0.12 1.0.13 1.0.14 1.0.15 1.0.7

详情介绍:

With F4 Simple Checkout Fields for WooCommerce you can simply add new fields to the WooCommerce checkout. There is no UI to manage the fields, they only can be added with a simple PHP method. That ensures that the plugin is lightweight and easy to handle, even though you need simple PHP knowledge and access to the file system to add the code (preferred your WordPress theme). Usage If you first install this plugin, it will do nothing. But it provides a method to add as many custom fields to your checkout as you need. Here's a sample how you could add a simple text field to the billing and shipping address: add_action('init', function() { F4\WCSCF\Core\Helpers::register_field(array( 'name' => 'demo-text', 'type' => 'text', 'label' => 'Text Field' )); });

安装:

  1. Upload the plugin files to the /wp-content/plugins/f4-woocommerce-simple-checkout-fields directory, or install the plugin through the WordPress plugins screen directly
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Add new fields in your theme or plugin with the above mentioned PHP method

屏幕截图:

  • Fields on order confirmation page
  • Fields in order confirmation e-mail
  • Fields on the order admin page
  • Fields in edit address form

更新日志:

1.0.15 1.0.14 1.0.13 1.0.12 1.0.11 1.0.10 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0