Code change needed – get variations
-
in
wpc-variations-radio-buttons.php:393
$woovr_children = $product->get_children();
should be
$woovr_children = $product->get_visible_children();
Some variations might be disabled by unticking the enabled checkbox
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Code change needed – get variations’ is closed to new replies.