Move "My Cart" to the top of the Nav. Panel

Hi,

Is it possible to move the "My Cart" to the top of the navigation panel. Right now it appears after the "Newsletter" section.

Thanks,
Jason

10 answers

Profile photo of Saguaros 0.00 $tone March 9, 2010
Public

Dear hisajor!

Pls give me the information in detail:

Woud you like to move the "My Cart" block up the Category Navigation block or how?

Thanks

#5
Profile photo of Jorge Silva 0.00 $tone March 9, 2010
Public

Hi,
Yes, I’d like to move the "*My Cart*" block up the *Category Navigation* block. Above any other block in the *Category Navigation*.

Thanks,
Jason

#6
Profile photo of Saguaros 0.00 $tone March 11, 2010
Public

Dear Jason

Pls open the file: \app\design\frontend\base\default\layout\checkout. xml and find code at line 44:

HTML Code:

<reference name="right">
            <block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml" before="-">

replace:

HTML Code:

<reference name="left">
            <block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml" before="-">

Pls clear cache data via the Cache Management
GOod luck

#7
Profile photo of Saguaros 0.00 $tone March 22, 2010
Public

Dear hisajor!

i’m sorry for my later:

pls kindly open the file: \app\design\frontend\base\default\layout\catalog.x ml and try to find codes at line 115:

PHP Code:

 <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/> 




replace:

PHP Code:

    <block type="catalog/layer_view" name="catalog.leftnav" after="cart_sidebar" template="catalog/layer/view.phtml"/> 




Good luck

#9

This question is now closed

Written By

Comments