' . NAVBAR_TITLE . ''; ?> <? echo TITLE; ?>
FONT_STYLE_TOP_BAR  
FONT_STYLE_HEADING     
count_contents() > 0) ? 0 : 1; if (!$cart_empty) { //------------------------------------------------ // Set up column widths and colspan //------------------------------------------------ if (PRODUCT_LIST_MODEL) { $col_width = array ('width="7%"', 'width="8%"', 'width="12%"', 'width="61%"', 'width="12%"' ); $colspan = 5; } else { $col_width = array ('width="7%"', 'width="8%"', 'width="73%"', 'width="12%"' ); $colspan = 4; } ?> get_products(); for ($i=0; $i' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; if (PRODUCT_LIST_MODEL) echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; } ?> ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; } ?>
> align="center" nowrap>FONT_STYLE_TABLE_HEADING   nowrap>FONT_STYLE_TABLE_HEADING   nowrap>FONT_STYLE_TABLE_HEADING   align="right" nowrap>FONT_STYLE_TABLE_HEADING  
' . tep_image(DIR_WS_IMAGES . 'button_small_delete.gif', 'Remove ' . $products_name . ' from Shopping Cart.') . '' . FONT_STYLE_MAIN . ' ' . $products[$i]['model'] . ' ' . FONT_STYLE_MAIN . ' ' . $products_name . '' . "\n"; //------display customer choosen option -------- $ltr = $products[$i]['letter']; echo "
 - LetterBuilder : $ltr"; $attributes_exist = '0'; if ($cart->contents[$products[$i]['id']]['attributes']) { $attributes_exist = '1'; reset($cart->contents[$products[$i]['id']]['attributes']); while (list($option, $value) = each($cart->contents[$products[$i]['id']]['attributes'])) { $attributes = tep_db_query("select popt.products_options_name, poval.products_options_values_name from products_options popt, products_options_values poval, products_attributes pa where pa.products_id = '" . $products[$i]['id'] . "' and pa.options_id = '" . $option . "' and pa.options_id = popt.products_options_id and pa.options_values_id = '" . $value . "' and pa.options_values_id = poval.products_options_values_id"); $attributes_values = tep_db_fetch_array($attributes); echo "\n" . '
 - ' . $attributes_values['products_options_name'] . ' : ' . $attributes_values['products_options_values_name'] . ''; echo ''; } } //------display customer choosen option eof----- echo '
' . FONT_STYLE_MAIN . ' ' . tep_currency_format($products[$i]['quantity'] * $products[$i]['price']) . ' '; //------display customer choosen option -------- if ($attributes_exist == '1') { reset($cart->contents[$products[$i]['id']]['attributes']); while (list($option, $value) = each($cart->contents[$products[$i]['id']]['attributes'])) { $attributes = tep_db_query("select pa.options_values_price, pa.price_prefix from products_options popt, products_options_values poval, products_attributes pa where pa.products_id = '" . $products[$i]['id'] . "' and pa.options_id = '" . $option . "' and pa.options_id = popt.products_options_id and pa.options_values_id = '" . $value . "' and pa.options_values_id = poval.products_options_values_id"); $attributes_values = tep_db_fetch_array($attributes); if ($attributes_values['options_values_price'] != '0') { echo "\n" . '
' . $attributes_values['price_prefix'] . tep_currency_format($products[$i]['quantity'] * $attributes_values['options_values_price']) . ' '; } else { echo "\n" . '
 '; } } } //------display customer choosen option eof----- echo '
FONT_STYLE_TABLE_HEADING   FONT_STYLE_TABLE_HEADING show_total()); ?> 

FONT_STYLE_MAIN           
' . FONT_STYLE_MAIN . ' ' . TEXT_CART_EMPTY . ' 
' . tep_black_line() . '

' . FONT_STYLE_TABLE_HEADING . ' ' . tep_image(DIR_WS_IMAGES . 'button_main_menu.gif', IMAGE_MAIN_MENU) . '