Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / New Template Not Appearing in Tools->Template Selection

New Template Not Appearing in Tools->Template Selection

Locked

Views: 1,009

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
27 Aug 2009, 9:29 AM
#1
hungoveragain avatar

hungoveragain

New Zenner

Join Date:
Jul 2009
Posts:
17
Plugin Contributions:
0

New Template Not Appearing in Tools->Template Selection

I have recently installed Zencart onto a localhost server and tried to install a template. As per the instructions on the video I unzipped the template files and copied the theme123 folder to

C:\Inetpub\wwwroot\zencart\includes\templates

After going into admin and clicking on Tools->template selection the new template does not appear in the drop down box.

I am using IIS localhost on Windows XP Pro 5.3 sp2
php 5.2.10
mysql 5.1
zencart 1.3.8a

Am I missing a step?

Many thanks

Mike

27 Aug 2009, 9:51 AM
#2
hungoveragain avatar

hungoveragain

New Zenner

Join Date:
Jul 2009
Posts:
17
Plugin Contributions:
0

Re: New Template Not Appearing in Tools->Template Selection

I have managed to get the new template to appear by copying the inner theme123 into the includes file. however the theme does not seem to work very well.

When I refresh the site I get the following at the top of the site

currencies); $currencies_array = array(); while (list($key, $value) = each($currencies->currencies)) { $currencies_array[] = array('id' => $key, 'text' => $value['title']); } $hidden_get_variables = ''; reset($_GET); while (list($key, $value) = each($_GET)) { if ( ($key != 'currency') && ($key != zen_session_name()) && ($key != 'x') && ($key != 'y') ) { $hidden_get_variables .= zen_draw_hidden_field($key, $value); } } } ?>Currencies:

Does anyone know what this is about?

Thanks

Mike