get_template_dir(tpl_modules_featured_products.php,DIR_WS_TEMPLATE, $current_page_base,templates). /tpl_modules_featured_products.php); ?>
Execute($flash_page_query); while(!$flash_page->EOF){ $flash_page_items[] = $flash_page->fields; $flash_page_id_con[] = $flash_page->fields[products_id]; $flash_page_images_src = is_int(strpos($flash_page->fields[products_image],,))? substr($flash_page->fields[products_image],0,strpos($flash_page->fields[products_image],,)):$flash_page->fields[products_image]; $flash_page_images_con[] = ".(zen_not_null($flash_page->fields[products_image]) ? $flash_page_images_src : PRODUCTS_IMAGE_NO_IMAGE )."; $flash_page_price_con[] = ".$currencies->display_price(zen_get_products_base_price($flash_page->fields[products_id]),zen_get_tax_rate($product_check->fields[products_tax_class_id]))."; $flash_page_name_con[] = ".zen_output_string(zen_get_products_name($flash_page->fields[products_id]))."; $flash_page->MoveNext(); } $flash_page_id = implode(",", $flash_page_id_con); $flash_page_images = implode(",", $flash_page_images_con); $flash_page_price = implode(",", $flash_page_price_con); $flash_page_name = implode(",", $flash_page_name_con); $flash_page_display_num = $flash_page->RecordCount(); ?> -
get_template_dir(tpl_modules_whats_new.php,DIR_WS_TEMPLATE, $current_page_base,templates). /tpl_modules_whats_new.php); ?>