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
Hi hisajor
I have checked your website and saw that you fixed it
Could you share your solution? I think it will help somebody who have the same idea.
Hi,
No, it hasn’t. There are two sites at that ftp. The one I’m talking about is in the store/ directory. Also the site is store.pgkids.pt not http://www.pgkids.pt.
Thanks for helping,
Jason
Hi hisajor
i am seeing store.pgkids.pt
Please see my attachment file
Yes, it’s there but, is it possible to move it to top of the list (Nav. Panel)?
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
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
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
Hi,
Sorry for the late replay.
That works but, only on the front page. I need it on the catalog pages as well.
Thanks for the help.
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
Thanks,
That worked!
This question is now closed