Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Sweet Homes

    (@sweet-homes)

    Hi you have firebug or some code inspector in your browser, check console tab and look if any error messge appear when press add new group button

    Thread Starter retopeter

    (@retopeter)

    I’m checking with Safari (inspect elements -> timeline). It looks like the button doesn’t trigger anything, not even network requests.

    Hello. I have some problem. could you help me to solve this iusse?
    Thanks and Regards,
    Alfredo.

    I have the same problem. Is it possible to get some help? Or does someone know a other plugin that does the same?

    Plugin Author Sweet Homes

    (@sweet-homes)

    Hi buddies you can check this issue with the new version of plugin.

    Unfortunately, it’s still not working for me ??

    Plugin Author Sweet Homes

    (@sweet-homes)

    the problem persists?
    @budw22

    Just to help you out Sweet Homes,

    This problem occurs on servers where PHP “Notice” warnings are turned on. There are two lines with an error in woo-commerce-price-by-country.php (line 949 and line 959), and this screws up the AJAX response. There’s two ways to fix this.

    1. Turn off Notice warnings on your server/PHP settings
    2.

    Change line 949 to
    if (isset($_COOKIE[‘country’])) { $country = $_COOKIE[‘country’]; } else { $country = “”; }

    Change line 969 to
    if (!isset($inList)) { $inList = “no”; }

    Good luck. I managed to get it working!

    Plugin Author Sweet Homes

    (@sweet-homes)

    hi , matt_proactiv

    many thanks for your comments we just released a review of the plugin and one of the problems we have solved is the you described in your post.

    Hi Friends,
    but the problem has not been resolved? I have the same problem, it does not work the button “Add New Group” .. Help please!

    same error here, wordpress 4.1.1 and woocommerce 2.2.10, the button Add New Group does not trigger anything ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘"Add new group" button not working’ is closed to new replies.