Zen Cart Logo
Forums / General Questions / Urgent need help please read!

Urgent need help please read!

Locked

Views: 998

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
24 Apr 2009, 5:19 PM
#1
batman1969 avatar

batman1969

New Zenner

Join Date:
Apr 2009
Location:
Tinley Park,IL
Posts:
36
Plugin Contributions:
0

Urgent need help please read!

I had my website designed by a guy who is screwing me over after he got the money. My site is up and running but I need some minor changes done to it that I dont know how to do. So I ask you if anyone can help me please explain in detail where to go and what to do and how to get there and do it. Thank you in advance. Please look at my site https://www.monsterislandtoys.com
What I need changed is the store hours at the top of the home page. Thank you in advance!
Loris

24 Apr 2009, 8:43 PM
#3
batman1969 avatar

batman1969

New Zenner

Join Date:
Apr 2009
Location:
Tinley Park,IL
Posts:
36
Plugin Contributions:
0

Re: Urgent need help please read!

Thanks Tina but I dont know where in the adminstrative panel to find the includes/languages/ENGLISH/index.php file I dont know where it is. How do I get there?
thanks Loris

24 Apr 2009, 8:49 PM
#4
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Urgent need help please read!

Are you familiar with FTP?

Tina

24 Apr 2009, 8:49 PM
#5
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Urgent need help please read!

you can not modify index.php in admin . you need to log into your site using FTP or your host control panel , and navigate to the file . download on your computer , modify as needed and upload back to exact same location .

includes/languages/ENGLISH/index.php
is path to index.php .. that means you have to go to includes folder , then languages folder then english folder .. here you will find index.php file.

24 Apr 2009, 9:08 PM
#6
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Urgent need help please read!

Can you get to the file manager in your hosting admin panel? That is where you can see the folders and files on your site. You will need to download the correct file using an FTP client like Filezilla (free from Sourceforge), edit it on your pc with a good file editor like Notepad++ (also free from Sourceforge), and FTP it back to your template override folder on your site.

For the footer link:
/includes/templates/your_template/common/tpl_footer.php should have this:

<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
```and you can edit FOOTER_TEXT_BODY in /includes/languages/your_template/english.php, line 16:```php
  define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');

We can't know exactly how the designer edited your files, so there may be some differences.

25 Apr 2009, 4:43 AM
#7
izzle avatar

izzle

New Zenner

Join Date:
Jan 2009
Posts:
2
Plugin Contributions:
0

Re: Urgent need help please read!

You can probably change your store hours right through the cart admin. Log in, then go to Tools->Define Pages Editor and then select define_main_page.php from the dropdown menu.