Jump to content

Changing the name of the menu items ( cannot be done with Horizontal module )


Recommended Posts

Hi -

 

Ive honestly spent over 10+ hours trying to figure this out.

Went through forums and videos.

 

Im having trouble changing my template menu items.

I have tried the horizontal module on the presta engine.

That changes a different menu that's usually hidden.

 

Here's a link to my website.

 

www.thewirelessgeeks.com

 

And here's a picture of the website

 

Please help with this!

 

My business will defintely recommend prestashop if we can get over this hurdle!

 

Chris

 

post-774591-0-33740300-1395289942_thumb.png

Link to comment
Share on other sites

Also to add.

 

What program do you guys recommend I use to edit the index.php?

I get this error message through dreamweaver everytime I tried.

I also tried text edit with the same error message

 

Please see below:

 

<?php
/*
* 2007-2013 PrestaShop
*
* 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 <[email protected]>
*  @copyright  2007-2013 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");

header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");

header("Location: ../");
exit;
 

 

Thanks for your help!

 

chris

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...