|
Here is an example of the code that I am placing:
<iframe src="XXX" name="frame1" scrolling="no" frameborder="no" align="left" height="400px" width="450px">
</iframe>
<br clear="all">
<iframe src="XXX" name="frame2" scrolling="no" frameborder="no" align="left" height="400px" width="450px">
</iframe>
When I was running v2.8 of RP, I added this code to nearly 1000 products.
Now, after upgrading to 3.1, the code still works as it should and is in the database, but Allow HTML in Product Fields? is set to No and the only part of the above code that shows up in the Description field when I try to edit it is <br clear="all">. Therefore I can't edit the existing code.
Furthermore, because Allow HTML in Product Fields? is set to No, I can't add the code to any new products (which I need to do on an ongoing basis). If I change the Allow HTML in Product Fields? setting to Yes, all of the existing code for the older products stops working (although it is still in the database).
|