Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Help with Congratulations! you have successfully installed..."

Help with Congratulations! you have successfully installed..."

Locked

Views: 1,755

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
7 Sep 2007, 7:04 PM
#1
nyraised avatar

nyraised

New Zenner

Join Date:
Jun 2007
Posts:
4
Plugin Contributions:
0

Help with Congratulations! you have successfully installed..."

Hi , I know there have been numerous posts on this issue, but I have followed the steps in the FAQ,
I Replaced the text starting “Congratulations” with my text. There was no includes/languages/ENGLISH/CUSTOM/ folder so I created one. Then I Saved the edited file to includes/languages/ENGLISH/CUSTOM/index.php and uploaded it to my server. But the same message appears "Congratulations! you have successfully installed..." what am i doing wrong..can someone please help. maybe Im just not following

7 Sep 2007, 7:41 PM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Help with Congratulations! you have successfully installed..."

You need to at least copy other files to create your own template and override the defaults.

To create a very basic custom template (you can build from there), you need:

  • includes/languages/YOUR_TEMPLATE/english.php
  • includes/languages/english/YOUR_TEMPLATE/index.php
  • includes/languages/english/YOUR_TEMPLATE/header.php (to change the logo)
  • includes/templates/YOUR_TEMPLATE/template_info.php
  • includes/templates/YOUR_TEMPLATE/common/tpl_header.php
  • includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
  • includes/templates/YOUR_TEMPLATE/images/logo.gif
  • includes/templates/YOUR_TEMPLATE/css/stylesheet.css

Anywhere you see a /classic/ folder, you can create a folder for your custom template. You can copy the necessary files from either the /classic/ folder, the /template_default/ folder or the parent folder.

Edit includes/templates/YOUR_TEMPLATE/template_info.php to give your template identifying information so you'll recognize it in the admin under tools->template selection.

7 Sep 2007, 9:59 PM
#3
nyraised avatar

nyraised

New Zenner

Join Date:
Jun 2007
Posts:
4
Plugin Contributions:
0

Re: Help with Congratulations! you have successfully installed..."

Ok I've done all that..the template name is Knelly and now when I open the template to preview i get error message " The requested URL /store/includes/templates/knelly/images/scr_template_default.jpg was not found on this server." Now what did I do wrong/

7 Sep 2007, 10:07 PM
#4
nyraised avatar

nyraised

New Zenner

Join Date:
Jun 2007
Posts:
4
Plugin Contributions:
0

Re: Help with Congratulations! you have successfully installed..."

Never mind last post, I figured that out ..now I edited the file includes/languages/knelly/index.php to repalce the satndard greeting with my own, but it still comes up with standard greeting? any ideas?

8 Sep 2007, 4:00 AM
#5
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Help with Congratulations! you have successfully installed..."

Did you select your knelly template in the admin under tools->template selection?

8 Sep 2007, 4:27 AM
#6
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,606
Plugin Contributions:
0

Re: Help with Congratulations! you have successfully installed..."

includes/languages/knelly/index.php

the proper path should be includes/languages/**english/**knelly/index.php

8 Sep 2007, 5:07 AM
#7
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Help with Congratulations! you have successfully installed..."

Kim:

the proper path should be includes/languages/**english/**knelly/index.php

:blink: It's late and I'm a little freaked at the moment so I missed that.

8 Sep 2007, 9:17 PM
#8
nyraised avatar

nyraised

New Zenner

Join Date:
Jun 2007
Posts:
4
Plugin Contributions:
0

Re: Help with Congratulations! you have successfully installed..."

Thanks for the help ..so far so good...just a couple of more questions..
Is there a way to remove completley the
'HEADER_SALES_TEXT', and the logo (i deleted this) but still getting
'HEADER_ALT_TEXT', showing up in banner...how can I get rid of both, any ideas?

9 Sep 2007, 5:31 AM
#9
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Help with Congratulations! you have successfully installed..."

The best way to remove that information is to delete the text and leave just the two single quotes like this ''.