|
|
@@ -1017,11 +1017,6 @@ class OrderClass extends BaseClass
|
|
|
$name = $current['name'] ?? '';
|
|
|
$count = $current['count'] ?? '';
|
|
|
$content .= '<B>' . $name . ' ' . $count . '</B><BR>';
|
|
|
- if ($showPrice == 1) {
|
|
|
- $productNum = $current['num'] ?? '';
|
|
|
- $productPrice = $current['price'] ?? '';
|
|
|
- $content .= $productNum . '=' . $productPrice . '<BR>';
|
|
|
- }
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
}
|
|
|
$content .= '--------------------------------<BR>';
|