0) { ?> ' . TEXT_PRODUCT_OPTIONS . '
' . TEXT_SELECT_DESIRED; ?> '. TEXT_CLICK_IMAGES;?> $products_options['products_options_values_id'], 'text' => $products_options['products_options_values_name'], 'thumbnail' => $products_options['products_options_values_thumbnail']); if ($products_options['options_values_price'] != '0') { $products_options_array[sizeof($products_options_array)-1]['text'] .= ' (' . $products_options['price_prefix'] . $currencies->display_price($products_options['options_values_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) .') '; } } if (isset($cart->contents[$HTTP_GET_VARS['products_id']]['attributes'][$products_options_name['products_options_id']])) { $selected_attribute = $cart->contents[$HTTP_GET_VARS['products_id']]['attributes'][$products_options_name['products_options_id']]; } else { $selected_attribute = false; } ?> ' . tep_draw_pull_down_menu('id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute) . ''; } else { $count=0; echo '
'; foreach ($products_options_array as $opti_array){ echo ''; //END Radio button disable auto check mod Options as Images MS2 v1.5 $count++; if ($count%OPTIONS_IMAGES_NUMBER_PER_ROW == 0) { echo ''; $count = 0; } } echo '
'; if (OPTIONS_IMAGES_CLICK_ENLARGE == 'true') echo ''; else echo ''; echo ''; //Radio button disable auto check mod Options as Images MS2 v1.5 echo '
' . tep_image(DIR_WS_IMAGES . 'options/' . $opti_array['thumbnail'], $opti_array['text'], OPTIONS_IMAGES_WIDTH, OPTIONS_IMAGES_HEIGHT) . '
' . tep_image(DIR_WS_IMAGES . 'options/' . $opti_array['thumbnail'], $opti_array['text'], OPTIONS_IMAGES_WIDTH, OPTIONS_IMAGES_HEIGHT) . '
' . $opti_array['text'] . '
'; } ?>