correct new pdf format

This commit is contained in:
arlemp@selectel.ru
2024-05-30 20:16:21 +03:00
parent 9cf60308fc
commit 1ceb7ee85c
5 changed files with 17 additions and 5 deletions

View File

@@ -188,7 +188,7 @@ function checkout_kuri($priceslug, $delivery_id = 1){
#создаем заказ
if ($add_order){
$add['buy_status'] = 0;
$add['mail_status'] = 0;
$add['number_id'] = $price_id['price_id'];
@@ -246,7 +246,7 @@ function checkout_kuri($priceslug, $delivery_id = 1){
Наименование: {$price_id['pricename']}<br>
Цена: {$price_id['offline_price']}<br>
Кол-во: $count<br>
Доставка: {$delivery_id['delivery']}<br>
Доставка: {$delivery['delivery']}<br>
Сумма заказа: $price руб.<br>
Оплата: при получении<br>
E-mail: {$add['buy_email']}<br>