Manage Currency

Discussion in 'GeoCraft WordPress Theme' started by goegi, Jun 28, 2013.

  1. goegi

    goegi New Member

    Joined:
    Dec 28, 2011
    Messages:
    11
    Likes Received:
    0
    Location:
    Galway, Ireland
    In the manage currency section, when I click on set default currency there is nothing. Also the supported currency list is missing. I also have the clasicraft theme and it works fine in that so I am unable to see what the issue is.
     
  2. Gourav

    Gourav Support Staff

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

    Go to function.php present in your theme directory and add the code given below

    Code:
    global $wpdb;
    $table='wp_inquiry';
    echo $wpdb->query("DROP TABLE IF EXISTS $table");
    and refresh your website and after few seconds remove this code and again refresh your website.

    This will solve your issue.
     

Share This Page