Jump to content

Recommended Posts

Всем привет. стоит задача - добавить поле в базу товаров
в базу в таблицу 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>

в итоге в базу поставщик заносится, но в админке в этой строке пусто
В чем проблема? заранее спасибо

Link to post
Share on other sites
  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...