+
+ +
+ +
+ +
+ +
+ + RecordCount() > 0) { + ?> +
+ + + size('upload') > 0) echo $messageStack->output('upload'); ?> + + + + RecordCount() > 0) { + ?> +
+ +
+ + +
+ +
+ + + +
+ + + +
+ +
+ + +
+ +
+
+
+
+
+
+ +get_template_dir('tpl_footer.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer.php'); +?> + + +
Parse Time: - Number of Queries: queryCount(); ?> - Query Time: queryTime(); ?>
+ + + +RecordCount() > 0) { +?> + + + diff --git a/Theme/includes/templates/shopfast/common/tpl_main_slideshow.php b/Theme/includes/templates/shopfast/common/tpl_main_slideshow.php new file mode 100644 index 0000000..8c940fd --- /dev/null +++ b/Theme/includes/templates/shopfast/common/tpl_main_slideshow.php @@ -0,0 +1,32 @@ + +
+
+ +
+
+ + diff --git a/Theme/includes/templates/shopfast/common/tpl_shopfast_custom_css.php b/Theme/includes/templates/shopfast/common/tpl_shopfast_custom_css.php new file mode 100644 index 0000000..1753b49 --- /dev/null +++ b/Theme/includes/templates/shopfast/common/tpl_shopfast_custom_css.php @@ -0,0 +1,307 @@ + + +Execute($shopfast_query); + + +$theme_color = $shopfast_result->fields['theme_color']; +$theme_color = (explode(",",$theme_color)); + +$logo_image = $shopfast_result->fields['logo_image']; + +$featured_category = $shopfast_result->fields['featured_category']; +$featured_category_id = (explode(",",$featured_category)); + +$store_address = $shopfast_result->fields['store_address']; +$store_contact = $shopfast_result->fields['store_contact']; +$store_email = $shopfast_result->fields['store_email']; +$store_copyright = $shopfast_result->fields['store_copyright']; +$store_skype = $shopfast_result->fields['store_skype']; +$store_map = $shopfast_result->fields['store_map']; +$newsletter_text = $shopfast_result->fields['newsletter_text']; +$newsletter_details = $shopfast_result->fields['newsletter_details']; +$aboutus_text = $shopfast_result->fields['aboutus_text']; + +$facebook_link = $shopfast_result->fields['facebook_link']; +$twitter_link = $shopfast_result->fields['twitter_link']; +$skype_link = $shopfast_result->fields['skype_link']; +$google_link = $shopfast_result->fields['google_link']; +$rss_link = $shopfast_result->fields['rss_link']; +$linkedin_link = $shopfast_result->fields['linkedin_link']; +$pinterest_link = $shopfast_result->fields['pinterest_link']; +$youtube_link = $shopfast_result->fields['youtube_link']; +$instagram_link = $shopfast_result->fields['instagram_link']; + +$twitter_box = $shopfast_result->fields['twitter_box']; +$facebook_box = $shopfast_result->fields['facebook_box']; + +$payment_image = $shopfast_result->fields['payment_image']; + +$display_featured_category = $shopfast_result->fields['display_featured_category']; +$display_main_page = $shopfast_result->fields['display_main_page']; +$display_our_brands = $shopfast_result->fields['display_our_brands']; +$display_footer_row_1 = $shopfast_result->fields['display_footer_row_1']; +$display_footer_row_2 = $shopfast_result->fields['display_footer_row_2']; + +$product_name_length = $shopfast_result->fields['product_name_length']; +$product_desc_length = $shopfast_result->fields['product_desc_length']; + +?> +Execute($slideshow_query); +} +?> + + \ No newline at end of file diff --git a/Theme/includes/templates/shopfast/common/tpl_shopfast_productlisting.php b/Theme/includes/templates/shopfast/common/tpl_shopfast_productlisting.php new file mode 100644 index 0000000..1d9efff --- /dev/null +++ b/Theme/includes/templates/shopfast/common/tpl_shopfast_productlisting.php @@ -0,0 +1,47 @@ + + '; +}else{ + echo '
'; +} ?> +
+ 0 ) { + for($row=0;$row' . $list_box_contents[$row][$col]['text'] . '' . "\n
"; + } + else { + $prod_content.='' . $list_box_contents[$row][$col]['text'] . '' . "\n"; + } + } + } + echo $prod_content; + + + } + } +?> +
+