• is this still being supported? I would gladly pay for a working version of this. Current version updated a year ago no longer works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • It really isn’t. If you roll back to the previous version you might have better luck. I did. It still works for me.

    Also after digging I do see a possible replacement – Default Attributes for WooCommerce

    The plugin doesn’t work if you have a “-” in your attribute slug. Either replace that or add the following line of code just after line no. 279 in your variations.php plugin file.

    $attributes[$a_key] = strtolower( str_replace( ‘-‘, ‘_’, $attr ) );

    Hope this will solve the issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not working anymore’ is closed to new replies.