Has anyone been successful in moving around blocks in the Layout XML’s?
I’ve managed to understand how to move them from column to column, via specifying “left” or “right” in the reference tag. But I can’t understand how to change the ORDER in which they appear. I noticed that the “before="-" tag has something to do it with, but whats the proper syntax for that?
This solved the problem.. but I’m not quite sure its how it was supposed to be done. And I’m still not sure what before="-" means. Can anyone elaborate?
before="-" means before any of the previously mentioned modules in the xml file. So that means it will be first, unless a module after it is said to be before the module that is before="-"
Yeah it does make sense… I managed to get it working by setting the module I wanted first (cart) as “before="-", like you mentioned. The others I specified their order by how they display in the XML file. Seems to be ok now. This is actually… fun. -=)