Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter villalinda

    (@villalinda)

    Dear Benito, thank you for your quickly answer.
    On my website hotelvillalinda.it in this moment how you can see, there is just Paypal on the booking page. I will try to use the Alternatively method that you wrote, but i don’t understand where i have to put this:
    add_filter( ‘hotelier_booking_default_address_fields’ , ‘custom_guest_details_field’ );
    function custom_guest_details_field( $fields ) {
    $fields[ ‘custom_field’ ] = array(
    ‘label’ = esc_html__( ‘Custom Label’, ‘hotelier’ ),
    ‘placeholder’ = esc_html_x( ‘Custom placeholder’, ‘placeholder’, ‘hotelier’ ),
    ‘type’ = ‘text’,
    ‘required’ = true,
    ‘class’ = array( ‘form-row-wide’ )
    );
    return $fields;
    }

    And also where i have to insert the extra code that is written in your instruction page.

    Is it possible to have simply a offline credit card gateway plugin, it is more simple for me.

    I hope you can help me and i wish you i nice day

    Best Regards
    Sascha

Viewing 1 replies (of 1 total)