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 »
Tag: woocommerce_checkout_fields
Update shipping fee on state and postcode change on WooCommerce checkout page
Some theme may already come with the option of automatically updating shipping fee/checkout totals when updating state and/or postcode on WooCommerce checkout page. This is very useful to get proper shipping fee during order. I will say this should be a mandatory option for all themes. But unfortunately, it is… 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 »