dea_om
Forum Replies Created
-
Forum: Plugins
In reply to: [NMI Gateway For WooCommerce] Does this plugin work with T1 payments?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
In reply to: [NMI Gateway For WooCommerce] Does this plugin work with T1 payments?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
In reply to: wp_list_table bulk action not workingHi, 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
In reply to: WP Plugin won't create tables in DatabaseI’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.