Remove payment system

Discussion in 'Appointway WordPress Theme' started by deepie, Nov 5, 2013.

  1. deepie

    deepie New Member

    Joined:
    Dec 6, 2012
    Messages:
    8
    Likes Received:
    0
    Hi,
    1.
    I would like to remove payment system as its a free service. It does work if I set the price for a services 0. I would like to remove the payment system and paypal logo etc. Its a doctor's practice and when people see paypal thing they even do not try to book an appointment.
    2.
    Is there any way that staff can manage appointments without entering wordpress, as they can do something wrong by accident. I mean for them there should be no need log in to cancel appointments etc.
    Pls help
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) Go to Appointment > Settings > Payment settings / payment mode and select "pay cash later"
    and for paypal image Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .ink-container .appointment_wrapper .appointment_form_bottom img.paypal_img {
    display: none;}
    2) You can try "user role editor" plugin from wordpress.org. Not sure but i think it will fulfill your requirement.


    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page