• Resolved TCBarrett

    (@tcbarrett)


    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?

Viewing 1 replies (of 1 total)
  • Hi TCBarrett,

    Thanks for letting us know about the problem and for the suggestion. We’ll add a note about it on our ‘WooCommerce Subscriptions’ compatibility project and will work with the author to get everything fixed. 🙂

    Thanks,
    Bernat

Viewing 1 replies (of 1 total)

The topic ‘Multicurrrency for Subscriptions not working’ is closed to new replies.