How do I get Description formatting to display?

Hi,



I have inserted product description into blocks/list_templates/details_page.tpl





How do I get my formatting to display properly? I am using an Unordered list.



If I use {$product.full_description|unescape} no formatting is displayed as shown:







I I use {$product.full_description} I get tags displayed.

screen.jpg

screen1.jpg

[quote name=‘jmccann’]Hi,



I have inserted product description into blocks/list_templates/details_page.tpl





How do I get my formatting to display properly? I am using an Unordered list.



If I use {$product.full_description|unescape} no formatting is displayed as shown:







I I use {$product.full_description} I get tags displayed.

[/QUOTE]



Hello, jmccann



Please note that there is the “HTML editor” ability for the description.

If you want to insert the HTML code, you need to do it in the HTML editor window. In order to open it, you need to click on the HTML editor link in the description field.



Thank you.

Hi,



The HTML editor has been used to format descriptions, Formatting gets displayed properly in description.tpl but for some reason doesnt get displayed anywher else Here is the formatting being used on one page.



  • Sealy

  • Backcare firm

  • ‘Non-Turn’ for convenience – only requires rotating from end to end

  • Designed for those who prefer a really ‘firm’ feel

  • Micro-quilted mattress with quality damask cover

  • Many layers of high grade upholstery

  • Posturepedic triple offset spring unit.

  • Hand-tufted

  • High Quality Damask Cover



You can see that formatting is displayed correctly for products on one place on page, but not on any other You can see any products at [url]www.snoozers.co.uk[/url], however here is a direct link to one product

[url]http://snoozers.co.uk/metal-bedframes/double-1-2/mercury-bedstead-en.html[/url]

[quote name=‘jmccann’]Hi,



The HTML editor has been used to format descriptions, Formatting gets displayed properly in description.tpl but for some reason doesnt get displayed anywher else Here is the formatting being used on one page.



  • Sealy

  • Backcare firm

  • ‘Non-Turn’ for convenience – only requires rotating from end to end

  • Designed for those who prefer a really ‘firm’ feel

  • Micro-quilted mattress with quality damask cover

  • Many layers of high grade upholstery

  • Posturepedic triple offset spring unit.

  • Hand-tufted

  • High Quality Damask Cover



You can see that formatting is displayed correctly for products on one place on page, but not on any other You can see any products at [url]www.snoozers.co.uk[/url], however here is a direct link to one product

[url]http://snoozers.co.uk/metal-bedframes/double-1-2/mercury-bedstead-en.html[/url][/QUOTE]

Hello, jmccan

In this case you need to use the following part of the code:

```php
{$product.full_description|default:$product.short_description|unescape}

```

And modify the "cm-tabs-content" class in the "styles.css" and "styles.base.css" files. Or I advise that you create a copy of this class and use it for this code.

Thank you.