Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter msebim

    (@msebim)

    I changed range array on /includes/class-hf-date-time-functions.php

    public static function get_subscription_period_interval_strings($interval = ”) {

    $intervals = array(1 => __(‘every’, ‘xa-woocommerce-subscription’));
    $range = array ( 0 => 2, 1 => 3, 2 => 4, 3 => 5, 4 => 6, 5 => 7, 6 => 8, 7 => 9, 8 => 10,);

    and seems to work.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @msebim,

    The changes may revert upon updating the plugin. You may please use the code snippet in the link using which you can alter the date range.

    Leave us a review if you like the plugin.

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

The topic ‘Subscription period’ is closed to new replies.