obarak Posted April 12, 2007 Posted April 12, 2007 Oscommerce works but if i install template admin panel don't open and catalog window show a lot of php code. In the left panel write: catalog_languages); while (list($key, $value) = each($lng->catalog_languages)) { $languages_string .= ' ' . tep_image(DIR_WS_LANGUAGES . $value['directory'] . '/images/' . $value['image'], $value['name']) . ' '; } echo $languages_string; ?> in the center panel write: : currencies); $currencies_array = array(); while (list($key, $value) = each($currencies->currencies)) { $currencies_array[] = array('id' => $key, 'text' => $value['title']); } $hidden_get_variables = ''; reset($HTTP_GET_VARS); while (list($key, $value) = each($HTTP_GET_VARS)) { if ( ($key != 'currency') && ($key != tep_session_name()) && ($key != 'x') && ($key != 'y') ) { $hidden_get_variables .= tep_draw_hidden_field($key, $value); } } echo tep_draw_pull_down_menu('currency', $currencies_array, $currency, 'onChange="this.form.submit(); " style="width:100px; font-size: 9px" ') . $hidden_get_variables . tep_hide_session_id(); echo ''; ?> what should i do? Thanks
♥Vger Posted April 12, 2007 Posted April 12, 2007 Commercially purchased templates are all coded differently. They only have one thing in common - they people who write them don't know what they're doing when it comes to osCommerce. Don't bother going back to them for support - because once they have sold you the template they don't want to know you. No one here can help you other than to state the obvious: 1. Either the template is just plain broken, or 2. You didn't install it correctly, so try reinstalling it. Vger
obarak Posted April 12, 2007 Author Posted April 12, 2007 Thank you for your answer but i downloaded this template from other forums and they said that it works correctly. But in my pc i installed oscommerce and it works good. I wanted to change template after installition i saw that picture and admin page didn't open
z0rr0 Posted April 15, 2007 Posted April 15, 2007 I have the same problem :( (it's a template monster) Cumparaturi4all
Recommended Posts
Archived
This topic is now archived and is closed to further replies.