Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Oscar Gare

    (@oscargare)

    Hi, you can to try to add this code:

    add_action( 'woocommerce_subscriptions_product_options_pricing', array( &$this, 'process_product_simple_countries_prices' ) ) ;

    to init function on /includes/class-wcpbc-admin.php

    i’m not sure it will work fine because i don’t have woocommerce subscriptions licence and i can’t test it.

    Thread Starter netodomenico

    (@netodomenico)

    I’m sorry. I’ve another problem.
    It doesn’t work with WordPress Multisite. I try to activate it but it doesn’t work.

    Thank you!

    I also have this issue, any update from the developers would be great as this functionality with subscriptions would be awesome!

    Troglos

    (@troglos)

    I am in the same situation.
    I’ve added the following without success

    add_action( 'woocommerce_subscriptions_product_options_pricing', array( &$this, 'process_product_simple_countries_prices' ) ) ;
    		add_action( 'woocommerce_subscriptions_product_options_pricing', array( &$this, 'process_product_variable_countries_prices' ) ) ;
    		add_action( 'woocommerce_variable_subscription_pricing', array( &$this, 'process_product_simple_countries_prices' ) ) ;
    		add_action( 'woocommerce_variable_subscription_pricing', array( &$this, 'process_product_variable_countries_prices' ) ) ;

    if you want I can setup a testing environment for you

    Plugin Author Oscar Gare

    (@oscargare)

    Hello Troglos, I’m interested in developing the integration. Contact me via the following link so we can start a private conversation.

    http://goo.gl/forms/YUoCiJrBgo

    Troglos

    (@troglos)

    @oscargare I wrote to you yesterday.
    Let me know when you can.

    Hello @oscargare

    How did it go with integrating this on WooCommerce’s subscriptions?

    Looks you can download an old version of WooCommerce’s subscriptions for testing purposes here: http://codingandprogramming.com/wp-content/uploads/woocommerce-subscriptions.zip

    I look forward to your solution!

    For fix the save of the prices data I add this line:

    add_action( ‘save_post’, array( &$this, ‘process_product_simple_countries_prices’ ), 12 );

    to init function on /includes/class-wcpbc-admin.php

    James

    (@crimsonzeppelin)

    Hey @oscargare

    I’m in desperate need of confirmed functionality with subscriptions.
    Is there any progress on this?

    I’m also able to set up a testing environment for this.

    Thanks!
    James

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

The topic ‘Integration with subscriptions’ is closed to new replies.