add sendmail in orders

This commit is contained in:
Your Name
2021-06-21 17:55:53 +03:00
parent 099e0be8f5
commit 5e27771f88
11 changed files with 527 additions and 91 deletions

View File

@@ -7,7 +7,7 @@ function bookid_kuri($slug) {
$query = "
SELECT
`price_id`, `pricename`, `categoryname`, `priceslug`, `categoryslug`, price.category_id AS category_id, `BeginDate`, `priceanons`, `priceimg`, `pricehash`, `price`, `offline_price`, `sub`
`price_id`, `pricename`, `categoryname`, `priceslug`, `categoryslug`, price.category_id AS category_id, `BeginDate`, `priceanons`, `priceimg`, `pricehash`, `pieces`, `price`, `offline_price`, `sub`
FROM
`price`
LEFT JOIN `pricecategory`