Php Code Inside Pages

I need to insert some PHP code inside a page that I’ve created for the store. None of the editors allows me to do that, they all escape PHP code whenever I type them in the source code view.



Is this actually possible? I really need to create a page with some logic in it but don’t want to mess up with TPL files and whatnot.



Yeah, I understand that this is a security measure, but maybe we can have some kind of override for power users? :)

Maybe this thread will help



[url=“How to add basic custom code and/ or use: on the homepage - Store Design & Templates - CS-Cart Community Forums”]How to add basic custom code and/ or use: on the homepage - Store Design & Templates - CS-Cart Community Forums

Why don't you just do your PHP code in a controller (addon) and set template variables to what you want. That is how the system is designed and would be the proper way to approach it.



You are aware that you can use PHP functions as “variable modifiers”, right?

That may be the proper way to do it, but I’m looking for the simplest one.



Also, don’t know about those variable modifiers. I’m not that much knowledgeable ;)