Multicurrrency for Subscriptions not working
-
Using Woo Subscriptions and WPML for multi-currency (everything up-to-date)
The additional radio boxes for ‘Calculate prices in other currencies automatically’ / ‘Set prices in other currencies manually’ (and associated settings) do not show for subscription products after upgrade. They show for non-subs products, and they displayed before upgrading.
https://wordpress.org/plugins/woocommerce-multilingual/
*EDIT*
Further investigation shows that if I amend woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php (line ~161) from
echo '<div class="options_group pricing show_if_simple show_if_external">';
to
echo '<div class="options_group pricing show_if_simple show_if_external show_if_subscription">';Then that satisfies the jQuery checks doing the show/hide.
Looks like some WPML / Woo collaboration is needed?
The topic ‘Multicurrrency for Subscriptions not working’ is closed to new replies.