Title: Code to separate fields for custom title
Last modified: April 19, 2024

---

# Code to separate fields for custom title

 *  Resolved [emanuel123456](https://wordpress.org/support/users/emanuel123456/)
 * (@emanuel123456)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/code-to-separate-fields-for-custom-title/)
 * Hello, thank you for best checkout plugin.
 * But I need one option. I need “separate” shipping method field by “free custom
   field” or free space for custom title for local pickups like:
 * Shipping method
    - DHL
 *  - American Express
 * Local Pickups
    - city one
    - city two
    - city three
 * If I use this code: I add text: “Osobní odběr (zdravotnické potřeby EMPOLAS)”
   only to field with delivery method. I need add this up to local delivery methods.
 * add_action(‘woocommerce_after_shipping_rate’, ‘woocommerce_after_shipping_rate_callback’,
   10, 1);
   if(!function_exists(‘woocommerce_after_shipping_rate_callback’)) {function
   woocommerce_after_shipping_rate_callback($method) {if(‘toret_tcp_doruky’ === 
   $method->id){echo ‘
 * Osobní odběr (zdravotnické potřeby EMPOLAS)’;
   }}}
 * Thank you for your help

Viewing 1 replies (of 1 total)

 *  [alanmarley](https://wordpress.org/support/users/alanmarley/)
 * (@alanmarley)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/code-to-separate-fields-for-custom-title/#post-17705206)
 * Hi Emanuel,
   You want to have a subsection inside your delivery methods separating
   local pickup from courier delivery?Currently is not possible to accomplish that.
   Let us know if that is what you are trying to do.Best,Alan.

Viewing 1 replies (of 1 total)

The topic ‘Code to separate fields for custom title’ is closed to new replies.

 * ![](https://ps.w.org/fluid-checkout/assets/icon-256x256.png?rev=3492947)
 * [Fluid Checkout for WooCommerce - Lite](https://wordpress.org/plugins/fluid-checkout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fluid-checkout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fluid-checkout/)
 * [Active Topics](https://wordpress.org/support/plugin/fluid-checkout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fluid-checkout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fluid-checkout/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [alanmarley](https://wordpress.org/support/users/alanmarley/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/code-to-separate-fields-for-custom-title/#post-17705206)
 * Status: resolved