Results 1 to 6 of 6

Thread: HireBee Local Currency Adding Problem

  1. #1
    Thread Starter
    Expired Customer alesger's Avatar
    Join Date
    Nov 2017
    Location
    Azerbaijan
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    HireBee Local Currency Adding Problem

    Hello, I want to add Azerbaijan Manat to my currency list but I can`t. I made this code to solve this problem.

    APP_Currencies::register_currency()

    add_action( 'init', 'myplugin_add_currency' );
    function myplugin_add_currency(){

    // Azerbaijan Manat (₼)
    $args = array(
    'name' => 'Azerbaijan Manat',
    'symbol' => '₼'
    );
    // AZN.
    APP_Currencies::add_currency( 'APP', $args );

    }

    I added this code to HireBee child theme "style" file and after that "functions" file but did not work. Please help me where is my wrong and where or how must I add that code? Thanks!

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Expired Customer alesger's Avatar
    Join Date
    Nov 2017
    Location
    Azerbaijan
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  5. #5
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  6. #6
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,703
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Add a local currency
    By messachkandou in forum Help Using HireBee
    Replies: 6
    Last Post: October 4th, 2017, 12:07 PM
  2. My local currency not support how can I add it
    By teslim in forum Help Using ClassiPress
    Replies: 6
    Last Post: December 27th, 2014, 11:25 AM
  3. Replies: 0
    Last Post: September 22nd, 2014, 10:36 PM