Kerm Posted April 25, 2011 Share Posted April 25, 2011 Здравствуйте,Добавил новое поле для вывода в товаре на сайте и админке и столкнулся с такой проблемой что html код не хочет сохраняться..цифры и текст пожалуйста, а вот html код нет. Подскажите что нужно сделать чтобы html код сохранялся?В AdminProducts.php я добавил поле: '.$this->l('Поле2:').' <input type="text" name="price_prof" value="'.htmlentities($this->getFieldValue($obj, 'price_prof'), ENT_COMPAT, 'UTF-8').'" /> '.$this->l('Price-prof').' В classes/Product.php: /** @var string price_prof */ public $price_prof; и там же ниже под public function getFields(): $fields['price_prof'] = psql($this->price_prof); и еще ниже под protected $fieldsValidate = array( : 'price_prof' => 'isCleanHtml', В product.tpl: {if not $product->price_prof==0}Аксесуар на купальнике: {$product->price_prof} {/if} В phpmyadmin создал поле с параметрами:Тип TEXT, сравнение utf8_general_ci, NULL Да, по умолчанию NULL Link to comment Share on other sites More sharing options...
Recommended Posts