|
@@ -488,9 +488,7 @@ class OrderClass extends BaseClass
|
|
|
|
|
|
|
|
if (isset($respond['product']) && !empty($respond['product'])) {
|
|
if (isset($respond['product']) && !empty($respond['product'])) {
|
|
|
foreach ($respond['product'] as $current) {
|
|
foreach ($respond['product'] as $current) {
|
|
|
-
|
|
|
|
|
$content = self::printGroup($current, $content);
|
|
$content = self::printGroup($current, $content);
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
$content .= '--------------------------------<BR>';
|
|
$content .= '--------------------------------<BR>';
|
|
|
}
|
|
}
|