1 . SELECT SQL_CALC_FOUND_ROWS * FROM corporate_user WHERE directory_name = 'product_list.html' 0.0002 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 97 -> require_once ↳lib/siteconstants.php : 55 -> CorporateUserMaster::getCorporateUser ↳model/CorporateUserMaster.php : 81 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
2 . SELECT section_id, status FROM admin_section WHERE section_id IN (SELECT section_id FROM admin_section_description where site_language_id = '1' AND LOWER(section_heading) = LOWER('Templates')) 0.0002 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 97 -> require_once ↳lib/siteconstants.php : 641 -> AdminSectionMaster::getAdminSectionDetail ↳model/AdminSectionMaster.php : 129 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
3 . SELECT configuration_master.constant_name,configuration_master.set_value,configuration_master.default_value,configuration_master.setting_type FROM configuration_master ORDER BY configuration_master.sort_order ASC, configuration_master.configuration_id ASC 0.0002 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 97 -> require_once ↳lib/siteconstants.php : 727 -> ConfigurationMaster::getConfiguration ↳model/ConfigurationMaster.php : 113 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
4 . SELECT SQL_CALC_FOUND_ROWS theme_general_cofiguration FROM site_theme WHERE theme_dir_name = 'abcimaging' 0.0001 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 97 -> require_once ↳lib/siteconstants.php : 750 -> SiteThemeMaster::getSiteTheme ↳model/SiteThemeMaster.php : 80 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
5 . SELECT payment_method_id FROM payment_method WHERE directory= 'payon_account' ORDER BY sort_order ASC 0.0001 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 97 -> require_once ↳lib/siteconstants.php : 810 -> PaymentMethodMaster::getPaymentMethod ↳model/PaymentMethodMaster.php : 66 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
6 . SELECT * FROM external_services WHERE status = '1' 0.0001 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 97 -> require_once ↳lib/siteconstants.php : 847 -> ExternalServiceMaster::getExternalService ↳model/ExternalServiceMaster.php : 54 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
7 . SELECT * FROM website_logos WHERE corporate_id = 0 0.0001 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 97 -> require_once ↳lib/siteconstants.php : 929 -> getWebSiteLogos ↳lib/functions.php : 4236 -> WebSiteLogoMaster::getWebSiteLogo ↳model/WebSiteLogoMaster.php : 86 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
8 . SELECT * FROM site_language WHERE default_language = '1' 0.0001 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 170 -> require_once ↳lib/config_language.php : 104 -> create_language_session ↳lib/dbfunctions.php : 4269 -> SiteLanguageMaster::getSiteLanguage ↳model/SiteLanguageMaster.php : 52 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
9 . SELECT * FROM site_currency WHERE default_currency = '1' 0.0001 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 170 -> require_once ↳lib/config_language.php : 118 -> create_currency_session ↳lib/dbfunctions.php : 4342 -> CurrencyMaster::getCurrency ↳model/CurrencyMaster.php : 81 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
10 . SET time_zone = '+05:30' 0 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 173 -> set_timezone ↳lib/functions.php : 1461 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
11 . SELECT count(*) as active_langs FROM site_language where status = '1' 0.0001 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 276 -> require_once ↳lib/seo.php : 249 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
12 . SELECT shortname, site_language_id FROM site_language 0.0001 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 276 -> require_once ↳lib/seo.php : 256 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
13 . select TC.category_id, TCD.category_name from site_template_category as TC Left Join site_template_category_description AS TCD ON TCD.category_id = TC.category_id and TCD.site_language_id = '1' 0.0002 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 276 -> require_once ↳lib/seo.php : 273 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
14 . SELECT product_category.category_id, product_category_description.category_url as caturl, product_category_description.description, product_category_description.site_language_id FROM product_category LEFT JOIN product_category_description ON product_category_description.category_id = product_category.category_id WHERE product_category.status = '1' 0.0002 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 276 -> require_once ↳lib/seo.php : 284 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
15 . select p.products_id, pd.product_url as producturl,pd.products_title as productname, pd.site_language_id from products as p Left Join products_description as pd on pd.products_id = p.products_id 0.0011 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 276 -> require_once ↳lib/seo.php : 296 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
16 . SELECT * FROM product_info_layout ORDER BY layout_id ASC 0.0002 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 277 -> require_once ↳lib/metatag.php : 11 -> require_once ↳templates/include/site_variables.php : 135 -> ProductDescriptionLayoutMaster::getProductDescriptionLayout ↳model/ProductDescriptionLayoutMaster.php : 78 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
17 . SELECT site_seo_description.seo_page_title, site_seo_description.seo_page_keywords,site_seo_description.seo_page_description FROM site_seo LEFT JOIN site_seo_description on site_seo_description.page_id = site_seo.page_id WHERE site_seo_description.site_language_id = 1 AND (site_seo.page_name = 'product_list.php' OR site_seo.page_name = 'product_list' OR site_seo.page_name = 'Default') ORDER BY site_seo.page_id desc 0.0004 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 277 -> require_once ↳lib/metatag.php : 38 -> seoPageMaster::getSeoPageDetails ↳model/seoPageMaster.php : 147 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
18 . SELECT site_general_metatag.name, site_general_metatag.content FROM site_general_metatag LEFT JOIN site_front_pages on site_front_pages.front_pages_id = site_general_metatag.page_id AND site_front_pages.seo_status = '1' WHERE (site_front_pages.front_pages_name = 'product_list.php' OR site_front_pages.front_pages_name = 'product_list') OR site_general_metatag.page_id = 0 ORDER BY site_front_pages.front_pages_id desc 0.0002 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 277 -> require_once ↳lib/metatag.php : 279 -> SiteGeneralMetatagMaster::getMetatagDetails ↳model/SiteGeneralMetatagMaster.php : 90 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
19 . SELECT front_group_id FROM site_front_pages WHERE front_pages_name = 'product_list' 0.0001 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 287 -> SiteFrontPagesMaster::getSiteFrontPages ↳model/SiteFrontPagesMaster.php : 80 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
20 . SELECT SQL_CALC_FOUND_ROWS * FROM (SELECT site_constants.constant_name, site_constants_description.constant_value, site_constants_description.constant_id, Concat(site_constants_description.constant_id, IF(site_constants_description.corporate_id = -1, 1, 0)) AS corporateid FROM site_constants LEFT JOIN site_constants_description ON site_constants_description.constant_id = site_constants.constant_id AND site_constants_description.site_language_id=1 LEFT JOIN site_front_page_group ON site_constants.front_group_id = site_front_page_group.front_group_id WHERE 1 AND site_constants.front_group_id IN ('1', '3') AND site_constants.available_to IN ('0', '11', '3', '12', '-2') AND site_constants_description.corporate_id = 0 GROUP BY corporateid ORDER BY corporateid DESC) AS site_constants_description GROUP BY site_constants_description.constant_id 0.0232 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 308 -> SiteConstantMaster::getSiteConstantDetailsCustomQuery ↳model/SiteConstantMaster.php : 198 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
21 . SELECT * FROM (SELECT menu_link.*, menu_link_description.menu_title,menu_link_description.menu_image,menu_link_description.site_language_id FROM menu_link LEFT JOIN menu_link_description ON menu_link_description.menu_id = menu_link.menu_id WHERE menu_link_description.site_language_id = 1 AND menu_link.status = '1' AND corporate_id = 0 AND (link_display = '2' OR link_display = '0') LIMIT 18446744073709551615) AS temp_table ORDER BY sort_order ASC 0.0027 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 333 -> all_menu_data ↳lib/dbfunctions.php : 2326 -> MenuLinkMaster::getMenuLinkDescriptionWithCorporate ↳model/MenuLinkMaster.php : 227 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
22 . SELECT * FROM sidebar_management WHERE section_pages LIKE '%|product_list.php|%' AND corporate_id = 0 OR sidebar_id = '1' ORDER BY sidebar_id DESC LIMIT 1 OFFSET 0 0.0048 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 365 -> require_once ↳lib/twig.php : 57 -> get_sidebox_details ↳lib/dbfunctions.php : 649 -> SidebarManagementMaster::getSidebarManagement ↳model/SidebarManagementMaster.php : 85 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
23 . SELECT * FROM (SELECT side_menu_link. * FROM side_menu_link WHERE 1 AND corporate_id = 0 GROUP BY menu_title HAVING status = '1' AND menu_display IN ('0', '1') ORDER BY sortorder ASC, status ASC, menu_title ASC LIMIT 18446744073709551615 ) AS temp_table ORDER BY sortorder ASC, status ASC, menu_title ASC 0.0002 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 365 -> require_once ↳lib/twig.php : 57 -> get_sidebox_details ↳lib/dbfunctions.php : 672 -> SideMenuLinkMaster::getSideMenuLinkDescriptionWithCorporate ↳model/SideMenuLinkMaster.php : 133 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
24 1
. SELECT SQL_CALC_FOUND_ROWS * FROM corporate_user WHERE directory_name = 'product_list.html' 0.0002 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 365 -> require_once ↳lib/twig.php : 59 -> require_once ↳templates/include/css.php : 154 -> CorporateUserMaster::getCorporateUser ↳model/CorporateUserMaster.php : 81 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
25 . SELECT SQL_CALC_FOUND_ROWS cms_pages.page_name, cms_pages_description.page_heading, cms_pages_description.page_content, cms_pages.corporate_id FROM cms_pages LEFT JOIN cms_pages_description ON cms_pages_description.page_id = cms_pages.page_id WHERE cms_pages_description.site_language_id = 1 AND cms_pages.page_name IN ('cms_header', 'cms_middle_footer', 'cms_footer', 'contact_us_box', 'sidebar_content_left', 'sidebar_content_right', 'related_product_section_help', 'cms_social_media_links') AND cms_pages.status = '1' AND cms_pages.corporate_id = 0 ORDER BY corporate_id DESC 0.0003 sec
↳product_list.php : 13 -> require_once ↳lib/common.php : 365 -> require_once ↳lib/twig.php : 156 -> CmsPagesMaster::getCmsPagesDetails ↳model/CmsPagesMaster.php : 129 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
*******************************COMMON END*********************************
26 . SELECT count( products.products_id ) as total FROM products LEFT JOIN product_category ON product_category.category_id = products.category_id or (find_in_set(product_category.category_id,products.multiple_category) > 0 ) LEFT JOIN product_category_description ON product_category_description.category_id = product_category.category_id AND product_category_description.site_language_id = 1 LEFT JOIN products_description ON products_description.products_id = products.products_id WHERE products.visible = '1' AND products.products_id != -11 AND products.category_id != '' AND product_category.status = 1 AND products.predefined_product_type IN ('0', '11', '1', '3', '12') AND (products.user_type_id = '1' OR products.user_type_id = '0') AND products_description.site_language_id = 1 0.0016 sec
↳product_list.php : 134 -> ProductsMaster::get_product_details ↳model/ProductsMaster.php : 203 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
27 . SELECT products.*,products_description.*, product_category.category_id as category_id, product_category_description.category_name, product_category_description.description AS category_description, product_category_description.long_description AS category_long_description FROM products LEFT JOIN product_category ON product_category.category_id = products.category_id or (find_in_set(product_category.category_id,products.multiple_category) > 0 ) LEFT JOIN product_category_description ON product_category_description.category_id = product_category.category_id AND product_category_description.site_language_id = 1 LEFT JOIN products_description ON products_description.products_id = products.products_id WHERE products.visible = '1' AND products.products_id != -11 AND products.category_id != '' AND product_category.status = 1 AND products.predefined_product_type IN ('0', '11', '1', '3', '12') AND (products.user_type_id = '1' OR products.user_type_id = '0') AND products_description.site_language_id = 1 ORDER BY product_category.sort_order ASC, product_category.category_id ASC , products.sort_order ASC , products.products_id ASC LIMIT 12 OFFSET 0 0.0039 sec
↳product_list.php : 152 -> ProductsMaster::get_product_details ↳model/ProductsMaster.php : 203 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
Array
(
[twd] => Array
(
[titletag] =>Printing Services| Design. Create. Print | ABCPrint Room
[metatag] =>
[form] => Array
(
[fb_link] => https://www.facebook.com/dialog/oauth?client_id=207871080027786&redirect_uri=http%3A%2F%2Fabcimaging.dev.radixweb.net%2Fuser_registration.php&state=f58728cdeae9ef3298b25dc16ca25a0d&scope=email&return_url=http%3A%2F%2Fabcimaging.dev.radixweb.net%2Fuser_registration.php
[fb_button] => Facebook
)
[layout_style] => Array
(
[l1] => Array
(
[1] => Array
(
[6z] => Array
(
[0] => image-gallery
[tab-content] => Array
(
[tabs] => Array
(
[PRODUCT_INFO_DESCRIPTION] => product-description
[COMMON_PRICE_DETAILS] => price-list
[PRODUCT_TEMPLETES] => help-template
)
)
)
[6b] => Array
(
[0] => price-calculator
[action-buttons] => Array
(
[type] => horizontal-button
[popupoption] => yes
)
)
)
[2] => Array
(
[12i] => Array
(
[0] => product-extra-message
)
)
[3] => Array
(
[12o] => Array
(
[tab-content] => Array
(
[tabs] => Array
(
[RELATED_PRODUCTS] => product-related
[COMBO_DISCOUNT_PRODUCTS] => product-combo
)
)
)
)
[4] => Array
(
[12o] => Array
(
[0] => product-review
)
)
)
[l2] => Array
(
[1] => Array
(
[7] => Array
(
[0] => image-gallery
[1] => product-description
)
[5] => Array
(
[0] => price-calculator
)
)
[2] => Array
(
[7] => Array
(
[0] => price-list
)
[5] => Array
(
[action-buttons] => Array
(
[type] => vertical-button
)
)
)
[3] => Array
(
[7] => Array
(
[0] => help-template
)
[5] => Array
(
[0] => product-extra-message
)
)
[4] => Array
(
[12a] => Array
(
[0] => product-related
)
[12b] => Array
(
[0] => product-combo
)
[12c] => Array
(
[0] => product-review
)
)
)
[l3] => Array
(
[1] => Array
(
[12] => Array
(
[0] => product-extra-message
)
)
[2] => Array
(
[5] => Array
(
[0] => price-calculator
)
[7] => Array
(
[0] => image-gallery
[tab-content] => Array
(
[tabs] => Array
(
[PRODUCT_INFO_DESCRIPTION] => product-description
[COMMON_PRICE_DETAILS] => price-list
[PRODUCT_TEMPLETES] => help-template
)
)
)
)
[3] => Array
(
[12a] => Array
(
[action-buttons] => Array
(
[type] => horizontal-icon
)
)
[12b] => Array
(
[tab-content] => Array
(
[tabs] => Array
(
[RELATED_PRODUCTS] => product-related
[COMBO_DISCOUNT_PRODUCTS] => product-combo
)
)
)
[12c] => Array
(
[0] => product-review
)
)
)
[l4] => Array
(
[1] => Array
(
[6k] => Array
(
[0] => image-gallery
[1] => product-description
)
[6v] => Array
(
[tab-content] => Array
(
[tabs] => Array
(
[PRICE_CALCULATOR] => price-calculator
[COMMON_PRICE_DETAILS] => price-list
[PRODUCT_TEMPLETES] => help-template
)
)
[action-buttons] => Array
(
[type] => vertical-button
)
)
)
[2] => Array
(
[12l] => Array
(
[0] => product-extra-message
)
)
[3] => Array
(
[12h] => Array
(
[tab-content] => Array
(
[tabs] => Array
(
[RELATED_PRODUCTS] => product-related
[COMBO_DISCOUNT_PRODUCTS] => product-combo
)
)
)
)
[4] => Array
(
[12x] => Array
(
[0] => product-review
)
)
)
[l5] => Array
(
[1] => Array
(
[12] => Array
(
[0] => image-gallery
)
)
[2] => Array
(
[6a] => Array
(
[tab-content] => Array
(
[tabs] => Array
(
[PRODUCT_INFO_DESCRIPTION] => product-description
[COMMON_PRICE_DETAILS] => price-list
[PRODUCT_TEMPLETES] => help-template
)
)
)
[6b] => Array
(
[0] => price-calculator
)
)
[3] => Array
(
[12] => Array
(
[action-buttons] => Array
(
[type] => horizontal-icon
)
)
)
[4] => Array
(
[12a] => Array
(
[0] => product-extra-message
)
[12b] => Array
(
[tab-content] => Array
(
[tabs] => Array
(
[RELATED_PRODUCTS] => product-related
[COMBO_DISCOUNT_PRODUCTS] => product-combo
)
)
)
[12c] => Array
(
[0] => product-review
)
)
)
[l6] => Array
(
[1] => Array
(
[12] => Array
(
[tab-content] => Array
(
[tabs] => Array
(
[Gallery] => image-gallery
[PRODUCT_INFO_DESCRIPTION] => product-description
[PRICE_CALCULATOR] => price-calculator
[COMMON_PRICE_DETAILS] => price-list
[PRODUCT_TEMPLETES] => help-template
[PRODUCT EXTRA MESSAGE] => product-extra-message
)
)
)
)
[2] => Array
(
[12a] => Array
(
[action-buttons] => Array
(
[type] => horizontal-icon
)
)
[12b] => Array
(
[tab-content] => Array
(
[tabs] => Array
(
[RELATED_PRODUCTS] => product-related
[COMBO_DISCOUNT_PRODUCTS] => product-combo
)
)
)
[12c] => Array
(
[0] => product-review
)
)
)
[l7] => Array
(
[1] => Array
(
[12] => Array
(
[0] => product-description
)
)
[2] => Array
(
[6a] => Array
(
[0] => price-calculator
)
[6b] => Array
(
[action-buttons] => Array
(
[type] => vertical-icon
)
)
)
[3] => Array
(
[12a] => Array
(
[0] => product-extra-message
)
[12b] => Array
(
[tab-content] => Array
(
[tabs] => Array
(
[RELATED_PRODUCTS] => product-related
[COMBO_DISCOUNT_PRODUCTS] => product-combo
)
)
)
[12c] => Array
(
[0] => product-review
)
)
)
[predefined] => Array
(
[1] => Array
(
[6m] => Array
(
[0] => image-gallery
[1] => product-description
)
[6u] => Array
(
[0] => price-calculator
)
)
[2] => Array
(
[12f] => Array
(
[0] => login-form
)
)
[3] => Array
(
[12f] => Array
(
[0] => product-extra-message
)
)
[4] => Array
(
[12x] => Array
(
[0] => product-related
)
)
[5] => Array
(
[12a] => Array
(
[0] => product-review
)
)
[6] => Array
(
[12b] => Array
(
[0] => product-combo
)
)
)
[m1] => Array
(
[1] => Array
(
[12x] => Array
(
[0] => price-calculator
)
)
[2] => Array
(
[12p] => Array
(
[action-buttons] => Array
(
[type] => vertical-button
[popupoption] => no
)
)
)
[3] => Array
(
[12v] => Array
(
[0] => image-gallery
)
)
[4] => Array
(
[12o] => Array
(
[0] => product-description
)
)
)
[book] => Array
(
[1] => Array
(
[5k] => Array
(
[0] => image-gallery
)
[7b] => Array
(
[0] => product-description
)
)
[2] => Array
(
[12z] => Array
(
[0] => content-upload
)
)
[3] => Array
(
[12g] => Array
(
[action-buttons] => Array
(
[type] => horizontal-button
)
)
)
[4] => Array
(
[12y] => Array
(
[0] => price-calculator
)
)
[5] => Array
(
[12c] => Array
(
[0] => product-extra-message
)
)
[6] => Array
(
[12r] => Array
(
[0] => product-review
)
)
[7] => Array
(
[12a] => Array
(
[0] => login-form
)
)
[8] => Array
(
[12z] => Array
(
[tab-content] => Array
(
[tabs] => Array
(
[RELATED_PRODUCTS] => product-related
[COMBO_DISCOUNT_PRODUCTS] => product-combo
)
)
)
)
)
[photo-print] => Array
(
[1] => Array
(
[6x] => Array
(
[0] => product-description
)
[6v] => Array
(
[0] => price-calculator
)
)
[2] => Array
(
[12v] => Array
(
[action-buttons] => Array
(
[type] => horizontal-button
[popupoption] => no
)
)
)
)
[photobook] => Array
(
[1] => Array
(
[6o] => Array
(
[0] => image-gallery
)
[6h] => Array
(
[0] => product-description
)
)
[2] => Array
(
[12o] => Array
(
[0] => product-photobook-designs
)
)
)
[test] => Array
(
[1] => Array
(
[6q] => Array
(
[tab-content] => Array
(
[tabs] => Array
(
)
)
[0] => image-gallery
)
[6e] => Array
(
[0] => price-calculator
[action-buttons] => Array
(
[type] => vertical-button
[popupoption] => no
)
)
)
[2] => Array
(
[12b] => Array
(
[0] => product-extra-message
)
)
[3] => Array
(
[12c] => Array
(
[tab-content] => Array
(
[tabs] => Array
(
[RELATED_PRODUCTS] => product-related
[COMBO_DISCOUNT_PRODUCTS] => product-combo
)
)
)
)
[4] => Array
(
[12s] => Array
(
[0] => product-review
)
)
)
[test2] => Array
(
[1] => Array
(
[6y] => Array
(
[0] => image-gallery
)
[6n] => Array
(
[0] => price-calculator
)
)
[2] => Array
(
[6p] => Array
(
[tab-content] => Array
(
[tabs] => Array
(
[COMMON_PRICE_DETAILS] => price-list
[RELATED_PRODUCTS] => product-related
[COMBO_DISCOUNT_PRODUCTS] => product-combo
)
)
)
[6n] => Array
(
[action-buttons] => Array
(
[type] => vertical-button
[popupoption] => no
)
)
)
[3] => Array
(
[12p] => Array
(
[0] => product-extra-message
)
)
[4] => Array
(
[12k] => Array
(
[0] => product-description
)
)
[5] => Array
(
[12q] => Array
(
[tab-content] => Array
(
[tabs] => Array
(
[PRODUCT_INFO_TEMPLATES] => product-templates
)
)
)
)
[6] => Array
(
[12d] => Array
(
[0] => product-review
)
)
)
[Bryan-11/29/18] => Array
(
[1] => Array
(
[6u] => Array
(
[0] => image-gallery
)
[6q] => Array
(
[0] => product-description
)
)
[2] => Array
(
[6w] => Array
(
[0] => price-list
)
[6n] => Array
(
[action-buttons] => Array
(
[type] => vertical-button
[popupoption] => no
)
)
)
[3] => Array
(
[12m] => Array
(
[0] => product-templates
)
)
)
[kitproduct] => Array
(
[0] => Array
(
[12] => Array
(
[0] => image-gallery
[1] => product-description
[2] => price-calculator
)
)
)
)
[arr_side_boxes] => Array
(
[page_sidebox_detail] => RDataRecord Object
(
[_Data:protected] => Array
(
[sidebar_id] => 3
[section_name] => Products
[section_pages] => |product_list.php|product_info.php|product_category_info.php|product_prices.php|product_design_upload.php|product_matching_designs.php|
[leftbox] => false
[rightbox] => false
[hide_left_sidebox] =>
[hide_right_sidebox] =>
[master_sidebar_id] => 0
[corporate_id] => 0
)
[_IteratorKeys:protected] => Array
(
[0] => sidebar_id
[1] => section_name
[2] => section_pages
[3] => leftbox
[4] => rightbox
[5] => hide_left_sidebox
[6] => hide_right_sidebox
[7] => master_sidebar_id
[8] => corporate_id
)
)
[rightbox] => Array
(
[0] => Array
(
[function_name] => contact_us_sidemenu_box
)
[1] => Array
(
[function_name] => get_subscriber
)
[2] => Array
(
[function_name] => get_testimonials
)
)
[leftbox] => Array
(
[0] => Array
(
[function_name] => get_product_listing
)
[1] => Array
(
[function_name] => get_user_unsaved_template_block
)
[2] => Array
(
[function_name] => user_login
)
)
)
[arr_header_main_css] => Array
(
[0] => http://abcimaging.dev.radixweb.net/thirdparty/bootstrap/css/bootstrap.css
[1] => http://abcimaging.dev.radixweb.net/thirdparty/bootstrap/css/bootstrap-plugins.css
[2] => http://abcimaging.dev.radixweb.net/thirdparty/css/font-awesome.css
[3] => http://abcimaging.dev.radixweb.net/thirdparty/fancybox/css/jquery.fancybox.css
[4] => http://abcimaging.dev.radixweb.net/thirdparty/fancybox/helpers/jquery.fancybox-thumbs.css
[5] => http://abcimaging.dev.radixweb.net/thirdparty/css/icomoon.css
[6] => http://abcimaging.dev.radixweb.net/templates/css/loader.css
[7] => http://abcimaging.dev.radixweb.net/templates/css/common.css
[8] => http://abcimaging.dev.radixweb.net/templates/css/badge.css
[9] => http://abcimaging.dev.radixweb.net/thirdparty/slick/css/slick-theme.css
[10] => http://abcimaging.dev.radixweb.net/thirdparty/slick/css/slick.css
[11] => http://abcimaging.dev.radixweb.net/thirdparty/flipbook/css/flipbook.style.css
[12] => http://abcimaging.dev.radixweb.net/templates/css/breadcrumbs.css
[13] => http://abcimaging.dev.radixweb.net/templates/css/promotional_message.css
[14] => http://abcimaging.dev.radixweb.net/themes/abcimaging/css/theme.css
[15] => http://abcimaging.dev.radixweb.net/images/custom_css/abcimaging.css
)
[arr_main_css] => Array
(
)
[arr_main_js] => Array
(
[0] => common_js.php
[1] => http://abcimaging.dev.radixweb.net/thirdparty/js/jquery.js
[2] => http://abcimaging.dev.radixweb.net/thirdparty/js/jquery-ui.js
[3] => http://abcimaging.dev.radixweb.net/thirdparty/bootstrap/js/bootstrap.js
[4] => http://abcimaging.dev.radixweb.net/thirdparty/bootstrap/js/bootstrap-plugins.js
[5] => http://abcimaging.dev.radixweb.net/thirdparty/js/jquery.validate.js
[6] => http://abcimaging.dev.radixweb.net/thirdparty/js/jquery.validate.methods.js
[7] => http://abcimaging.dev.radixweb.net/thirdparty/js/jquery.bootstrap-growl.js
[8] => http://abcimaging.dev.radixweb.net/thirdparty/js/handlebars.js
[9] => http://abcimaging.dev.radixweb.net/thirdparty/js/typeahead.js
[10] => http://abcimaging.dev.radixweb.net/thirdparty/js/holder.js
[11] => http://abcimaging.dev.radixweb.net/thirdparty/js/jquery.touchSwipe.min.js
[12] => http://abcimaging.dev.radixweb.net/thirdparty/fancybox/js/jquery.fancybox.js
[13] => http://abcimaging.dev.radixweb.net/thirdparty/js/jquery.cookie.js
[14] => http://abcimaging.dev.radixweb.net/thirdparty/js/fileuploader.js
[15] => http://abcimaging.dev.radixweb.net/thirdparty/js/number-functions.js
[16] => http://abcimaging.dev.radixweb.net/thirdparty/js/dompurify.min.js
[17] => http://abcimaging.dev.radixweb.net/thirdparty/js/bootbox.js
[18] => http://abcimaging.dev.radixweb.net/templates/js/jquery.validate.bootstrap.js
[19] => http://abcimaging.dev.radixweb.net/templates/js/common.js
[20] => http://abcimaging.dev.radixweb.net/templates/js/common_seo.js
[21] => http://abcimaging.dev.radixweb.net/templates/js/cookiewarning.js
[22] => http://abcimaging.dev.radixweb.net/thirdparty/slick/js/slick.js
[23] => http://abcimaging.dev.radixweb.net/thirdparty/flipbook/js/flipbook.min.js
[24] => http://abcimaging.dev.radixweb.net/templates/js/promotional_message.js
[25] => /themes/abcimaging/js/theme.js
)
[show_leftbox] => false
[show_rightbox] => false
[show_left_panel] =>
[show_right_panel] =>
[col] => Array
(
[left] => Array
(
[0] => 12
[1] => 4
[2] => 3
[3] => 3
)
[middle] => Array
(
[0] => 12
[1] => 12
[2] => 12
[3] => 12
)
[right] => Array
(
[0] => 12
[1] => 12
[2] => 3
[3] => 3
)
)
[class] => Array
(
[left] => col-xs-12 col-sm-4 col-md-3 col-lg-3
[middle] => col-xs-12 col-sm-12 col-md-12 col-lg-12
[right] => col-xs-12 col-sm-12 col-md-3 col-lg-3
[right_box] => col-xs-12 col-sm-6 col-md-12 col-lg-12
)
[cms] => Array
(
[contact_us_box] =>
ABC PrintRoom 5290 Shawnee Road, Suite 300
Alexandria, VA 22312 - United States
Phone : 202.559.7454customerservice@abcprintroom.com
[cms_header] =>
Welcome to ABC PrintRoom! Your one stop print source for any occasion. Popular Products Start your print project today. Upload your own files or choose from our 3,500 customizable design templates.
[cms_footer] =>
[cms_middle_footer] =>
Weddings Family Albums Look Books Portfolios
Sign up for savings, join our eNewsletter
Watch Online Design Tool Video VIDEO
[related_product_section_help] =>
You might also like to view our other products...
)
[SITE_VAR_PRODUCT_NO_IMAGE] =>
[SITE_VAR_DISPLAY_PRODUCT_CATEGORY_SUBOPTION] => %s
(%s)
[SITE_VAR_CART_AGREE_CHECKBOX] => product_add_info
[SITE_VAR_PREDEFINED_PRODUCT_CHECKBOX] =>
[payonMethodIDs] => [22]
[product_list] => Array
(
[0] => Array
(
[imagename] => canvas_386_04450023201811.jpg
[description] =>
Transform Your Walls Instantly
Bring your rooms to life with custom Canvas Photo Prints.
[title] => Canvas Prints
[id] => 97
[category_name] => Specialty Products
[category_description] =>
[category_long_description] =>
Brilliant marketing ideas deserve to be presented beautifully. Easily design your advertising and marketing material that are sure to impresses your audience.
[category_id] => 10
[url] => http://abcimaging.dev.radixweb.net/product_info.php?pid=97
)
[1] => Array
(
[imagename] => square-magnets_thumb.jpg
[description] =>
Creative Square Magnets.
Square Magnets with die cut in varity of shapes,styles and sizes with rounded corner. We provide state of the art, useful high end Business Card Magnets .
[title] => Square Magnets
[id] => 68
[category_name] => Specialty Products
[category_description] =>
[category_long_description] =>
Brilliant marketing ideas deserve to be presented beautifully. Easily design your advertising and marketing material that are sure to impresses your audience.
[category_id] => 10
[url] => http://abcimaging.dev.radixweb.net/product_info.php?pid=68
)
[2] => Array
(
[imagename] => custom-shape-magnet_thumb.jpg
[description] =>
Attract your customers to your brand and business
Custom magnet designs that attract your customers to your brand and business
[title] => Custom Shape Magnet
[id] => 67
[category_name] => Specialty Products
[category_description] =>
[category_long_description] =>
Brilliant marketing ideas deserve to be presented beautifully. Easily design your advertising and marketing material that are sure to impresses your audience.
[category_id] => 10
[url] => http://abcimaging.dev.radixweb.net/product_info.php?pid=67
)
[3] => Array
(
[imagename] =>
[description] =>
[title] => Test Photoprint Product
[id] => 2001
[category_name] => Photo Books
[category_description] =>
[category_long_description] =>
[category_id] => 8
[url] => http://abcimaging.dev.radixweb.net/product_info.php?pid=2001
)
[4] => Array
(
[imagename] => 01_pic_8x8.png
[description] =>
Give the gift of joy this holiday season with a custom made photobook. Capture life's magical moments and share the good memories with your family and friends. Great for your day trip photos, wedding photos, or as a photo gift book.
[title] => Photo Book (8x8)
[id] => 96
[category_name] => Photo Books
[category_description] =>
[category_long_description] =>
[category_id] => 8
[url] => http://abcimaging.dev.radixweb.net/product_info.php?pid=96
)
[5] => Array
(
[imagename] => 01_pic_12x12.png
[description] =>
Give the gift of joy this holiday season with a custom made photobook. Capture life's magical moments and share the good memories with your family and friends. Great for your day trip photos, wedding photos, or as a photo gift book.
[title] => Photo Book (12x12)
[id] => 95
[category_name] => Photo Books
[category_description] =>
[category_long_description] =>
[category_id] => 8
[url] => http://abcimaging.dev.radixweb.net/product_info.php?pid=95
)
[6] => Array
(
[imagename] => 01_pic_port.png
[description] =>
Give the gift of joy this holiday season with a custom made photobook. Capture life's magical moments and share the good memories with your family and friends. Great for your day trip photos, wedding photos, or as a photo gift book.
[title] => Photo Book (Portrait)
[id] => 94
[category_name] => Photo Books
[category_description] =>
[category_long_description] =>
[category_id] => 8
[url] => http://abcimaging.dev.radixweb.net/product_info.php?pid=94
)
[7] => Array
(
[imagename] => 01_pic_photo_land.jpg
[description] =>
Give the gift of joy this holiday season with a custom made photobook. Capture life's magical moments and share the good memories with your family and friends. Great for your day trip photos, wedding photos, or as a photo gift book.
[title] => Photo Book (Landscape)
[id] => 2000
[category_name] => Photo Books
[category_description] =>
[category_long_description] =>
[category_id] => 8
[url] => http://abcimaging.dev.radixweb.net/product_info.php?pid=2000
)
[8] => Array
(
[imagename] => pic_postcards.jpg
[description] =>
Picturesque Postcards for Mass Marketing
Provide personal flavor to mass marketing efforts.
[title] => Postcards
[id] => 4
[category_name] => Marketing Materials
[category_description] =>
Brilliant marketing ideas deserve to be presented beautifully. Easily design your advertising and marketing material that are sure to impresses your audience.
[category_long_description] =>
Brilliant marketing ideas deserve to be presented beautifully. Easily design your advertising and marketing material that are sure to impresses your audience.
[category_id] => 3
[url] => http://abcimaging.dev.radixweb.net/product_info.php?pid=4
)
[9] => Array
(
[imagename] => banner_thumb.jpg
[description] =>
Our Vinly Banners are Made to Promote Your Business.
This is a banner printed on 13oz scrim banner.This is a banner printed on 13oz scrim banner
[title] => Banners
[id] => 23
[category_name] => Marketing Materials
[category_description] =>
Brilliant marketing ideas deserve to be presented beautifully. Easily design your advertising and marketing material that are sure to impresses your audience.
[category_long_description] =>
Brilliant marketing ideas deserve to be presented beautifully. Easily design your advertising and marketing material that are sure to impresses your audience.
[category_id] => 3
[url] => http://abcimaging.dev.radixweb.net/product_info.php?pid=23
)
[10] => Array
(
[imagename] => yard-sign-banners_thumb.jpg
[description] =>
Promote Your Business With Yard Banners
Our Yard Banners are Made to Last and are a
Great Way to Promote Your Business.
[title] => Yard Sign Banners
[id] => 66
[category_name] => Marketing Materials
[category_description] =>
Brilliant marketing ideas deserve to be presented beautifully. Easily design your advertising and marketing material that are sure to impresses your audience.
[category_long_description] =>
Brilliant marketing ideas deserve to be presented beautifully. Easily design your advertising and marketing material that are sure to impresses your audience.
[category_id] => 3
[url] => http://abcimaging.dev.radixweb.net/product_info.php?pid=66
)
[11] => Array
(
[imagename] => catalogs-both-side_thumb.jpg
[description] =>
Enhance awareness by promoting business stuff via catalog
Catalogs help you put out the information about your products and services. They help you increase customer interest.
[title] => Catalogs Both Side
[id] => 22
[category_name] => Marketing Materials
[category_description] =>
Brilliant marketing ideas deserve to be presented beautifully. Easily design your advertising and marketing material that are sure to impresses your audience.
[category_long_description] =>
Brilliant marketing ideas deserve to be presented beautifully. Easily design your advertising and marketing material that are sure to impresses your audience.
[category_id] => 3
[url] => http://abcimaging.dev.radixweb.net/product_info.php?pid=22
)
)
[userTypeId] => 1
[corporateId] => 0
[Pagging] =>
[show_seo_links] => yes
[total_records] => 21
)
)
*******************************Render TPL Start*********************************
28 7
. SELECT * FROM website_logos WHERE corporate_id = 0 0.0001 sec
↳product_list.php : 248 -> Twig_Environment::render (mainpage.tpl ) ↳lib/Twig/vendor/twig/twig/lib/Twig/Environment.php : 299 -> Twig_Template::render ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 375 -> Twig_Template::display ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 367 -> Twig_Template::displayWithErrorHandling ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 390 -> __TwigTemplate_e3fc2a30b9d5147cc2937ed339825a0984e0066377f5382a17e10e66cac46373::doDisplay ↳cache/04/041abb2885506b2e799d089ceb6e61faabdda654cabbe4b7580abccd7cfcc155.php : 43 -> addCSS_header ↳templates/include/css.php : 195 -> getWebSiteLogos ↳lib/functions.php : 4236 -> WebSiteLogoMaster::getWebSiteLogo ↳model/WebSiteLogoMaster.php : 86 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
Render > header_toplinks.block Array
(
[twd] => Array
(
[cnt] => 0
[menus] => Array
(
[0] => RDataRecord Object
(
[_Data:protected] => Array
(
[menu_id] => 64
[menu_link] => cms.php?page=contact_us
[menu_target] => _self
[menu_position] => topheader
[link_display] => 2
[menu_option] => 0
[status] => 1
[sort_order] => 0
[menu_link_category] => 1
[link_type_id] => 10
[master_menu_id] => 0
[corporate_id] => 0
[menu_title] => 202.559.7454
[menu_image] =>
[site_language_id] => 1
)
[_IteratorKeys:protected] => Array
(
[0] => menu_id
[1] => menu_link
[2] => menu_target
[3] => menu_position
[4] => link_display
[5] => menu_option
[6] => status
[7] => sort_order
[8] => menu_link_category
[9] => link_type_id
[10] => master_menu_id
[11] => corporate_id
[12] => menu_title
[13] => menu_image
[14] => site_language_id
)
)
[1] => RDataRecord Object
(
[_Data:protected] => Array
(
[menu_id] => 7
[menu_link] => user_account.php
[menu_target] => _self
[menu_position] => topheader
[link_display] => 0
[menu_option] => 2
[status] => 1
[sort_order] => 1
[menu_link_category] => 4
[link_type_id] => 36
[master_menu_id] => 0
[corporate_id] => 0
[menu_title] => Login / Register
[menu_image] => fa-user
[site_language_id] => 1
)
[_IteratorKeys:protected] => Array
(
[0] => menu_id
[1] => menu_link
[2] => menu_target
[3] => menu_position
[4] => link_display
[5] => menu_option
[6] => status
[7] => sort_order
[8] => menu_link_category
[9] => link_type_id
[10] => master_menu_id
[11] => corporate_id
[12] => menu_title
[13] => menu_image
[14] => site_language_id
)
)
[2] => RDataRecord Object
(
[_Data:protected] => Array
(
[menu_id] => 37
[menu_link] => express_checkout_payment.php
[menu_target] => _self
[menu_position] => topheader
[link_display] => 2
[menu_option] => 2
[status] => 1
[sort_order] => 8
[menu_link_category] => 0
[link_type_id] => 0
[master_menu_id] => 0
[corporate_id] => 0
[menu_title] => Shopping Cart
[menu_image] => fa-shopping-cart
[site_language_id] => 1
)
[_IteratorKeys:protected] => Array
(
[0] => menu_id
[1] => menu_link
[2] => menu_target
[3] => menu_position
[4] => link_display
[5] => menu_option
[6] => status
[7] => sort_order
[8] => menu_link_category
[9] => link_type_id
[10] => master_menu_id
[11] => corporate_id
[12] => menu_title
[13] => menu_image
[14] => site_language_id
)
)
)
[arr_myaccount_menu_link] => Array
(
[0] => user_account.php
[1] => user_order.php
[3] => user_portfolio.php
[4] => quote.php
[5] => user_order_inventory.php
[7] => user_reward.php
[8] => user_images.php
[9] => user_qrcode_list.php
[10] => user_address.php
[11] => user_profile.php
[12] => user_store_profile.php
[13] => sales_order_report.php
[14] => user_changepassword.php
)
[form] => Array
(
[fb_button] => Facebook
[fb_link] => https://www.facebook.com/dialog/oauth?client_id=207871080027786&redirect_uri=http%3A%2F%2Fabcimaging.dev.radixweb.net%2Fuser_registration.php&state=f58728cdeae9ef3298b25dc16ca25a0d&scope=email&return_url=http%3A%2F%2Fabcimaging.dev.radixweb.net%2Fuser_registration.php
)
[SITE_VAR_DESIGNER_MODULE_ENABLE] => 0
[SITE_VAR_USERNAME_LOGIN] => N
[SITE_VAR_CORPORATE_URL_TYPE] =>
)
)
29 . SELECT * FROM site_language WHERE status = '1' 0.003 sec
↳product_list.php : 248 -> Twig_Environment::render (mainpage.tpl ) ↳lib/Twig/vendor/twig/twig/lib/Twig/Environment.php : 299 -> Twig_Template::render ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 375 -> Twig_Template::display ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 367 -> Twig_Template::displayWithErrorHandling ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 390 -> __TwigTemplate_e3fc2a30b9d5147cc2937ed339825a0984e0066377f5382a17e10e66cac46373::doDisplay ↳cache/04/041abb2885506b2e799d089ceb6e61faabdda654cabbe4b7580abccd7cfcc155.php : 62 -> Twig_Template::display ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 367 -> Twig_Template::displayWithErrorHandling ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 390 -> __TwigTemplate_e6ca294b13073523607bc614712e3c693505b47075fbb5df353367b28618a872::doDisplay ↳cache/2e/2e77a97c7542d0552df6b7b3b4daf7a775ca79eaddfdd19b63d650b551b2d26a.php : 53 -> get_active_language ↳templates/include/twig_functions.php : 293 -> SiteLanguageMaster::getSiteLanguage ↳model/SiteLanguageMaster.php : 52 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
Render > header_menu.block Array
(
[twd] => Array
(
[cnt] => 0
[menus] => Array
(
[0] => RDataRecord Object
(
[_Data:protected] => Array
(
[menu_id] => 2
[menu_link] => product_list.php
[menu_target] => _self
[menu_position] => header
[link_display] => 2
[menu_option] => 2
[status] => 1
[sort_order] => 0
[menu_link_category] => 6
[link_type_id] => 0
[master_menu_id] => 0
[corporate_id] => 0
[menu_title] => Products
[menu_image] => fa-list
[site_language_id] => 1
)
[_IteratorKeys:protected] => Array
(
[0] => menu_id
[1] => menu_link
[2] => menu_target
[3] => menu_position
[4] => link_display
[5] => menu_option
[6] => status
[7] => sort_order
[8] => menu_link_category
[9] => link_type_id
[10] => master_menu_id
[11] => corporate_id
[12] => menu_title
[13] => menu_image
[14] => site_language_id
)
)
[1] => RDataRecord Object
(
[_Data:protected] => Array
(
[menu_id] => 70
[menu_link] => cms.php?page=photobooks
[menu_target] => _self
[menu_position] => header
[link_display] => 2
[menu_option] => 0
[status] => 1
[sort_order] => 1
[menu_link_category] => 1
[link_type_id] => 99
[master_menu_id] => 0
[corporate_id] => 0
[menu_title] => photo books
[menu_image] =>
[site_language_id] => 1
)
[_IteratorKeys:protected] => Array
(
[0] => menu_id
[1] => menu_link
[2] => menu_target
[3] => menu_position
[4] => link_display
[5] => menu_option
[6] => status
[7] => sort_order
[8] => menu_link_category
[9] => link_type_id
[10] => master_menu_id
[11] => corporate_id
[12] => menu_title
[13] => menu_image
[14] => site_language_id
)
)
[2] => RDataRecord Object
(
[_Data:protected] => Array
(
[menu_id] => 69
[menu_link] => cms.php?page=calendar
[menu_target] => _self
[menu_position] => header
[link_display] => 2
[menu_option] => 0
[status] => 1
[sort_order] => 2
[menu_link_category] => 1
[link_type_id] => 97
[master_menu_id] => 0
[corporate_id] => 0
[menu_title] => calendars
[menu_image] =>
[site_language_id] => 1
)
[_IteratorKeys:protected] => Array
(
[0] => menu_id
[1] => menu_link
[2] => menu_target
[3] => menu_position
[4] => link_display
[5] => menu_option
[6] => status
[7] => sort_order
[8] => menu_link_category
[9] => link_type_id
[10] => master_menu_id
[11] => corporate_id
[12] => menu_title
[13] => menu_image
[14] => site_language_id
)
)
[3] => RDataRecord Object
(
[_Data:protected] => Array
(
[menu_id] => 3
[menu_link] => product_prices.php
[menu_target] => _self
[menu_position] => header
[link_display] => 2
[menu_option] => 0
[status] => 1
[sort_order] => 3
[menu_link_category] => 2
[link_type_id] => 0
[master_menu_id] => 0
[corporate_id] => 0
[menu_title] => Pricing
[menu_image] =>
[site_language_id] => 1
)
[_IteratorKeys:protected] => Array
(
[0] => menu_id
[1] => menu_link
[2] => menu_target
[3] => menu_position
[4] => link_display
[5] => menu_option
[6] => status
[7] => sort_order
[8] => menu_link_category
[9] => link_type_id
[10] => master_menu_id
[11] => corporate_id
[12] => menu_title
[13] => menu_image
[14] => site_language_id
)
)
[4] => RDataRecord Object
(
[_Data:protected] => Array
(
[menu_id] => 44
[menu_link] => cms.php?page=contact_us
[menu_target] => _self
[menu_position] => header
[link_display] => 2
[menu_option] => 0
[status] => 1
[sort_order] => 5
[menu_link_category] => 1
[link_type_id] => 10
[master_menu_id] => 0
[corporate_id] => 0
[menu_title] => Contact us
[menu_image] => fa-envelope-o
[site_language_id] => 1
)
[_IteratorKeys:protected] => Array
(
[0] => menu_id
[1] => menu_link
[2] => menu_target
[3] => menu_position
[4] => link_display
[5] => menu_option
[6] => status
[7] => sort_order
[8] => menu_link_category
[9] => link_type_id
[10] => master_menu_id
[11] => corporate_id
[12] => menu_title
[13] => menu_image
[14] => site_language_id
)
)
)
[arr_myaccount_menu_link] => Array
(
[0] => user_account.php
[1] => user_order.php
[3] => user_portfolio.php
[4] => quote.php
[5] => user_order_inventory.php
[7] => user_reward.php
[8] => user_images.php
[9] => user_qrcode_list.php
[10] => user_address.php
[11] => user_profile.php
[12] => user_store_profile.php
[13] => sales_order_report.php
[14] => user_changepassword.php
)
[form] => Array
(
[fb_button] => Facebook
[fb_link] => https://www.facebook.com/dialog/oauth?client_id=207871080027786&redirect_uri=http%3A%2F%2Fabcimaging.dev.radixweb.net%2Fuser_registration.php&state=f58728cdeae9ef3298b25dc16ca25a0d&scope=email&return_url=http%3A%2F%2Fabcimaging.dev.radixweb.net%2Fuser_registration.php
)
[SITE_VAR_DESIGNER_MODULE_ENABLE] => 0
[group_category] => Array
(
[-1] => Array
(
[group_name] =>
[group_enable] =>
[group_pro_text] =>
[groups] => Array
(
[10] => Array
(
[category_name] => Specialty Products
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[97] => Array
(
[pname] => Canvas Prints
[pro_enable] => no
[pro_title] =>
[product_url] => canvasprints
)
[68] => Array
(
[pname] => Square Magnets
[pro_enable] =>
[pro_title] =>
[product_url] => square-magnets
)
[67] => Array
(
[pname] => Custom Shape Magnet
[pro_enable] =>
[pro_title] =>
[product_url] => custom-shape-magnet
)
)
)
[8] => Array
(
[category_name] => Photo Books
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[2001] => Array
(
[pname] => Test Photoprint Product
[pro_enable] =>
[pro_title] =>
[product_url] => test-photoprint-product
)
[96] => Array
(
[pname] => Photo Book (8x8)
[pro_enable] =>
[pro_title] =>
[product_url] => square-photo-book-8x8-inch
)
[95] => Array
(
[pname] => Photo Book (12x12)
[pro_enable] =>
[pro_title] =>
[product_url] => square-photo-book-12x12-inch
)
[94] => Array
(
[pname] => Photo Book (Portrait)
[pro_enable] =>
[pro_title] =>
[product_url] => photobook-portrait
)
[2000] => Array
(
[pname] => Photo Book (Landscape)
[pro_enable] =>
[pro_title] =>
[product_url] => photobook-landscape
)
)
)
[3] => Array
(
[category_name] => Marketing Materials
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[23] => Array
(
[pname] => Banners
[pro_enable] =>
[pro_title] =>
[product_url] => banners
)
[4] => Array
(
[pname] => Postcards
[pro_enable] =>
[pro_title] =>
[product_url] => postcards
)
[66] => Array
(
[pname] => Yard Sign Banners
[pro_enable] =>
[pro_title] =>
[product_url] => yard-sign-banners
)
[82] => Array
(
[pname] => Car Door Magnets
[pro_enable] =>
[pro_title] =>
[product_url] => car-door-magnets
)
[22] => Array
(
[pname] => Catalogs Both Side
[pro_enable] =>
[pro_title] =>
[product_url] => catalogs-both-side
)
[26] => Array
(
[pname] => Door Hangers Two Side
[pro_enable] =>
[pro_title] =>
[product_url] => door-hangers-two-side
)
[7] => Array
(
[pname] => Brochures
[pro_enable] =>
[pro_title] =>
[product_url] => brochures
)
[2] => Array
(
[pname] => Flyers One Side
[pro_enable] =>
[pro_title] =>
[product_url] => flyers-one-side
)
)
)
[11] => Array
(
[category_name] => Posters, Banners & Signs
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[24] => Array
(
[pname] => Posters
[pro_enable] => no
[pro_title] =>
[product_url] => posters
)
)
)
[2] => Array
(
[category_name] => Business Stationary
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[5] => Array
(
[pname] => Envelopes
[pro_enable] =>
[pro_title] =>
[product_url] => envelopes
)
[20] => Array
(
[pname] => Greeting Cards
[pro_enable] =>
[pro_title] =>
[product_url] => greeting-cards
)
[3] => Array
(
[pname] => Letterhead
[pro_enable] =>
[pro_title] =>
[product_url] => letterhead
)
)
)
)
)
)
[kit_data] => Array
(
[0] => Array
(
[imagename] =>
[description] =>
[title] => Test kit product
[id] => 1
[url] => http://abcimaging.dev.radixweb.net/product_kit_info.php?kid=1
)
)
[SITE_VAR_USERNAME_LOGIN] => N
[SITE_VAR_CORPORATE_URL_TYPE] =>
)
)
Render > product_category_group.block Array
(
[twd] => Array
(
[product_count] => 20
[FArray] => Array
(
[0] => product_info.php
[1] => product_design_upload.php
[2] => product_designs.php
[3] => corporate_products.php
)
[productCategoryDetails] => Array
(
[0] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 10
[product_url] => canvasprints
[category_id] => 10
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Specialty Products
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 97
[predefined_product_type] => 0
[products_title] => Canvas Prints
[product_promotional_text] =>
[setting_constant_name] => PRODUCT_PROMOTION_IN_TITLE
[setting_value] => no
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[1] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 10
[product_url] => square-magnets
[category_id] => 10
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Specialty Products
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 68
[predefined_product_type] => 0
[products_title] => Square Magnets
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[2] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 10
[product_url] => custom-shape-magnet
[category_id] => 10
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Specialty Products
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 67
[predefined_product_type] => 0
[products_title] => Custom Shape Magnet
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[3] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 8
[product_url] => test-photoprint-product
[category_id] => 8
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Photo Books
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 2001
[predefined_product_type] => 12
[products_title] => Test Photoprint Product
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[4] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 8
[product_url] => square-photo-book-8x8-inch
[category_id] => 8
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Photo Books
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 96
[predefined_product_type] => 3
[products_title] => Photo Book (8x8)
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[5] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 8
[product_url] => square-photo-book-12x12-inch
[category_id] => 8
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Photo Books
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 95
[predefined_product_type] => 3
[products_title] => Photo Book (12x12)
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[6] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 8
[product_url] => photobook-portrait
[category_id] => 8
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Photo Books
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 94
[predefined_product_type] => 3
[products_title] => Photo Book (Portrait)
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[7] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 8
[product_url] => photobook-landscape
[category_id] => 8
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Photo Books
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 2000
[predefined_product_type] => 3
[products_title] => Photo Book (Landscape)
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[8] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => banners
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 23
[predefined_product_type] => 0
[products_title] => Banners
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[9] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => postcards
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 4
[predefined_product_type] => 0
[products_title] => Postcards
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[10] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => yard-sign-banners
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 66
[predefined_product_type] => 0
[products_title] => Yard Sign Banners
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[11] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => car-door-magnets
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 82
[predefined_product_type] => 0
[products_title] => Car Door Magnets
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[12] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => catalogs-both-side
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 22
[predefined_product_type] => 0
[products_title] => Catalogs Both Side
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[13] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => door-hangers-two-side
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 26
[predefined_product_type] => 0
[products_title] => Door Hangers Two Side
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[14] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => brochures
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 7
[predefined_product_type] => 0
[products_title] => Brochures
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[15] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => flyers-one-side
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 2
[predefined_product_type] => 0
[products_title] => Flyers One Side
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[16] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 11
[product_url] => posters
[category_id] => 11
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Posters, Banners & Signs
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 24
[predefined_product_type] => 0
[products_title] => Posters
[product_promotional_text] =>
[setting_constant_name] => PRODUCT_PROMOTION_IN_TITLE
[setting_value] => no
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[17] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 2
[product_url] => envelopes
[category_id] => 2
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Business Stationary
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 5
[predefined_product_type] => 0
[products_title] => Envelopes
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[18] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 2
[product_url] => greeting-cards
[category_id] => 2
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Business Stationary
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 20
[predefined_product_type] => 0
[products_title] => Greeting Cards
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[19] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 2
[product_url] => letterhead
[category_id] => 2
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Business Stationary
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 3
[predefined_product_type] => 0
[products_title] => Letterhead
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
)
[CATEGORY_LAYOUT_ENABLED] => toggle
[category_product] => Array
(
[10] => Array
(
[category_name] => Specialty Products
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[97] => Array
(
[pname] => Canvas Prints
[pro_enable] => no
[pro_title] =>
[cat_id] => 10
[product_url] => canvasprints
)
[68] => Array
(
[pname] => Square Magnets
[pro_enable] =>
[pro_title] =>
[cat_id] => 10
[product_url] => square-magnets
)
[67] => Array
(
[pname] => Custom Shape Magnet
[pro_enable] =>
[pro_title] =>
[cat_id] => 10
[product_url] => custom-shape-magnet
)
)
)
[8] => Array
(
[category_name] => Photo Books
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[2001] => Array
(
[pname] => Test Photoprint Product
[pro_enable] =>
[pro_title] =>
[cat_id] => 8
[product_url] => test-photoprint-product
)
[96] => Array
(
[pname] => Photo Book (8x8)
[pro_enable] =>
[pro_title] =>
[cat_id] => 8
[product_url] => square-photo-book-8x8-inch
)
[95] => Array
(
[pname] => Photo Book (12x12)
[pro_enable] =>
[pro_title] =>
[cat_id] => 8
[product_url] => square-photo-book-12x12-inch
)
[94] => Array
(
[pname] => Photo Book (Portrait)
[pro_enable] =>
[pro_title] =>
[cat_id] => 8
[product_url] => photobook-portrait
)
[2000] => Array
(
[pname] => Photo Book (Landscape)
[pro_enable] =>
[pro_title] =>
[cat_id] => 8
[product_url] => photobook-landscape
)
)
)
[3] => Array
(
[category_name] => Marketing Materials
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[23] => Array
(
[pname] => Banners
[pro_enable] =>
[pro_title] =>
[cat_id] => 3
[product_url] => banners
)
[4] => Array
(
[pname] => Postcards
[pro_enable] =>
[pro_title] =>
[cat_id] => 3
[product_url] => postcards
)
[66] => Array
(
[pname] => Yard Sign Banners
[pro_enable] =>
[pro_title] =>
[cat_id] => 3
[product_url] => yard-sign-banners
)
[82] => Array
(
[pname] => Car Door Magnets
[pro_enable] =>
[pro_title] =>
[cat_id] => 3
[product_url] => car-door-magnets
)
[22] => Array
(
[pname] => Catalogs Both Side
[pro_enable] =>
[pro_title] =>
[cat_id] => 3
[product_url] => catalogs-both-side
)
[26] => Array
(
[pname] => Door Hangers Two Side
[pro_enable] =>
[pro_title] =>
[cat_id] => 3
[product_url] => door-hangers-two-side
)
[7] => Array
(
[pname] => Brochures
[pro_enable] =>
[pro_title] =>
[cat_id] => 3
[product_url] => brochures
)
[2] => Array
(
[pname] => Flyers One Side
[pro_enable] =>
[pro_title] =>
[cat_id] => 3
[product_url] => flyers-one-side
)
)
)
[11] => Array
(
[category_name] => Posters, Banners & Signs
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[24] => Array
(
[pname] => Posters
[pro_enable] => no
[pro_title] =>
[cat_id] => 11
[product_url] => posters
)
)
)
[2] => Array
(
[category_name] => Business Stationary
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[5] => Array
(
[pname] => Envelopes
[pro_enable] =>
[pro_title] =>
[cat_id] => 2
[product_url] => envelopes
)
[20] => Array
(
[pname] => Greeting Cards
[pro_enable] =>
[pro_title] =>
[cat_id] => 2
[product_url] => greeting-cards
)
[3] => Array
(
[pname] => Letterhead
[pro_enable] =>
[pro_title] =>
[cat_id] => 2
[product_url] => letterhead
)
)
)
)
[selected_category] =>
[allgroupcategorys] => Array
(
[0] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 10
[product_url] => canvasprints
[category_id] => 10
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Specialty Products
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 97
[predefined_product_type] => 0
[products_title] => Canvas Prints
[product_promotional_text] =>
[setting_constant_name] => PRODUCT_PROMOTION_IN_TITLE
[setting_value] => no
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[1] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 10
[product_url] => square-magnets
[category_id] => 10
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Specialty Products
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 68
[predefined_product_type] => 0
[products_title] => Square Magnets
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[2] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 10
[product_url] => custom-shape-magnet
[category_id] => 10
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Specialty Products
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 67
[predefined_product_type] => 0
[products_title] => Custom Shape Magnet
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[3] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 8
[product_url] => test-photoprint-product
[category_id] => 8
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Photo Books
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 2001
[predefined_product_type] => 12
[products_title] => Test Photoprint Product
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[4] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 8
[product_url] => square-photo-book-8x8-inch
[category_id] => 8
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Photo Books
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 96
[predefined_product_type] => 3
[products_title] => Photo Book (8x8)
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[5] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 8
[product_url] => square-photo-book-12x12-inch
[category_id] => 8
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Photo Books
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 95
[predefined_product_type] => 3
[products_title] => Photo Book (12x12)
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[6] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 8
[product_url] => photobook-portrait
[category_id] => 8
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Photo Books
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 94
[predefined_product_type] => 3
[products_title] => Photo Book (Portrait)
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[7] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 8
[product_url] => photobook-landscape
[category_id] => 8
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Photo Books
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 2000
[predefined_product_type] => 3
[products_title] => Photo Book (Landscape)
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[8] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => banners
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 23
[predefined_product_type] => 0
[products_title] => Banners
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[9] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => postcards
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 4
[predefined_product_type] => 0
[products_title] => Postcards
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[10] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => yard-sign-banners
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 66
[predefined_product_type] => 0
[products_title] => Yard Sign Banners
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[11] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => car-door-magnets
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 82
[predefined_product_type] => 0
[products_title] => Car Door Magnets
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[12] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => catalogs-both-side
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 22
[predefined_product_type] => 0
[products_title] => Catalogs Both Side
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[13] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => door-hangers-two-side
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 26
[predefined_product_type] => 0
[products_title] => Door Hangers Two Side
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[14] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => brochures
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 7
[predefined_product_type] => 0
[products_title] => Brochures
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[15] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 3
[product_url] => flyers-one-side
[category_id] => 3
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Marketing Materials
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 2
[predefined_product_type] => 0
[products_title] => Flyers One Side
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[16] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 11
[product_url] => posters
[category_id] => 11
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Posters, Banners & Signs
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 24
[predefined_product_type] => 0
[products_title] => Posters
[product_promotional_text] =>
[setting_constant_name] => PRODUCT_PROMOTION_IN_TITLE
[setting_value] => no
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[17] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 2
[product_url] => envelopes
[category_id] => 2
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Business Stationary
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 5
[predefined_product_type] => 0
[products_title] => Envelopes
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[18] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 2
[product_url] => greeting-cards
[category_id] => 2
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Business Stationary
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 20
[predefined_product_type] => 0
[products_title] => Greeting Cards
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
[19] => RDataRecord Object
(
[_Data:protected] => Array
(
[group_srt] =>
[cat_id] => 2
[product_url] => letterhead
[category_id] => 2
[category_pro_enable] => 0
[multiple_category] =>
[category_name] => Business Stationary
[category_promotional_text] =>
[parent_id] => -1
[products_id] => 3
[predefined_product_type] => 0
[products_title] => Letterhead
[product_promotional_text] =>
[setting_constant_name] =>
[setting_value] =>
[group_name] =>
)
[_IteratorKeys:protected] => Array
(
[0] => group_srt
[1] => cat_id
[2] => product_url
[3] => category_id
[4] => category_pro_enable
[5] => multiple_category
[6] => category_name
[7] => category_promotional_text
[8] => parent_id
[9] => products_id
[10] => predefined_product_type
[11] => products_title
[12] => product_promotional_text
[13] => setting_constant_name
[14] => setting_value
[15] => group_name
)
)
)
[group_categorys] => Array
(
[-1] => Array
(
[group_name] =>
[group_enable] =>
[group_pro_text] =>
[groups] => Array
(
[10] => Array
(
[category_name] => Specialty Products
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[97] => Array
(
[pname] => Canvas Prints
[pro_enable] => no
[pro_title] =>
[product_url] => canvasprints
)
[68] => Array
(
[pname] => Square Magnets
[pro_enable] =>
[pro_title] =>
[product_url] => square-magnets
)
[67] => Array
(
[pname] => Custom Shape Magnet
[pro_enable] =>
[pro_title] =>
[product_url] => custom-shape-magnet
)
)
)
[8] => Array
(
[category_name] => Photo Books
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[2001] => Array
(
[pname] => Test Photoprint Product
[pro_enable] =>
[pro_title] =>
[product_url] => test-photoprint-product
)
[96] => Array
(
[pname] => Photo Book (8x8)
[pro_enable] =>
[pro_title] =>
[product_url] => square-photo-book-8x8-inch
)
[95] => Array
(
[pname] => Photo Book (12x12)
[pro_enable] =>
[pro_title] =>
[product_url] => square-photo-book-12x12-inch
)
[94] => Array
(
[pname] => Photo Book (Portrait)
[pro_enable] =>
[pro_title] =>
[product_url] => photobook-portrait
)
[2000] => Array
(
[pname] => Photo Book (Landscape)
[pro_enable] =>
[pro_title] =>
[product_url] => photobook-landscape
)
)
)
[3] => Array
(
[category_name] => Marketing Materials
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[23] => Array
(
[pname] => Banners
[pro_enable] =>
[pro_title] =>
[product_url] => banners
)
[4] => Array
(
[pname] => Postcards
[pro_enable] =>
[pro_title] =>
[product_url] => postcards
)
[66] => Array
(
[pname] => Yard Sign Banners
[pro_enable] =>
[pro_title] =>
[product_url] => yard-sign-banners
)
[82] => Array
(
[pname] => Car Door Magnets
[pro_enable] =>
[pro_title] =>
[product_url] => car-door-magnets
)
[22] => Array
(
[pname] => Catalogs Both Side
[pro_enable] =>
[pro_title] =>
[product_url] => catalogs-both-side
)
[26] => Array
(
[pname] => Door Hangers Two Side
[pro_enable] =>
[pro_title] =>
[product_url] => door-hangers-two-side
)
[7] => Array
(
[pname] => Brochures
[pro_enable] =>
[pro_title] =>
[product_url] => brochures
)
[2] => Array
(
[pname] => Flyers One Side
[pro_enable] =>
[pro_title] =>
[product_url] => flyers-one-side
)
)
)
[11] => Array
(
[category_name] => Posters, Banners & Signs
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[24] => Array
(
[pname] => Posters
[pro_enable] => no
[pro_title] =>
[product_url] => posters
)
)
)
[2] => Array
(
[category_name] => Business Stationary
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[5] => Array
(
[pname] => Envelopes
[pro_enable] =>
[pro_title] =>
[product_url] => envelopes
)
[20] => Array
(
[pname] => Greeting Cards
[pro_enable] =>
[pro_title] =>
[product_url] => greeting-cards
)
[3] => Array
(
[pname] => Letterhead
[pro_enable] =>
[pro_title] =>
[product_url] => letterhead
)
)
)
)
)
)
[category_with_group] => Array
(
)
[category_without_group_name] => Array
(
[10] => Array
(
[category_name] => Specialty Products
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[97] => Array
(
[pname] => Canvas Prints
[pro_enable] => no
[pro_title] =>
[product_url] => canvasprints
)
[68] => Array
(
[pname] => Square Magnets
[pro_enable] =>
[pro_title] =>
[product_url] => square-magnets
)
[67] => Array
(
[pname] => Custom Shape Magnet
[pro_enable] =>
[pro_title] =>
[product_url] => custom-shape-magnet
)
)
)
[8] => Array
(
[category_name] => Photo Books
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[2001] => Array
(
[pname] => Test Photoprint Product
[pro_enable] =>
[pro_title] =>
[product_url] => test-photoprint-product
)
[96] => Array
(
[pname] => Photo Book (8x8)
[pro_enable] =>
[pro_title] =>
[product_url] => square-photo-book-8x8-inch
)
[95] => Array
(
[pname] => Photo Book (12x12)
[pro_enable] =>
[pro_title] =>
[product_url] => square-photo-book-12x12-inch
)
[94] => Array
(
[pname] => Photo Book (Portrait)
[pro_enable] =>
[pro_title] =>
[product_url] => photobook-portrait
)
[2000] => Array
(
[pname] => Photo Book (Landscape)
[pro_enable] =>
[pro_title] =>
[product_url] => photobook-landscape
)
)
)
[3] => Array
(
[category_name] => Marketing Materials
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[23] => Array
(
[pname] => Banners
[pro_enable] =>
[pro_title] =>
[product_url] => banners
)
[4] => Array
(
[pname] => Postcards
[pro_enable] =>
[pro_title] =>
[product_url] => postcards
)
[66] => Array
(
[pname] => Yard Sign Banners
[pro_enable] =>
[pro_title] =>
[product_url] => yard-sign-banners
)
[82] => Array
(
[pname] => Car Door Magnets
[pro_enable] =>
[pro_title] =>
[product_url] => car-door-magnets
)
[22] => Array
(
[pname] => Catalogs Both Side
[pro_enable] =>
[pro_title] =>
[product_url] => catalogs-both-side
)
[26] => Array
(
[pname] => Door Hangers Two Side
[pro_enable] =>
[pro_title] =>
[product_url] => door-hangers-two-side
)
[7] => Array
(
[pname] => Brochures
[pro_enable] =>
[pro_title] =>
[product_url] => brochures
)
[2] => Array
(
[pname] => Flyers One Side
[pro_enable] =>
[pro_title] =>
[product_url] => flyers-one-side
)
)
)
[11] => Array
(
[category_name] => Posters, Banners & Signs
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[24] => Array
(
[pname] => Posters
[pro_enable] => no
[pro_title] =>
[product_url] => posters
)
)
)
[2] => Array
(
[category_name] => Business Stationary
[cat_enable] => 0
[cat_pro_text] =>
[products] => Array
(
[5] => Array
(
[pname] => Envelopes
[pro_enable] =>
[pro_title] =>
[product_url] => envelopes
)
[20] => Array
(
[pname] => Greeting Cards
[pro_enable] =>
[pro_title] =>
[product_url] => greeting-cards
)
[3] => Array
(
[pname] => Letterhead
[pro_enable] =>
[pro_title] =>
[product_url] => letterhead
)
)
)
)
[select_group] =>
[select_category_product] =>
)
)
30 . SELECT SQL_CALC_FOUND_ROWS * FROM banner_image_setting 0.003 sec
↳product_list.php : 248 -> Twig_Environment::render (mainpage.tpl ) ↳lib/Twig/vendor/twig/twig/lib/Twig/Environment.php : 299 -> Twig_Template::render ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 375 -> Twig_Template::display ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 367 -> Twig_Template::displayWithErrorHandling ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 390 -> __TwigTemplate_e3fc2a30b9d5147cc2937ed339825a0984e0066377f5382a17e10e66cac46373::doDisplay ↳cache/04/041abb2885506b2e799d089ceb6e61faabdda654cabbe4b7580abccd7cfcc155.php : 71 -> top_banner ↳templates/include/html_helper.php : 759 -> BannerImageMaster::getBannerImageSetting ↳model/BannerImageMaster.php : 116 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
31 . SELECT SQL_CALC_FOUND_ROWS banner_image.* FROM banner_image LEFT JOIN site_language ON site_language.site_language_id = banner_image.banner_language WHERE (banner_image.banner_start_date = '0' OR (banner_image.banner_start_date <= '2025-04-05 00:17:14' AND banner_image.banner_end_date >= '2025-04-05 00:17:14')) AND (FIND_IN_SET('product_list.php',banner_image.banner_pages)) AND banner_image.corporate_id = 0 AND banner_image.banner_language IN (1, 0) AND banner_image.status = '1' ORDER BY sort_order ASC 0.0032 sec
↳product_list.php : 248 -> Twig_Environment::render (mainpage.tpl ) ↳lib/Twig/vendor/twig/twig/lib/Twig/Environment.php : 299 -> Twig_Template::render ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 375 -> Twig_Template::display ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 367 -> Twig_Template::displayWithErrorHandling ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 390 -> __TwigTemplate_e3fc2a30b9d5147cc2937ed339825a0984e0066377f5382a17e10e66cac46373::doDisplay ↳cache/04/041abb2885506b2e799d089ceb6e61faabdda654cabbe4b7580abccd7cfcc155.php : 71 -> top_banner ↳templates/include/html_helper.php : 861 -> BannerImageMaster::getBannerImage ↳model/BannerImageMaster.php : 105 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
Array
(
[twd] => Array
(
[section] => top
[index_top_section_details] => 1
[banner_settings] => Array
(
[bannerWidth] => auto
[bannerHeight] => auto
[autoStart] => 1
[timeout] => 6000
[showPrevNextLinks] => 1
[showPagerLinks] => 1
[bannerDescLeftPosition] => auto
[bannerDescTopPosition] => auto
[bannerEffect] => slide
[bannerDisplayType] => 1
[bannerSelection] => 0
)
[res_banner] => Array
(
)
[banner_advance_settings] =>
)
)
32 . SELECT * FROM breadcrumbs WHERE status = '1' 0.0002 sec
↳product_list.php : 248 -> Twig_Environment::render (mainpage.tpl ) ↳lib/Twig/vendor/twig/twig/lib/Twig/Environment.php : 299 -> Twig_Template::render ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 375 -> Twig_Template::display ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 367 -> Twig_Template::displayWithErrorHandling ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 390 -> __TwigTemplate_e3fc2a30b9d5147cc2937ed339825a0984e0066377f5382a17e10e66cac46373::doDisplay ↳cache/04/041abb2885506b2e799d089ceb6e61faabdda654cabbe4b7580abccd7cfcc155.php : 142 -> Twig_Template::display ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 367 -> Twig_Template::displayWithErrorHandling ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 390 -> __TwigTemplate_240f7cb0e148503d31382af4197b1f7497829584ebd5f810c304c5f933263218::doDisplay ↳cache/7f/7fc72997c89abfad67ccdf282f20284b7d8602ccf8ea4f1aad8101d75cc22342.php : 36 -> show_breadcrumb ↳templates/include/twig_functions.php : 800 -> include_once ↳lib/breadcrumbs.php : 38 -> BreadcrumbsMaster::getBreadcrumbs ↳model/BreadcrumbsMaster.php : 85 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger
Render > footer_links.block Array
(
[twd] => Array
(
[cnt] => 0
[menus] => Array
(
[0] => RDataRecord Object
(
[_Data:protected] => Array
(
[menu_id] => 13
[menu_link] => cms.php?page=privacy_policy
[menu_target] => _self
[menu_position] => footer
[link_display] => 2
[menu_option] => 0
[status] => 1
[sort_order] => 5
[menu_link_category] => 0
[link_type_id] => 0
[master_menu_id] => 0
[corporate_id] => 0
[menu_title] => Privacy Policy
[menu_image] =>
[site_language_id] => 1
)
[_IteratorKeys:protected] => Array
(
[0] => menu_id
[1] => menu_link
[2] => menu_target
[3] => menu_position
[4] => link_display
[5] => menu_option
[6] => status
[7] => sort_order
[8] => menu_link_category
[9] => link_type_id
[10] => master_menu_id
[11] => corporate_id
[12] => menu_title
[13] => menu_image
[14] => site_language_id
)
)
[1] => RDataRecord Object
(
[_Data:protected] => Array
(
[menu_id] => 14
[menu_link] => cms.php?page=terms_of_use
[menu_target] => _self
[menu_position] => footer
[link_display] => 2
[menu_option] => 0
[status] => 1
[sort_order] => 14
[menu_link_category] => 0
[link_type_id] => 0
[master_menu_id] => 0
[corporate_id] => 0
[menu_title] => Terms & Conditions
[menu_image] =>
[site_language_id] => 1
)
[_IteratorKeys:protected] => Array
(
[0] => menu_id
[1] => menu_link
[2] => menu_target
[3] => menu_position
[4] => link_display
[5] => menu_option
[6] => status
[7] => sort_order
[8] => menu_link_category
[9] => link_type_id
[10] => master_menu_id
[11] => corporate_id
[12] => menu_title
[13] => menu_image
[14] => site_language_id
)
)
)
[arr_myaccount_menu_link] => Array
(
[0] => user_account.php
[1] => user_order.php
[3] => user_portfolio.php
[4] => quote.php
[5] => user_order_inventory.php
[7] => user_reward.php
[8] => user_images.php
[9] => user_qrcode_list.php
[10] => user_address.php
[11] => user_profile.php
[12] => user_store_profile.php
[13] => sales_order_report.php
[14] => user_changepassword.php
)
[form] => Array
(
[fb_button] => Facebook
[fb_link] => https://www.facebook.com/dialog/oauth?client_id=207871080027786&redirect_uri=http%3A%2F%2Fabcimaging.dev.radixweb.net%2Fuser_registration.php&state=f58728cdeae9ef3298b25dc16ca25a0d&scope=email&return_url=http%3A%2F%2Fabcimaging.dev.radixweb.net%2Fuser_registration.php
)
[SITE_VAR_DESIGNER_MODULE_ENABLE] => 0
[SITE_VAR_USERNAME_LOGIN] => N
[SITE_VAR_CORPORATE_URL_TYPE] =>
)
)
33 . SELECT * FROM (SELECT promotional_message.promotional_id,promotional_category,promotional_message_description.title,promotional_message_description.description,style_type,status,section_name,promo_cookie,promo_settings FROM promotional_messageLEFT JOIN promotional_message_description ON promotional_message_description.promotional_id = promotional_message.promotional_id WHERE 1 AND promotional_message_description.site_language_id = 1 AND promotional_message.status = '1' AND (user_type = '1' OR user_type = '0') AND (promotional_message.promotion_start_date = '0' OR (promotional_message.promotion_start_date <= '2025-04-05 00:17:14' AND promotional_message.promotion_end_date >= '2025-04-05 00:17:14')) AND (promotional_message.promotional_display = '2' OR promotional_message.promotional_display = '0' ) AND promotional_message.section_name LIKE 'product_list.php' OR (promotional_message.promotional_category = '14' AND (user_type = '1' OR user_type = '0') AND (promotional_message.promotion_start_date = '0' OR (promotional_message.promotion_start_date <= '2025-04-05 00:17:14' AND promotional_message.promotion_end_date >= '2025-04-05 00:17:14'))AND (promotional_message.promotional_display = '2' OR promotional_message.promotional_display = '0' ) AND promotional_message_description.site_language_id = 1 AND promotional_message.status = '1') ORDER BY FIELD(promotional_category,'14','13','12',promotional_category),promotional_message.promotional_id DESC LIMIT 18446744073709551615) AS a group by promotional_category LIMIT 0,1 0.0009 sec
↳product_list.php : 248 -> Twig_Environment::render (mainpage.tpl ) ↳lib/Twig/vendor/twig/twig/lib/Twig/Environment.php : 299 -> Twig_Template::render ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 375 -> Twig_Template::display ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 367 -> Twig_Template::displayWithErrorHandling ↳lib/Twig/vendor/twig/twig/lib/Twig/Template.php : 390 -> __TwigTemplate_e3fc2a30b9d5147cc2937ed339825a0984e0066377f5382a17e10e66cac46373::doDisplay ↳cache/04/041abb2885506b2e799d089ceb6e61faabdda654cabbe4b7580abccd7cfcc155.php : 211 -> addJS ↳templates/include/js.php : 285 -> require_once ↳templates/js/common_js.php : 56 -> getpromotionalmessage ↳templates/include/html_helper.php : 3908 -> PromotionalMessageMaster::getPromotionalMessagefordisplay ↳model/PromotionalMessageMaster.php : 145 -> RMasterModel::exec_query ↳lib/Classes/Models/RMasterModel.php : 81 -> RMasterModel::query_debugger