Insert Code In Body Tag

Hello

i need to insert code in body tag

the cide will link to ssl cert logo and has to be in every cs cart page

which is the easy way to do this ?

Thanks in advance

Gabriel

Hello

i need to insert code in body tag

the cide will link to ssl cert logo and has to be in every cs cart page

which is the easy way to do this ?

Thanks in advance

Gabriel

If you are not familiar with hooks, just add HTML block with SMARTY support to the footer.

Wrap the code with the following one

{literal}
... your code here...
{/literal}

Thankssssssss

Gabriel

Perfect, thanks!