Hello everyone
I am new to Zen Cart and still trying to figure out how to work with this shopping cart system. I have tried working with the templates but on every one I load (except the standard classic one) there is some code showing.
http://www.portrait-art-painting.com...or_maintenance
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); } } } ?>
and one with language for another template
Can anyone help me and point me in the right direction what I need to change to not have this code showing.
In advance thanks for any help you can give me
Thanks
Peggy



