Add new WooCommerce checkout field

WooCommerce checkout page is modular. We can easily add new checkout field or edit existing fields or remove existing fields. There are two ways to add custom field in checkout page. They are: using woocommerce_checkout_fields filter and adding a custom field on certain locations. woocommerce_checkout_fields makes it very easy to… Read More »

Customize WooCommerce order notes placeholder and label

By default the label of “order notes” on WooCommerce checkout page is “Order notes”, and placeholder is “Notes about your order, e.g. special notes for delivery.”. This can be updated using woocommerce_checkout_fields filter. Modify the placeholder and label as per your need, from the below code. Code goes in the… Read More »