I just realized we are using “Multi-Step Checkout for WooCommerce”
With an extra – in Multi-step!
Sorry, I posted in the wrong forum.
I just got the premium version, it works as expected for both regular orders and subscriptions.
However, the meta box “Currency information” is only displayed for orders. Would it be possible to add the meta box to ‘shop_subscription’ as well as ‘shop_order’ in the next version?
wp-content\plugins\woocommerce-multi-currency\admin\order.php line 149
add_meta_box( ‘wmc_order_metabox’, __( ‘Currency Information’, ‘woocommerce-multi-currency’ ), array( $this, ‘order_metabox’ ), ‘shop_subscription’, ‘side’, ‘default’ );