cancel
Showing results for 
Search instead for 
Did you mean: 

Edit Shopping Cart Layout

Edit Shopping Cart Layout

Hi

 

In the attached image of my site's shopping cart, how do I edit the header so that the headers are over the correct columns? Magento 1.9 CE

 

Pasted Graphic 3.tiff copy.jpgIn the attached image of my site's shopping cart, how do I edit the header so that the headers are over the correct columns? Magento 1.9 CE

1 REPLY 1

Re: Edit Shopping Cart Layout

Hi, looks like there's a bug in your theme. There's one template the specifies the table header (and number of columns) and another template that handles each row of the table. It looks like the theme has moved the "edit" link in to a new column without adding a new column to the header template. 

 

Here are a couple of templates to check (in your theme):

 

Header: https://github.com/OpenMage/magento-mirror/blob/magento-1.9/app/design/frontend/base/default/templat...

 

Row: https://github.com/OpenMage/magento-mirror/blob/magento-1.9/app/design/frontend/base/default/templat...

 

 

----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!