Hi Gosciu,
/*change currency code with shortcode */
1. Go to in your plugin directory
2. open appointment-calendar-shortcode.php
3. go to line number 604 and replace it with given blow line
if($ShowCost) { echo “£”. $Service->cost; }
/* change currency code with admin service page */
1. Go to in your plugin directory
2. open menu pages folder.
3. open service.php file
4. go to line number 604 and replace it with given blow line
<td><?php echo ‘₹’.$Service->cost; ?></td>
let me know did it work for you .
Thanks
Abhihsek
off course it works. You’re amazing man
Thank you very much
Great, glad to hear that!
plz close this ticket
Thanks
Abhishek
Hi
This is what I am looking to do as well. I would also like to change the date format to UK i.e. dd/mm/yyyy – could you give me a pointer?
I am glad you are offering support on this but surely it would be better to provide hooks to do this (or even better still add it in the settings page).
Changing the code will mean loss of changes when next the plugin is updated… not good practice.
Many Thanks,
theWoosh
… I would also like to be able to book multiple sequential time slots but this is not possible so I will have to look somewhere else…
Thanks anyway… Hey ho…
Hi thewoosh,
please create a new ticket.
Thanks for co-operation