Archive for 'Magento'

Using PHP code on a CMS page (custom Block/module)

Posted on 02. Sep, 2008 by Fido .

If you have ever wanted to do some sort of PHP processing within a CMS page that you created, here is how you do it. A limitation of this tutorials is form processing. That involves creating and/or extending and/or overriding a controller class (which I'll save for another day). This code will allow your code to accept arguments, making it handy for some sort of dynamic use!

Continue Reading

Move mini-cart in the sidebar to the header (or anywhere) in Magento

Posted on 29. Aug, 2008 by Fido .

Hi all - Here is my solution to a question I've seen asked many times: How to move the cart sidebar into the header area. You can use this technique to move it anywhere. This is not the only way to do this, but it is a useful one.

Continue Reading