I am currently having problem with Manage Currency settings. When I click on the drop down table, the options are not available. I have the followed the instructions on the thread, but it doesn't seem to work http://www.inkthemes.com/community/threads/manage-currency.5625/
Hello, Please provide the following information listed below. Thread Link: Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected] I will check your issue and solve it. Thanks & Regards Gourav Shrivastava
Hello, We have used the same process that is provided in the thread given above by you, but we have replaced the code with the code given below Code: global $wpdb; //required global declaration of WP variable $table_name = $wpdb->prefix.'currency'; $sql = "DROP TABLE ". $table_name; $wpdb->query($sql); Thanks & Regards Gourav Shrivastava