View Single Post
  #2  
Old 03-31-2016, 02:14 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: code stripping out of product description in 4.7.5

You have to make the field 'trusted', so add it to the array in admin/product_modify.php
Code:
$trusted_post_variables = array( 'product_lng', 'descr', 'fulldescr', 'posted_data', 'js_code', 'efields', );
__________________
xcartmods.co.uk
Reply With Quote