Title: Shipping method
Last modified: December 12, 2016

---

# Shipping method

 *  Resolved [slimcatdesign](https://wordpress.org/support/users/slimcatdesign/)
 * (@slimcatdesign)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/shipping-method-3/)
 * It would be nice for shipping method export strip all non alphanumerical symbols:
 * lets say currently it exports “flat_rate:1” and the outcome to have “flatrate1″
   as lets say Royal Mail don’t accept any ” “, “_” or “:” whn trying to upload 
   CSV
 * or at least add ability for custom tables:
 * “instance_id” and “method_id”
 * Otherwise it’s great plugin
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [slimcatdesign](https://wordpress.org/support/users/slimcatdesign/)
 * (@slimcatdesign)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/shipping-method-3/#post-8543700)
 * just found this:
 * //remap shipping method titles
    add_filter(‘woe_get_order_value_shipping_method_title’,’
   woe_rename_shipping_method_title’, 10, 4); function woe_rename_shipping_method_title(
   $value, $order, $item, $product) { if($value == ‘UK Standard Shipping’) // copy
   these 2 lines for other mappings return ‘STANDARD’; // copy these 2 lines for
   other mappings return $value; }
 * will give a try
 *  Thread Starter [slimcatdesign](https://wordpress.org/support/users/slimcatdesign/)
 * (@slimcatdesign)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/shipping-method-3/#post-8543746)
 * yes it works a treat 🙂
 *     ```
       //remap shipping method titles
       add_filter('woe_get_order_value_shipping_method_title','woe_rename_shipping_method_title', 10, 4);
       function woe_rename_shipping_method_title($value, $order, $item, $product) {
        if($value == 'UK Standard Shipping') // copy these 2 lines for other mappings
               return 'STANDARD';            // copy these 2 lines for other mappings
        return $value;
       }
       ```
   
    -  This reply was modified 9 years, 4 months ago by [slimcatdesign](https://wordpress.org/support/users/slimcatdesign/).
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/shipping-method-3/#post-8546110)
 * hi
 * I’m sorry for late reply.
 * good luck 🙂
 * alex

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Shipping method’ is closed to new replies.

 * ![](https://ps.w.org/woo-order-export-lite/assets/icon-256x256.png?rev=1365554)
 * [Advanced Order Export For WooCommerce](https://wordpress.org/plugins/woo-order-export-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-order-export-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-order-export-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-order-export-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-order-export-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-order-export-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [algol.plus](https://wordpress.org/support/users/algolplus/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/shipping-method-3/#post-8546110)
 * Status: resolved