'; $featured_box_counter = 0; while (!$random_featured_product->EOF) { $featured_box_counter++; $featured_box_price = zen_get_products_display_price($random_featured_product->fields['products_id']); $content .= "\n" . '
'; $content .= '' . zen_image(DIR_WS_IMAGES . $random_featured_product->fields['products_image'], $random_featured_product->fields['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT); $content .= '
' . $random_featured_product->fields['products_name'] . '
'; $content .= '
' . $featured_box_price . '
'; $content .= '
'; $random_featured_product->MoveNextRandom(); } $content .= '' . "\n";