The WooCommerce Checkout Fields & Fees will allow you to easily apply fees (or discount in case the fee value is negative) and to display additional fields in the checkout Billing and Shipping forms! Both fees and additional fields can be applied/displayed according logic rules…and all done using a nice visual editor!

LIVE DEMO

http://www.codecanyon.eu/wcccf/wp-admin
(Shop admin account)
user: demo
pass: demo

(customer account)
user: demo2
pass: demo

DOCUMENTATION

How to automatically update the plugin

To receive automatic updates just install and configure the Envato updater plugin: https://goo.gl/pkJS33 .The official guide that explains how to configure it can be found in the following link: https://envato.com/market-plugin .

How it works

The plugin allows the shop admin to create fees (or discount if the fee value is negative) and additional checkout billing and shipping fields to which optionally he can associate some conditional rules. According to these conditional rules the plugin will decide if the additional fields have to be showed in Checkout forms and if the fees have to be applied to the Checkout cart.Each field/fee can have multiple conditional rules related between them with
and/or conditions. A conditional rule can consider several product/category/cart/user aspects data like the amount spent, height, weight, taxes, user roles…More info at Conditional logic paragraph!

Field types

The plugin will allow the shop admin to create the following field types:

  1. Text
  2. Text area
  3. File
  4. Number
  5. Telephone
  6. Email
  7. Password
  8. Select/Multiselect
  9. Date
  10. Time
  11. Country
  12. State
  13. Heading

For each field you can configure its own options like CSS classes to assign to the input field, placeholder text, show on emails, show on order details page, row size, etc.

Field Conditional logic

For each field can be bounded several and/or conditional logic rules that will make the field visible only if satisfied. A condition can be have the following typologies:

  1. Product
  2. Category
  3. Cart
  4. User

Fee conditional logic

Fee can be dynamically applied according the following customer and cart data:

  1. User role
  2. Billing / Shipping country and state
  3. Billing / Shipping city
  4. Billing / Shipping zipcode
  5. Payment method
  6. Shipping method
  7. User role
  8. Specific customers
  9. Products / Categories / Tags on cart
  10. Total, subtotal, taxes, volume, weight, etc.

Note: the plugin supports only shipping methods created via the native WooCommerce settings menu. No support for 3rd party plugins.

Text, Text area, Number, Telephone, Email and Password

Not much to explain… the plugin allows you to easily add the “classic” html type like text, number or Email fields!

Sort checkout fields

Using the Sort & Hide menu it is possible to sort all the Checkout fields and temporarly hide the conditional fields

File Upload

Upload any file size on the checkout page! Once a file has been selected, the plugin will display a nice visual bar showing the current file upload progress! Once finished the customer will be able to place the order. The file will be lately accessible via the Admin order details page and optionally via Email and the frontend order details page. Optionally it can be deleted by the admin and reuploaded!

Furthermore, if the order will be deleted, all the associated file will be deleted too! this will avoid unuseful waste of space!

Heading

Would you like to separate fields by using some headings? You can! Use the special Heading field to render headings among fields!

Select/Multiselect fields

The plugin allows to simply create select and multiselect fields. To do that just create a select/multiselect field specifing values and label using the following format:

value1 : value 1
value2 : value 2

In which each line has a value and label separated by the : character.

Note for WPML users: you can use different labels for each language but you must use same values.
For example: ” value_1 : Green” for English and “value_1 : Verde” for Italian.

State & Country fields

The plugin allows you to create Country, State or Country & State fields. The first one will allow the customer to just select a Country, the second just to select
a State of a given country, the last one is a complete Country and State selector that will populate the State selector according to the current country selected.

Note: For what concerns the State selector, it will be possible to select only the states/provinces for the allowed sell countries configured in the WooCommerce -> Settings -> General menu.

Date and Time fields

You can easily date and time fields that will allow your customer to select the desired values using a nice visual selector! Furthermore, the plugin allows you
to restrict the date and time range selecting min and max date/time values that can be absolute date and time or can be relative to “now”!

Fee and Discount

Conditional fee feature can also be used to apply a discount. In fact, if the fee value is a negative value, the plugin will actually apply a discount!

Free shipping!

Fee/Discount feature has an option to set free shipping costs in case any fee rule is applied!

WPML compability

If WPML is detected, the plugin will automatically show multilanguage input fields for labels, placeholders, etc. In this way, you can enter different texts for each language.

Product/Category conditions

Allows you to make the field visible according the followin options:

  1. Cart/Stock quantity
  2. Stock status
  3. Amount spent
  4. Amount spent excluding taxes
  5. Lenght
  6. Height
  7. Width
  8. Weight
  9. Volume

In case of multiple product selections, selected values can be considered for each item or as sum of items values. You can also optionally configure the rule
in order to be satisfied if all the selected product are in cart or to apply just only to the product that actually are in cart.

Cart conditions

Allows you to make the field visible according the followin options:

  1. Sub total, Total,…