Do you have a URL?
Also, did you follow the read me files? It tells you a few ADMIN settings that you need to do.
Vicky
Do you have a URL?
Also, did you follow the read me files? It tells you a few ADMIN settings that you need to do.
Vicky
Think it's all straightened out now ...
When installing templates for the first time, or Zen Cart for that matter, install the sample product data so things are a bit easier to get used to.
Once your comfortable that you've become familiar with the features of Zen, I'd say installing the sample data isn't necessary any more.
I just want to say thanks to Testuser who helped me out personally to get this theme running perfectly. Awesome awesome awesome!!!
Zen-cart = win
Hi!
Im again back with some questions:
1. How can I change Sidebox background colors,
2. I made 2 images - Box Header and Box Footer (I want a rounded box)
how can i put them in?
I dont need frame over my box.
So with this i have a few more questions..
I put a background on my site,
but it can see only in sides of my site,
I need it in center too (not in boxes, but around)
And - with this - how can I change Text colors..
P.S. Sorry - bad English..![]()
Language Header Bug Fix:
Replace tpl_languages header.php in the acadame templates folder, sideboxes subfolder with the following:
Code:<?php /** * Acadame Top Box Template * * @package templateSystem * @copyright Copyright 2007 iChoze Internet Solutions http://ichoze.com * @copyright Portions Copyright 2003-2006 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: tpl_languages.php 2982 2007-09-02 testuser $ */ $content = ""; $content .= '<div id="lang_header" class="topBox centeredContent">'; $lng_cnt = 0; $content .= 'Languages:<br />'; while (list($key, $value) = each($lng->catalog_languages)) { $content .= '<a href="' . zen_href_link($_GET['main_page'], zen_get_all_get_params(array('language', 'currency')) . 'language=' . $key, $request_type) . '">' . zen_image(DIR_WS_LANGUAGES . $value['directory'] . '/images/' . $value['image'], $value['name']) . '</a> '; $lng_cnt ++; } $content .= '</div>'; ?>
Last edited by testuser; 4 Sep 2007 at 12:33 AM.
what is the latest ZENCART your templates work with?
THANK YOU VERY MUCH for teh tpl_language_header.php - fix...
regards,
kruna
Bookmarks