Viewing 1 replies (of 1 total)
  • Hi,

    Please open the file under plugins/woo-multi-currency/admin/product.php and add this
    add_action( 'woocommerce_process_product_meta_subscription', array( $this, 'save_meta_simple_product' ) );

    under the line:
    add_action( 'woocommerce_process_product_meta_simple', array( $this, 'save_meta_simple_product' ) );

    I will add this change to the next release.

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Still this plugin in not compatible with woocommerce subscription plugin’ is closed to new replies.