@@ -74,6 +74,9 @@ discard block |
||
74 | 74 | return $id_product_attribute; |
75 | 75 | } |
76 | 76 | |
77 | + /** |
|
78 | + * @param null|string $id_product_attribute |
|
79 | + */ |
|
77 | 80 | private function buildAttributes($id_product_attribute, $row) |
78 | 81 | { |
79 | 82 | $combinations = array(); |
@@ -117,6 +120,9 @@ discard block |
||
117 | 120 | return $final_price; |
118 | 121 | } |
119 | 122 | |
123 | + /** |
|
124 | + * @param null|string $id_product_attribute |
|
125 | + */ |
|
120 | 126 | private function getCombination($id_product_attribute) |
121 | 127 | { |
122 | 128 | $sql = 'SELECT ag.id_attribute_group, ag.is_color_group, agl.name AS group_name, agl.public_name AS public_group_name, |