• ResolvedPlugin Contributor FARAZFRANK

    (@farazfrank)


    Here the solution to change $ currency with other available currency.

    File: appointment-calendar-shortcode.php

    File Path: your-wp-directory\wp-content\plugins\appointment-calendar\

    Code line to edit(around 693):

    if($ShowCost) { echo "$". $Service->cost; }

    First get your currency HTML code here.

    if($ShowCost) { echo "Use-Currency-Code-HERE". $Service->cost; }

    (Note: Use WP Editor plugin for easily code editing. And always deactivate plugin before going to edit code in any plugin or theme.)

    We are grateful to all users are using Appointment Calendar plugin.

    Kind Regards
    Frank

    http://wordpress.org/plugins/appointment-calendar/

Viewing 1 replies (of 1 total)
  • hi , i tried your code but nothing happens in dash board it still shows ‘$’ not the currency i want .. ‘peso currecy’
    hoping for a fast reply 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Change currency’ is closed to new replies.