milaya Posted May 10, 2012 Report Share Posted May 10, 2012 Было сделано следующее:1) Добавлено поле familia в базу данных через phpMyAdmin2) в api/Orders.php было добавлено familia: $query = $this->db->placehold("SELECT id, delivery_id, delivery_price, separate_delivery, payment_method_id, paid, payment_date, closed, discount, date, user_id, familia, name, address, phone, email, comment, status, url, total_price, note FROM __orders AS o WHERE 1 $id_filter $status_filter $user_filter $keyword_filter $modified_from_filter ORDER BY status, id DESC $sql_limit", "%Y-%m-%d");В нужные места админки и сайта было добавлено {$order->familia|escape}НО ФАМИЛИЯ НЕ СОХРАНЯЕТСЯ В БАЗУ, где копать?PS: Simpla 2.1 Quote Link to post Share on other sites
Kosjak76 Posted May 10, 2012 Report Share Posted May 10, 2012 симпла/ОрдерАдмин.пхп для редактирования и апи/Карт.пхп(по-моему, точно не помню) Quote Link to post Share on other sites
milaya Posted May 10, 2012 Author Report Share Posted May 10, 2012 Имя формы checkout - где найти обработчик этой формы?? Quote Link to post Share on other sites
Kosjak76 Posted May 10, 2012 Report Share Posted May 10, 2012 view/CartView.php Quote Link to post Share on other sites
milaya Posted May 10, 2012 Author Report Share Posted May 10, 2012 Kosjak76 спасибо, получилось! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.