Search code examples
modulesmartyprestashopcartprestashop-1.6

How to display extra desciption in shopping cart on Prestashop


I want to display more content in shopping cart on prestashop same image below (1.6+):

E.g. add short description to shopping cart

Any helps and solutions

Thank you


Solution

  • in /themes/[your-theme-name]/shopping-cart-product-line.tpl

    find

    <td class="cart_description">
    

    before

    </td>
    

    insert:

    {$product.description_short}