Is there any good way to sort items in the side columns with more accuracy than just before="-" and after="-"?
For example, my left column currently looks like this…
1. Compare Products
2. Custom Block A (in catalog.xml)
3. Custom Block B (in catalog.xml)
4. Custom Block C (in catalog.xml)
5. My Cart
6. Newsletter
and I would like it to be sorted like this…
1. Custom Block A (in catalog.xml)
2. Newsletter
3. My Cart
4. Compare Products
5. Custom Block B (in catalog.xml)
6. Custom Block C (in catalog.xml)
I haven’t, for the life of me, even been able to move my Compare Products block. I did figure out how to remove the before="-" from the My Cart block which is how I got it below all my catalog.xml items. Any thoughts on how to do this properly?
I’m new to magento. Can you pls explain how you move the blocks on the left and right column ?
I’ve read the designers guide and i am throughly confused. I’ve read it 3 times now, and im thrice confused.
What has layout got to do with moving blocks ? Why are the left blocks being called from catalog.xml ?
What if i want the shopping cart block to be on the left instead of right ?
i added a custom static block to /catalog.xml. now i would like to change the order of the blocks. the first block is the cart, the second
“Recently Viewed Products” - blocks and the third is the “Compare Products” block. it would be great to get my custom made block as number one. anyone an idea?