Help with Custom Product Field...
Hi,
I have added a custom field in the database for products which stored HTML decriptions whcih worked fine in 4.5.4 but since updating to 4.5.5 all HTML is stripped from this field.
I made the insert in the product_modify.php (and possibly else where)
Approx Line 997.
// Update product/descr/fulldescr/keywords
$int_descr_data = array(
'product' => $product,
'descr' => $descr,
'fulldescr' => $fulldescr,
'keywords' => $keywords,
'top_descr' => $top_descr
);
called 'top_descr', I cannot find where this text is being stripped of its tags and obviously currently unable to edit products or the HTML will be stripped from them.
can anobody point me in the right direction.
Thanks
__________________
X-Cart 4.3.1
X-Cart 4.5.4
|