New block checkout doesn′t display html in front end inserted in payment descri
-
Hi,
in the old checkout simple html code that got added to the payment descriptions (woocommerce –> settings –> payment options –> choosing a payment –> adding a description) got shown without problems in front end. For example I used this.
<ul>
<li></li>
<li></li>
</ul>Now in new block checkout the html doesn′t get really transformed in real html code In front end of the checkout page the output is just text like this:
Lorem ipsum Lorem ipsum Lorem ipsum <ul><li>Lorem</li><li>Lorem</li></ul>. Lorem ipsum Lorem ispum.Not even a <br> does function anymore and gets thrown out as text. This is horrible if u want to format your description texts a bit.
As I said in the old checkout this got transformed normally to html without problems… Why this backwards change?
Thanks and regards
- The topic ‘New block checkout doesn′t display html in front end inserted in payment descri’ is closed to new replies.