Title: Finding a Shipping method in php
Last modified: January 28, 2018

---

# Finding a Shipping method in php

 *  Resolved [watsnick](https://wordpress.org/support/users/watsnick/)
 * (@watsnick)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/finding-a-shipping-method-in-php/)
 * Hi wondering if anyone can help
 * I am trying to write trying to write some custom PHP for one of my woocomerce
   email templates. So that is displays a different message according to a ‘Shipping
   Method’.
 *  1. Can anyone tell me how to call the cutsomers shipping method?
    2. Let me 
   know if I am heading in the right direction?
 * i.e IF shipping method is X then display Y. If shipping method is Z then display
   V.
 * <?php
 * if(‘INSERT SHIPPING METHOD X’) {
    echo ‘message Y’; }
 * ?>

Viewing 1 replies (of 1 total)

 *  Plugin Support [Hannah S.L.](https://wordpress.org/support/users/fernashes/)
 * (@fernashes)
 * Automattic Happiness Engineer
 * [8 years, 4 months ago](https://wordpress.org/support/topic/finding-a-shipping-method-in-php/#post-9913594)
 * This method will help you get the shipping method – you can also use it as an
   example to build off:
    [https://gist.github.com/kloon/7802618](https://gist.github.com/kloon/7802618)
 * I hope that helps you in the right direction!

Viewing 1 replies (of 1 total)

The topic ‘Finding a Shipping method in php’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [php coding](https://wordpress.org/support/topic-tag/php-coding/)

 * 1 reply
 * 2 participants
 * Last reply from: [Hannah S.L.](https://wordpress.org/support/users/fernashes/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/finding-a-shipping-method-in-php/#post-9913594)
 * Status: resolved