Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dea_om

    (@dea_om)

    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!

    Thread Starter dea_om

    (@dea_om)

    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.

    Thread Starter dea_om

    (@dea_om)

    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.

    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)