Title: Remove Delivery method section in module
Last modified: January 9, 2026

---

# Remove Delivery method section in module

 *  Resolved [Marija](https://wordpress.org/support/users/marijastuntcoders/)
 * (@marijastuntcoders)
 * [5 months ago](https://wordpress.org/support/topic/remove-delivery-method-section-in-module/)
 * Hello,
 * We have a setup with only one shipping option (free shipping) – is it possible
   to somehow hide/remove this steps since it’s always the same and has no value?
 * > [View post on imgur.com](https://imgur.com/a/tT9leKd)
 * Kind regards,
   Marija

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

 *  Plugin Author [Iver Odin Kvello](https://wordpress.org/support/users/iverok/)
 * (@iverok)
 * [4 months, 4 weeks ago](https://wordpress.org/support/topic/remove-delivery-method-section-in-module/#post-18783017)
 * Not normally, since the express checkout feature is supposed to have the user
   select a shipping method. You may be able to simulate your situation by making
   your products “virtual”, which would make them not require shipping at all. You
   could then add “free shipping” later on the orders if that’s important. You would
   then need to check “Always ask for address” in the settings, too, or have the
   filter ‘woo_vipps_express_checkout_ask_for_address’ return true.
 * You could probably also try to add the free shipping when creating the express
   checkout order, noting that you don’t want more shipping. That would be in the
   action
 * `do_action('woo_vipps_express_checkout_order_created', $orderid);`
 * Here, you would create a WC_Shipping_Rate object of the correct type, then add
   a WC_Order_Item_Shipping with this shipping rate to the order. Then add the metadata`
   $order->update_meta_data('_vipps_needs_shipping', false)` and save the order.
   If you have checked “always ask for address” that should probably work as intended.
 *  Thread Starter [Marija](https://wordpress.org/support/users/marijastuntcoders/)
 * (@marijastuntcoders)
 * [4 months, 3 weeks ago](https://wordpress.org/support/topic/remove-delivery-method-section-in-module/#post-18785705)
 * Thanks for the response!
 * The first approach isn’t viable for us, but the second one works!
 * Kind regards,
   Marija

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

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-delivery-method-section-in-module%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/woo-vipps/assets/icon-256x256.png?rev=3025665)
 * [Pay with Vipps and MobilePay for WooCommerce](https://wordpress.org/plugins/woo-vipps/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-vipps/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-vipps/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-vipps/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-vipps/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-vipps/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Marija](https://wordpress.org/support/users/marijastuntcoders/)
 * Last activity: [4 months, 3 weeks ago](https://wordpress.org/support/topic/remove-delivery-method-section-in-module/#post-18785705)
 * Status: resolved