Here's an annoying one that I can't sort.
I have copied the default template and have been making changes to create a custom template.
Everything was going fine.
I wanted to remove the line <div class="seperatorbar">{$LANG.orderproduct}</div> in products.tpl so I simply deleted it.
Then accessing cart.php I got this error:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/PATHTO/public_html/FOLDER/templates_c/%%42^422^422A4B4A%%products.tpl.php on line 13
I then undeleted the line, still the same error.
I checked the template_c folder and found a ton of temp files and then deleted %%42^422^422A4B4A%%products.tpl.php
Still the error persists.
I have tried to empty cache, remove cookies, quit browser but still the same error exists even though the temp file doesn't.
Any ideas?
TIA.