Blog articles tagged with static-block
How to Integrate (Import) WordPress Content into Magento Blocks
04.26.2009 09:10PM by Evan Johnson
e-Commerce, CMS
This is the technique I use to integrate WordPress content into Magento. This can be useful for bringing in posts related to a product, or having recent blog posts on the Magento home page… whatever you can dream up. No modules, plugins or extensions are needed for this technique – just a good grasp of PHP and the Magento and WordPress theming/templating systems. There are probably many...
Comment [10]
Magento: How to list all the products in a single category in a sidebar block
03.23.2009 05:57PM by Evan Johnson
e-Commerce, Web Development
The website I’m currently developing wants to have all of the products in “CategoryX” displaying in the left sidebar on all pages. It’s a small category with their 5 core products, and they want to make sure no matter where the visitor is on the site, they are just a click away from viewing these products. The sidebar block only consists of a header with the Category name, and a...
Comment [6]