Page 1 of 1

Smarty error with Google Checkout HTML code

Posted: Wed Jul 28, 2010 9:49 pm
by gvaughan55
I am pasting the html code for a google checkout store into the body of a page and I get the following error at the top of the page above the header when i open the page. Anyone have any suggestions on how to solve this. Thanks in advance for your help.

string(120) "Smarty error: [in metadata template line 22]: syntax error: unrecognized tag 'var' (Smarty_Compiler.class.php, line 590)" string(116) "Smarty error: [in metadata template line 23]: syntax error: unrecognized tag: (Smarty_Compiler.class.php, line 446)" string(117) "Smarty error: [in metadata template line 23]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)"

The google code I copied is below


Re: Smarty error with Google Checkout HTML code

Posted: Thu Jul 29, 2010 12:45 am
by Dr.CSS
Most likely that code had {  }  in it anything with those has to have {literal} the code {/literal}...

Re: Smarty error with Google Checkout HTML code

Posted: Thu Jul 29, 2010 2:29 am
by gvaughan55
Thanks for the response the code listed is the literal code and it has no {} but I had already the literal tags anyway.

Re: Smarty error with Google Checkout HTML code

Posted: Fri Jul 30, 2010 12:01 am
by Dr.CSS
I'm more than sure it had them at some point and copy/pasting may have removed them, what do you think all the %2, %3, etc. is...