alkisgr Posted September 12, 2017 Share Posted September 12, 2017 i have this error Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "/home/bebeski/public_html/albibaby.gr/themes/flatize/mails/el/order_conf_product_list.txt" on line 2 "{$product[\'reference\']}" - Unexpected "\" <-- thrown in /home/bebeski/public_html/albibaby.gr/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 2 But i cant find nowere {$product[\'reference\']} My configuration is {foreach $list as $product} {$product['reference']} {$product['name']} {$product['price']} {$product['quantity']} {$product['price']} {foreach $product['customization'] as $customization} {$product['name']} {$customization['customization_text']} {$product['price']} {$product['customization_quantity']} {$product['quantity']} {/foreach} {/foreach} I have off the magick quotes Any idea? Link to comment Share on other sites More sharing options...
selectshop.at Posted September 12, 2017 Share Posted September 12, 2017 In which file are you looking for the error ? In your theme in use there is an syntax error in themes/flatize/mails/el/order_conf_product_list.txt. There is an \ which should be not there. Please revert to the theme developer. Alternatively you can use notepad ++ for search on server files on folder /themes for the wrong passage: {$product[\'reference\']} 1 Link to comment Share on other sites More sharing options...
alkisgr Posted September 12, 2017 Author Share Posted September 12, 2017 Thank yoy very much!! You show me the way, i download localy the theme folder and use the notepad++ to find the error. I mark this SOLVED Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now