Hello,
i have a similar problem and hopefully @vekia can help:
I have to include the 'long description' (the normal description for the items, also named 'full description') in the shopping cart (shop version 1.6.1.x). I can not figure it out, i have tried various code but nothing works.
I already show the short description in the shopping cart using the following code:
{if isset($product.description_short) && $product.description_short}<div id="short_description_block"><div id="short_description_content" class="rte align_justify" itemprop="description"><small>{str_replace("<br />", "", $product.description_short)}</small></div></div>{/if}
--- but i also need to do this with the normal, full description.
Is there any idea how to do this? Thank you, would be great!