RockHouseMusic Posted October 16, 2016 Share Posted October 16, 2016 Hi there I've created an online store, and am about to start loading products. However, it keeps displaying this at the bottom of every page: * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2016 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *}@prestashop.com> I've gone through all the tpl files in my theme folder and I can't find the issue. Does anyone have clue which tpl file is giving this problem? Link to the site below: https://rockhousemusic.co.za/index.php Thanks in advance Link to comment Share on other sites More sharing options...
bellini13 Posted October 16, 2016 Share Posted October 16, 2016 you have a template file (theme or module), that does not have a proper opening smarty comment tag, which is {* I can see at the end of the license there is a closing tag *} looks like it would be a module that is using the displayHome hook. So go to the back office modules > positions page, and filter the list searching for displayHome. That should help narrow down the list of modules where you would have to find the faulty template. 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