Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Template Installation Help - NOTHING works.

Template Installation Help - NOTHING works.

Views: 1,599

Results 1 to 11 of 11
5 Feb 2011, 6:37 PM
#1
volusiagold avatar

volusiagold

New Zenner

Join Date:
Feb 2011
Posts:
4
Plugin Contributions:
0

Template Installation Help - NOTHING works.

I have just installed Zen Cart v1.3.9h and i am having issues with installing our template.

This is the first time using zen cart but i have used pretty much all of the other ecommerce carts out there.

I have tried every possible way to upload the template files to includes/templates folder (uploading .zip and extracting into directory, uploading files, and uploading files individually with ftp client, as well as server side upload and extraction... NOTHING works.

No matter which way i do it the template does not show up on the tools / template selection on zen cart... all i get is the classic contemporary green.

Also, i suppose it is possible that there is something wrong with the template files but i doubt it, and comparing the template files with other templates it looks to me that everything that is needed is there in the new template folder... at worse case it should show up on the Zen Cart template selection list....

Please, Help!!!!! This is getting fustrating. :censored:

5 Feb 2011, 6:48 PM
#2
donal avatar

donal

Zen Follower

Join Date:
Jan 2009
Location:
Ireland
Posts:
442
Plugin Contributions:
0

Re: Template Installation Help - NOTHING works.

Depending on the template you are using but often the packages are set out in zens folder structure already so that files are placed in various folders as well as the template folder.
so if you unzip the package locally and then upload the entire "includes folder" to the root of your site it should work.
just consult the readme files and check for warnings about overwriting any core files and of course backup anyway:smile:

5 Feb 2011, 7:02 PM
#3
volusiagold avatar

volusiagold

New Zenner

Join Date:
Feb 2011
Posts:
4
Plugin Contributions:
0

Re: Template Installation Help - NOTHING works.

Yes, the template came in zen cart folder structure already.

Just extract and you get readme file, .PSDs and the template folder. Readme says just to simply upload the folders contents to the includes/templates folder and then go to zen carts template selection menu... but still isnt working.

5 Feb 2011, 7:44 PM
#4
gjh42 avatar

gjh42

Black Belt

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

Re: Template Installation Help - NOTHING works.

What exactly is the folder structure of the template package? Is there an /includes/templates/your_template/ folder on the server now? Is there an /includes/templates/your_template/template_info.php file? If not, the template files were not uploaded to the right place.

5 Feb 2011, 7:48 PM
#5
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Template Installation Help - NOTHING works.

Aren't you forgetting to change the template in the admin?

see admin => tools => Template Selection

5 Feb 2011, 7:59 PM
#6
gjh42 avatar

gjh42

Black Belt

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

Re: Template Installation Help - NOTHING works.

volusiagold:

No matter which way i do it the template does not show up on the tools / template selection on zen cart... all i get is the classic contemporary green.

I don't think so...:)

5 Feb 2011, 9:35 PM
#7
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Template Installation Help - NOTHING works.

Zencart looks in the root directory in all includes/templates/XXXXX folders for a file named template_info.php. It uses the information in this file to create an option in the Admin - Tools - Template Selection dropdown. If your new template doesn't appear in that dropdown, that file isn't where it needs to be.

Chances are, the template files and folders are set up to be relative to the root (top) directory of your store. That's where you should upload the 'includes' folder from the template package, not to includes/templates.

6 Feb 2011, 11:28 PM
#8
510ego avatar

510ego

New Zenner

Join Date:
Feb 2011
Posts:
100
Plugin Contributions:
0

Re: Template Installation Help - NOTHING works.

hi. new to this but...

i have the exact same issue. i have placed my templates (yes more than one) exactly how i was instructed to. yet the pull down menu still says green (the original template)

how about just giving the exact path to the proper placement og the template so we can change it with the pull down menu?

fyi, i have placed my templates in the following folders zen_cart, zen_cart/zc_admin, zen_cart/zc_admin/includes, zen_cart/zc_admin/includes/templates.

someone must have the easy answer.

6 Feb 2011, 11:45 PM
#9
donal avatar

donal

Zen Follower

Join Date:
Jan 2009
Location:
Ireland
Posts:
442
Plugin Contributions:
0

Re: Template Installation Help - NOTHING works.

510ego:

hi. new to this but...

i have the exact same issue. i have placed my templates (yes more than one) exactly how i was instructed to. yet the pull down menu still says green (the original template)

how about just giving the exact path to the proper placement og the template so we can change it with the pull down menu?

fyi, i have placed my templates in the following folders zen_cart, zen_cart/zc_admin, zen_cart/zc_admin/includes, zen_cart/zc_admin/includes/templates.

someone must have the easy answer.

which template are you trying to install?
you shouldn't be putting anything into your admin folder

if your template package contains an "includes" folder 9 times out of ten if you up load this to your root folder you should be ok

(back up first as always!!)

7 Feb 2011, 4:33 AM
#10
510ego avatar

510ego

New Zenner

Join Date:
Feb 2011
Posts:
100
Plugin Contributions:
0

Re: Template Installation Help - NOTHING works.

boy, do i feel stupid!!!

when i looked at my web folder i found that my web directory had a folder of _ well...it turns out i was loading my folder into the web instead of as the web.

i managed to successfully fix it and load my template and got it to pull down from the tools menu.:D

but i did not like the template...i think i will just play with the stock one...i am sure there are thousands of site out there with just little tweeks to it.

thanks for the reply

7 Feb 2011, 12:27 PM
#11
gjh42 avatar

gjh42

Black Belt

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

Re: Template Installation Help - NOTHING works.

Before you make tweaks to the /classic/ files, copy them all to /your_template/ folders (whatever name you want to use), edit the template_info.php to reflect the new name, and select the custom template. Then you will always have a clean version of the Classic template to fall back on, and your custom template will be safe from being erased in an upgrade.