Title: dea_om's Replies | WordPress.org

---

# dea_om

  [  ](https://wordpress.org/support/users/dea_om/)

 *   [Profile](https://wordpress.org/support/users/dea_om/)
 *   [Topics Started](https://wordpress.org/support/users/dea_om/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dea_om/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dea_om/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dea_om/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dea_om/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dea_om/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NMI Gateway For WooCommerce] Does this plugin work with T1 payments?](https://wordpress.org/support/topic/does-this-plugin-work-with-t1-payments/)
 *  Thread Starter [dea_om](https://wordpress.org/support/users/dea_om/)
 * (@dea_om)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/does-this-plugin-work-with-t1-payments/#post-9717381)
 * Hi,
    it seems there is no restriction as for location. But it seems to fail for
   the countries that don’t have province. The woocommerce form doesn’t provide 
   a field of province if the country doesn’t have it. So is it possible in the 
   plugin, to check, if there is no province, to just add NA or something similar?
   Thank you for your help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NMI Gateway For WooCommerce] Does this plugin work with T1 payments?](https://wordpress.org/support/topic/does-this-plugin-work-with-t1-payments/)
 *  Thread Starter [dea_om](https://wordpress.org/support/users/dea_om/)
 * (@dea_om)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/does-this-plugin-work-with-t1-payments/#post-9709122)
 * Hi!
    The settings are correct. Is it possible that it’s not working for specific
   countries? Is that the job of a plugin or a gateway? Thank you.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [wp_list_table bulk action not working](https://wordpress.org/support/topic/wp_list_table-bulk-action-not-working/)
 *  Thread Starter [dea_om](https://wordpress.org/support/users/dea_om/)
 * (@dea_om)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/wp_list_table-bulk-action-not-working/#post-6149747)
 * Hi, so I’ve managed to resolve the error of not having sufficient permissions
   to access the page. In the form I changed the method from get to post.
    But the
   question of why the mouse over (row action) and delete are not working still 
   remains.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [WP Plugin won't create tables in Database](https://wordpress.org/support/topic/wp-plugin-wont-create-tables-in-database/)
 *  [dea_om](https://wordpress.org/support/users/dea_om/)
 * (@dea_om)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/wp-plugin-wont-create-tables-in-database/#post-6149577)
 * I’m not 100%, but I think you need to have your columns in the ticks ”.
    And 
   also you must put your .$jqmi_image_paths. in ‘.$jqmi_image_paths.’ not the double
   ones. So your table would then be:
 *     ```
       $jqmi_sql_one = "CREATE TABLE '.$jqmi_image_paths.' (
                   'id' int(11) NULL AUTO_INCREMENT,
                   'path' text NOT NULL,
                   UNIQUE KEY id (id)
               ) $charset_collate;";
       ```
   
 * But the ‘ are more like the ones here used for the code.

Viewing 4 replies - 1 through 4 (of 4 total)