kabal Posted January 9, 2013 Report Share Posted January 9, 2013 Всем привет. стоит задача - добавить поле в базу товаровв базу в таблицу s_products внес поле supplier типа varchar в админку ProductAdmin.php добавил строку $product->supplier = $this->request->post('supplier');также ниже геттера связанных товаров разместил // Поставщик $supplier = $this->request->get('supplier');в шаблоне product.tplдобавил под ключевые слова и описание строку <li><label class=property>Поставщик</label><input name="supplier" class="simpla_inp" type="text" value="{$product->supplier|escape}" /></li>в итоге в базу поставщик заносится, но в админке в этой строке пустоВ чем проблема? заранее спасибо Quote Link to post Share on other sites
JustDavali Posted January 9, 2013 Report Share Posted January 9, 2013 api/Products.php тоже надо поправитьи постарайтесь использовать на форуме тег CODE Quote Link to post Share on other sites
kabal Posted January 10, 2013 Author Report Share Posted January 10, 2013 Спасибо, тема закрыта Quote Link to post Share on other sites
kovalevskiy Posted May 5, 2013 Report Share Posted May 5, 2013 а как сделать так, что бы поле появилось в админке "Добавить товар" ??? 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.