Live Chat Software by IXXO |
Knowledgebase: Customization & Developer Info
How do I add PHP code to the HTML boxes on the front of the site?
Posted by Michael G.K on 30 August 2008 05:36 AM
|
|
IXXO Cart uses the Smarty Template Engine to generate site HTML. Using the traditional <php> tag will allow php to be embedded, however
they will not be escaped irregardless of the $php_handling setting. To properly
embed php into your site template, please use {php} to include the code you wish
to embed. This is for advanced users only and not typically needed. Please see the example below {php} | |
|
Comments (0)