Payment

Posted · Add Comment

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  ETHIK ESTHETIC 11 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8861

    support
    Keymaster

    Hi Johan,

    1. We will try to work out a solution in the future.

    2. Please add the following code in the Settings -> Custom Code -> PHP to modify the list of payment type.

    add_filter(‘birchschedule_model_booking_get_payment_types’, ‘birchschedule_modify_payment_types’);

    function birchschedule_modify_payment_types($payment_types) {
    $payment_types[‘other’] = ‘Other’;
    return $payment_types;
    }

    3. According to our current development plan, we will not be able to work on the coupon feature in the near future.

    #8862

    ETHIK ESTHETIC
    Participant

    Thanks

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

The forum ‘BirchPress Scheduler’ is closed to new topics and replies.

Comments are closed.