Currency Support

Discussion in 'Appointway WordPress Theme' started by shehzad, Oct 22, 2013.

  1. shehzad

    shehzad Guest

    Joined:
    May 23, 2013
    Messages:
    26
    Likes Received:
    0
    The theme comes with a list of default currencies that it supports for booking appointments. There is no option for Saudi Riyals...can this currency be included through the installation of a widget or something?
     
  2. shehzad

    shehzad Guest

    Joined:
    May 23, 2013
    Messages:
    26
    Likes Received:
    0
    I've just seen another thread here stating that the theme only support currencies which are supported by Paypal.

    My client will not use Paypal as a method of payment. Rather users who book appointments will pay in cash at the clients salon. Is there a way to change the USD sign to SAR in the front-end of the appointment plug-in and also the backend where the appointments are logged and shown?
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    It is not possible to add new currency or change currency symbol in the Appointment theme, but if you want to remove the currency block then,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #price {
    display: none;
    }
     

Share This Page