Magento – Edit View Cart Page

cartcheckoutmagento-1.9

I'm trying to edit the View Cart Page, my theme has ab image block on the page that I'm trying to edit but I can't figure out which file I need to edit.

more information

when something is added to the cart, and you click to view it before paying there is a block that has discount codes and grand total. in my theme to there is a promo image that I'm trying to change but I'm not sure which file to change. I checked it in firebug and the section lights up seems to be called

Best Answer

You give us little informations but if want the path of checkout cart page, you follow this one:

app/design/frontend/{namePackageHere}/{ThemeNameHere}/template/checkout/cart.phtml

Nb:

It is possible that a block is displayed in this page cart page but when you go in this page you don't find explicitly the information that you need, that said the this information can be stored as block often declared in xml ! I don't know exactly What you are looking for but check also in the layout local.xml and the xml extension if you have.