Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My template doesn't work.


obarak

Recommended Posts

Posted

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

untitledna2.jpg

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...