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?
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?
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; }