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