|
@@ -68,7 +68,7 @@ |
|
|
block discarded – undo |
|
68
|
68
|
$id_product_attribute = $this->getAttribute($product, $choices); |
|
69
|
69
|
Analog::log("Product combination: $id_product_attribute"); |
|
70
|
70
|
$combo_groups = $this->getCombination($id_product_attribute); |
|
71
|
|
- if (! empty($combo_groups) && is_array($combo_groups) && $combo_groups) { |
|
|
71
|
+ if (!empty($combo_groups) && is_array($combo_groups) && $combo_groups) { |
|
72
|
72
|
foreach ($combo_groups as $k => $row) { |
|
73
|
73
|
$combinations = $this->buildAttributes($id_product_attribute, $row); |
|
74
|
74
|
} |
Please login to merge, or discard this patch.