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

    (@oscargare)

    Hi Alex,

    I will develop a extension for the plugin which integrates Price Based Country with WooCommerce Subscriptions
    If you are interested or you have any idea to contribute, contact me via this form.

    Thank you in advance!

    Thread Starter Alex Caravaca Ponce

    (@alex-caravaca-ponce)

    Hi Oscar

    I filled the form

    I hope to hear from you soon, please ; )

    Thanks

    Alex

    Thread Starter Alex Caravaca Ponce

    (@alex-caravaca-ponce)

    Hola Oscar,

    Me gustaría saber si tienes previsión en breve de actualizar el plugin para las suscripciones o bien tienes alguna actualización premium donde se pueda comprar??

    Muchas gracias

    Alex ; )

    Plugin Author Oscar Gare

    (@oscargare)

    Hola @alex Caravaca Ponce, te contestado por email.
    Gracias.

    Hola Oscar, me gustaría saber cómo puedo usar el plugin con woocommerce subscriptions. Llené el formulario. Espero respuesta.

    sean.tan

    (@seantan-1)

    Hi Oscar. I am trying to make your plugin work with WooCommerce Subscriptions as well.

    I noticed the meta box for setting prices manually are not working.

    As a workaround, I tried entering the prices directly into database table wp_postmeta e.g.

    _europe_regular_price
    _europe_sale_price
    _europe_price_method

    The product page seems to be picking up these prices for non-default regions for subscription products. Your following filters seem to be picking this up

    add_filter( 'woocommerce_get_price', array( __CLASS__ , 'get_price' ), 10, 2 );
        add_filter( 'woocommerce_get_regular_price', array( __CLASS__ , 'get_regular_price') , 10, 2 );
        add_filter( 'woocommerce_get_sale_price', array( __CLASS__ , 'get_sale_price') , 10, 2 );

    Do you think these workarounds are safe? I am not sure the WC Subscriptions will be okay internally e.g. for the recurring payment

    Do we need to add filter to this as well?

    woocommerce_subscriptions_product_price
      woocommerce_subscriptions_product_sign_up_fee
    Plugin Author Oscar Gare

    (@oscargare)

    Hi! WooCommerce Subscriptions integration if available for free, until 1st May 2016, from new official site pricebasedcountry.com

    Regards,
    Oscar.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Woocomerce Subscriptions’ is closed to new replies.