I downloaded and installed a theme but an error shows up where the currency drop down list suppose to be.
I'm having trouble figuring out why it shows the error where i have not touched any of the codes.
Here is the error message i get
$ 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); } } } ?>
Can someone please lead me in the right direction on how this can be solved?
Where i can correct the code?
Or what this error means
You can view my store at www.oohweesupplements.co.nz/shop/
Thanks in advance



