Magento- How to customize the shopping cart

15,901

You can show the data in cart line renderer template:

app/design/frontend/base/default/template/checkout/cart/render/simple.phtml

and ask the data from $_item object in foreach loop and modify the html to your choosing

You can find what templates are used in any magento page by turning on template hints from system > configuration > developer section.

Note that if you change a template you should copy the template to your own theme folder first.

Share:
15,901
RAAAAM
Author by

RAAAAM

Under Construction .

Updated on July 17, 2022

Comments

  • RAAAAM
    RAAAAM almost 2 years

    I'm having troubles with displaying product information in shopping cart page.

    • please point out the template where i can display this information
    • please point out me the way how to find templates that are displayed