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
Smarty error with Google Checkout HTML code
-
- New Member
- Posts: 5
- Joined: Wed Jul 09, 2008 7:54 pm
Smarty error with Google Checkout HTML code
Last edited by gvaughan55 on Sat Aug 07, 2010 2:35 am, edited 1 time in total.
Re: Smarty error with Google Checkout HTML code
Most likely that code had { } in it anything with those has to have {literal} the code {/literal}...
-
- New Member
- Posts: 5
- Joined: Wed Jul 09, 2008 7:54 pm
Re: Smarty error with Google Checkout HTML code
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
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...