Custom Sections in WooCommerce Checkout Field Editor
Using WooCommerce Checkout Field Editor plugin, you can also add new sections in the WooCommerce checkout form. Sections are used to separate fields according to their divisions. Default sections in WooCommerce are the Billing Section, Shipping Section and Additional Fields Section . WooCommerce Checkout Field Editor allows you to add new sections and define new fields to them. Following are the operation that can be performed on newly created sections: Edit new sections - Properties of new sections can be edited later. Duplicate new sections - A copy of an existing new section can be made. Remove created sections - The sections cannot be disabled, but can be removed if necessary. Following are the entry fields in Add new section: Name/ID *: This is the unique html ID for the created section. No two sections can have the same section name. CSS Class : Here, you can add a CSS class for the section. You may need to define the st...