In
Part 1 of this series, we looked at creating new cfm templates for your store. Today we're going to look at how to add smaller chunks of code into the content areas of your site. I often get asked why the store won't allow you to insert CFML code into the content sections for pages, categories, products, etc. This is not a software issue, it's a ColdFusion issue. The CF server already has parsed the code once, when it retrieves that content from the database and outputs it to the page. It doesn't know there is CFML code in that content, it just spits it out as-is. But we can get around this limitation with a little extra code.