I try to change the blocks order in the left column… unsuccessfully 🙁
I need to move related products to the first, "Shop By" to the second order in a product view.
In the catalog view I need to move the "Shop By" the first order.
You advise me please? Thank you very much..
4 answers
Can you please post links so we can see what you mean?
Hallo Phill, thanks for your reply. See the attached pictures for block order. You can see this site at b2b.sema.cz
Thank you..
Dear jhejlik!
Thanks for contacting us. I have edited your post because you have posted your private login information here. That isn’t good.
Regarding your question, this is quick solution for you:
Please go to app\design\frontend\default\jm_natris\layout\catal og.xml and then go to line 122:
Code:
<reference name="left"> <block type="catalog/layer_view" name="catalog.leftnav" before="currency" template="catalog/layer/view.phtml"/> </reference>
change to
Code:
<reference name="left"> <block type="catalog/layer_view" name="catalog.leftnav" before="-" template="catalog/layer/view.phtml"/> </reference>
Then go to line 272:
Code:
<reference name="right"> <block type="catalog/product_list_related" name="catalog.product.related" before="catalog.topnav" template="catalog/product/list/related.phtml"/> </reference>
change to:
Code:
<reference name="left"> <block type="catalog/product_list_related" name="catalog.product.related" before="catalog.topnav" template="catalog/product/list/related.phtml"/> </reference>
Hope this help and good luck!
Perfect, thank you very much !!
This question is now closed