Payment

Posted · Add Comment

Tagged: 

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8724

    ETHIK ESTHETIC
    Participant

    Hi,

    I have several question concerning “Payments”

    1 – In the detail of customers, there is a link Payments ; have you planned to include a form “Payment” in the form to “Add a new appointment” from the back office to enable to give all details of payment when creating a new appointment ?

    2 – I don’t find where to add or modify the list of payment type, can you please help where to find those information

    3 – Have you planned to add a connection to coupons when creating an appointment form back office ? We use a gift certificate plugin which creates coupon as gift code, when customer take appointment through woocommerce, the coupon is updated (reduce amount of service on the value of coupon) but when taking an appointment through phone, we need to update manually the coupon. would be nice if the back office could do the same than woocommerce do

    Thanks

    #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 3 posts - 1 through 3 (of 3 total)

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

Comments are closed.