Merchandise
Please select a Merchandise Subcategory link in order to view the full list of Merchandise Items
Merch
If you have any questions about available Merchandise Items, please contact Augusoft, Inc. at 612-605-1200
Debugging Information
Execution Time
SQL Queries checkAccessControlRules (Datasource=LumensCustomers, Time=0ms, Records=0) in E:\Lumens\Versions\v81QA\checkPermission.cfm @ 05:05:07.007 SELECT DISTINCT ACA.int_actor_type_id FROM tbl_access_control_rules ACR INNER JOIN tbl_access_control_allow ACA ON ACR.int_access_rule_id = ACA.int_access_rule_id WHERE str_fuse_action LIKE ? AND ISNULL(ACA.int_actor_type_id,'')<>'' AND ACA.bit_allow = 1 Query Parameter Value(s) - FeatureConfigurationQry (Datasource=v8Testing7, Time=15ms, Records=1) in E:\Lumens\Versions\v81QA\Administration\SQL\FeatureConfigurationQry.cfm @ 05:05:07.007 SET NOCOUNT ON DECLARE @UsesRefundRequest CHAR(1) SET @UsesRefundRequest = 0 SET @UsesRefundRequest = ( SELECT 1 FROM RefundPaymentMethods WHERE RefundPaymentMethodID = 7 AND STATUS = 'A' ) SELECT TOP 1 rg.RegionID , rg.NAME , rg.Address1 , rg.Address2 , rtrim(rg.City) + ', ' + rg.STATE + ' ' + rg.Zip AS CSZ , rg.Phone1 , rg.SiteTitle , rg.Footer /**/ , rg.prefooter , rg.brandingfooter /**/ , rg.MetaText , rg.EmailAux4 , IsNull(( SELECT Fee FROM Products WHERE Code = 'REGFEE' AND STATUS = 'A' AND RegionID = rg.RegionID ), 0.00) AS RegistrationFee , IsNull(( SELECT Fee FROM Products WHERE Code = 'DEFERRED_PAYMENT_FEE' AND STATUS = 'A' AND RegionID = rg.RegionID ), 0.00) AS deferred_payment_fee , fc.* , @UsesRefundRequest AS UsesRefundRequest , rg.privacy_data_mask_id , rg.str_google_verify , rg.str_yahoo_verify , rg.str_hubspot_portal_id , rg.str_hubspot_salog_version , rg.str_hubspot_ppa , rg.str_genoo_api_key , rg.str_genoo_tracking_code , rg.TimeZoneHourAdjustment /**/ /**/ /**/ , e.str_erp_name /**/ /**/ , CAST(DecryptByKeyAutoCert(cert_id('LumensCert'), NULL, ec.varbin_erp_password) AS NVARCHAR(500)) AS str_erp_password_decrypted /**/ /**/ , rg.theURL , rg.URLText , rg.str_analytics_linked_domains , rg.GTMContainerID , rg.str_social_media_sharing , ec.* , ( SELECT TOP 1 Description FROM PaymentMethods WHERE PaymentMethodID >= 200 AND STATUS = 'A' ) AS str_internal_payment_method_name FROM FeatureConfiguration fc INNER JOIN Regions rg ON fc.RegionID = rg.RegionID LEFT JOIN tbl_erp e ON fc.int_erp_id = e.int_erp_id LEFT JOIN tbl_erp_config ec ON ec.str_erp_url <> '' WHERE rg.STATUS = 'A' qryGetRegion (Datasource=, Time=0ms, Records=0) in E:\Lumens\Versions\v81QA\globalVariables.cfm @ 05:05:07.007 SELECT regionId,orgID FROM featureConfigurationQry WHERE baseurl LIKE '%v8testing7.augusoft.net%' MenuQry (Datasource=v8Testing7, Time=0ms, Records=12) in E:\Lumens\Versions\v81QA\Administration\SQL\MenuQry.cfm @ 05:05:07.007 SET NOCOUNT ON SELECT OrgID , RegionID , MenuItemID , MenuItemType , MainLevel , SubLevel ,MainLevelSortOrder , SubLevelSortOrder , SiteURL , AccessLevel , IsNull(DisplayCriteria_1, '') AS DisplayCriteria_1 , IsNull(DisplayValue_1, '') AS DisplayValue_1 , IsNull(DisplayCriteria_2, '') AS DisplayCriteria_2 , IsNull(DisplayValue_2, '') AS DisplayValue_2 , Condition , LTRIM(RTRIM(IsNull(NewWindowName, ''))) AS NewWindowName , m.Label AS UniqueLable , CASE WHEN str_user_nav_label IS NULL THEN CASE WHEN MenuItemType != 'Lnk' AND SiteURL = 'index.cfm?fuseaction=9440' THEN Replace(Replace(Replace(Replace(m.Label, '\', '\\'), '''', '\'''), '"', '\"'), 'Membership', 'Membership') WHEN MenuItemType != 'Lnk' AND SiteURL = 'index.cfm?fuseaction=9620' THEN Replace(Replace(Replace(Replace(m.Label, '\', '\\'), '''', '\'''), '"', '\"'), 'Member', 'Member') /*BEGIN NEO 00106 20 FEB 2015 Student Donations UC-02 */ WHEN m.Label LIKE 'Donate' THEN Replace(m.Label, 'Donate', 'Support OLLI-UHM') /*END NEO 00106 20 FEB 2015 Student Donations UC-02 */ WHEN m.Label LIKE 'MERCHANDISE' THEN Replace(m.Label, 'MERCHANDISE', 'Merchandise') WHEN m.UniqueLabel = 'registration/scholarships' OR m.UniqueLabel = 'myscholarships' THEN Replace(m.Label, 'Scholarships', 'Scholarship') ELSE Replace(Replace(Replace(m.Label, '\', '\\'), '''', '\'''), '"', '\"') END ELSE /*BEGIN NEO 00106 20 FEB 2015 Student Donations UC-02 */ CASE WHEN str_menu_label LIKE 'Donate' THEN (str_user_nav_label) ELSE str_user_nav_label END /*END NEO 00106 20 FEB 2015 Student Donations UC-02 */ END AS Label , CASE WHEN str_user_nav_label IS NULL THEN CASE WHEN MenuItemType != 'Lnk' AND SiteURL = 'index.cfm?fuseaction=9440' THEN Replace(m.Label, 'Membership', 'Membership') WHEN MenuItemType != 'Lnk' AND SiteURL = 'index.cfm?fuseaction=9620' THEN Replace(m.Label, 'Member', 'Member') /*BEGIN NEO 00106 20 FEB 2015 Student Donations UC-02 */ WHEN m.Label LIKE 'Donate' THEN Replace(m.Label, 'Donate', 'Support OLLI-UHM') /*END NEO 00106 20 FEB 2015 Student Donations UC-02 */ WHEN m.Label LIKE 'MERCHANDISE' THEN Replace(m.Label, 'MERCHANDISE', 'Merchandise') WHEN m.UniqueLabel = 'registration/scholarships' OR m.UniqueLabel = 'myscholarships' THEN Replace(m.Label, 'Scholarships', 'Scholarship') ELSE m.Label END ELSE /*BEGIN NEO 00106 20 FEB 2015 Student Donations UC-02 */ CASE WHEN str_menu_label LIKE 'Donate' THEN dbo.fun_strip_html((str_user_nav_label)) ELSE dbo.fun_strip_html(str_user_nav_label) END /*END NEO 00106 20 FEB 2015 Student Donations UC-02 */ END AS LabelNoHTML , ISNULL(int_parent_id,0) as int_parent_id , int_sort_order , m.UniqueLabel , m.bit_default_behavior FROM MenuItems m LEFT JOIN tbl_user_nav_menu_label u ON m.MenuItemID = u.int_menu_item_id WHERE STATUS = 'A' AND SubCategoryID IS NULL AND ( int_actor_type_id = ? OR ( int_actor_type_id IS NULL AND AccessLevel = ? ) ) AND ISNULL(SiteURL, '') NOT LIKE 'index.cfm?fuseaction=1010' /*29 MAY 2012 NEO 00043 TRACKER 29863*/ ORDER BY int_sort_order Query Parameter Value(s) - qGetDashboardName (Datasource=v8Testing7, Time=0ms, Records=1) in E:\Lumens\Versions\v81QA\Administration\SQL\MenuQry.cfm @ 05:05:07.007 SET ANSI_NULLS ON SELECT IsNull(( CASE WHEN str_dashboard_name = '' THEN NULL ELSE str_dashboard_name END ), CASE WHEN ActorTypeID = 55 THEN 'Dashboard' ELSE 'my dashboard' END) AS str_dashboard_name /* 02 APRIL 2014 NEO 0088 TRACKER 40005 */ FROM ActorTypes WHERE ActorTypeID = ? Query Parameter Value(s) - qLearnerfields (Datasource=v8Testing7, Time=0ms, Records=115) in E:\Lumens\Versions\v81QA\cfc\systemoptions\siteconfiguration\siteconfiguration.cfc @ 05:05:07.007 SELECT pfo.int_order , pf.str_field_display_name , pf.str_field_name , pfo.int_profile_field_tab_id , pf.str_actor_types , pf.chr_field_type FROM tbl_profile_field_order pfo INNER JOIN tbl_profile_field pf ON pfo.int_profile_field_id = pf.int_profile_field_id WHERE pf.int_region_id = ? AND bit_enabled = ? AND ( ( pf.chr_field_type not in ('C','O') ) OR ( pf.chr_field_type in ('C','O') AND ( pf.str_actor_types LIKE ? ) ) ) ORDER BY pfo.int_profile_field_tab_id , pfo.int_order ASC Query Parameter Value(s) - qsocialNetFieldDetails (Datasource=v8Testing7, Time=0ms, Records=4) in E:\Lumens\Versions\v81QA\cfc\systemoptions\siteconfiguration\siteconfiguration.cfc @ 05:05:07.007 select * from tbl_social_media_details WHERE int_region_id = ? order by int_order asc Query Parameter Value(s) - qGraphics (Datasource=v8Testing7, Time=0ms, Records=1) in E:\Lumens\Versions\v81QA\cfc\systemoptions\siteconfiguration\siteconfiguration.cfc @ 05:05:07.007 select * from UIVariables where RegionID = ? Query Parameter Value(s) - qUserNavItems (Datasource=v8Testing7, Time=0ms, Records=0) in E:\Lumens\versions\v81QA\cfc\systemoptions\poweruser\poweruser.cfc @ 05:05:07.007 SELECT menitms.SiteURL AS nav_site_url , menitms.label AS nav_label , menitms.rowNum , COUNT(menitms.rowNum) OVER () AS Total_Rows , menitms.DisplayCriteria_1 , menitms.DisplayValue_1 , menitms.DisplayCriteria_2 , menitms.DisplayValue_2 , menitms.Condition , menitms.NewWindowName FROM ( SELECT SiteURL , label , DisplayCriteria_1 , DisplayValue_1 , DisplayCriteria_2 , DisplayValue_2 , Condition , Row_Number() OVER ( ORDER BY MenuitemID ASC ) AS rowNum , NewWindowName FROM MenuItems WHERE AccessLevel = ? AND RegionID = ? AND bit_display_in_nav=1 AND STATUS = ? ) menitms Query Parameter Value(s) - qFooterNavItems (Datasource=v8Testing7, Time=0ms, Records=0) in E:\Lumens\versions\v81QA\cfc\systemoptions\poweruser\poweruser.cfc @ 05:05:07.007 SELECT menitms.SiteURL , menitms.label , menitms.AccessLevel , menitms.rowNum , ((rowNum - 1) / 4) + 1 AS block , menitms.DisplayCriteria_1 , menitms.DisplayValue_1 , menitms.DisplayCriteria_2 , menitms.DisplayValue_2 , menitms.Condition , menitms.NewWindowName FROM ( SELECT SiteURL , label , AccessLevel , DisplayCriteria_1 , DisplayValue_1 , DisplayCriteria_2 , DisplayValue_2 , Condition , Row_Number() OVER ( ORDER BY MenuitemID ASC ) AS rowNum , NewWindowName FROM MenuItems WHERE AccessLevel = ? AND RegionID = ? AND bit_display_in_footer=1 AND STATUS = ? ) menitms Query Parameter Value(s) - q (Datasource=v8Testing7, Time=0ms, Records=0) in E:\Lumens\Application.cfc @ 05:05:07.007 DECLARE @currentTime DATETIME2 = ? UPDATE tbl_cart_class_detail SET EnteredDate = @currentTime WHERE SessionID = ?; UPDATE tbl_cart_merchandise_detail SET EnteredDate = @currentTime WHERE SessionID = ?; Query Parameter Value(s) - q (Datasource=v8Testing7, Time=0ms, Records=0) in E:\Lumens\Application.cfc @ 05:05:07.007 DECLARE @expireRequestsAfter DATETIME2 = ?; DELETE FROM tbl_cart_class_detail WHERE EnteredDate <= @expireRequestsAfter; DELETE FROM tbl_cart_merchandise_detail WHERE EnteredDate <= @expireRequestsAfter; Query Parameter Value(s) - variables.custom_scripts (Datasource=v8Testing7, Time=0ms, Records=1) in E:\Lumens\Versions\v81QA\header.cfm @ 05:05:07.007 SELECT str_header_script , str_footer_script FROM tbl_style_settings WITH (NOLOCK) -- WHERE int_region_id = Commented as long as multiple regions are not there qGraphics (Datasource=v8Testing7, Time=0ms, Records=1) in E:\Lumens\Versions\v81QA\cfc\systemoptions\siteconfiguration\siteconfiguration.cfc @ 05:05:07.007 select * from UIVariables where RegionID = ? Query Parameter Value(s) - qTempMenu (Datasource=, Time=0ms, Records=11) in E:\Lumens\Versions\v81QA\vendor\site_templates\shared\includes\menu_action.cfm @ 05:05:07.007 select * from qTempMenu where MenuItemID NOT IN (510) qSocialMediaHeader (Datasource=, Time=0ms, Records=4) in E:\Lumens\Versions\v81QA\vendor\site_templates\shared\includes\nav-social-media.cfm @ 05:05:07.007 select * from qSocialMedia order by int_order desc qGetDonateUserNavLabel (Datasource=v8Testing7, Time=0ms, Records=1) in E:\Lumens\Versions\v81QA\header.cfm @ 05:05:07.007 SELECT isNull(str_user_nav_label,'') AS str_menu_label FROM tbl_user_nav_menu_label WHERE int_actor_type_id = ? AND str_menu_label LIKE 'DONATE' AND str_display_condition='application.appvars[ri].bit_allow_student_donation EQ 1 AND application.appvars[ri].bit_display_donate_in_navmenu EQ 1'; Query Parameter Value(s) - qGetDonateUserNavLabel (Datasource=v8Testing7, Time=0ms, Records=1) in E:\Lumens\Versions\v81QA\header.cfm @ 05:05:07.007 SELECT isNull(str_user_nav_label,'') AS str_menu_label FROM tbl_user_nav_menu_label WHERE int_actor_type_id = ? AND str_menu_label LIKE 'DONATE' AND str_display_condition='application.appvars[ri].bit_allow_student_donation EQ 1 AND application.appvars[ri].bit_display_donate_in_navmenu EQ 1'; Query Parameter Value(s) - qGetDonateUserNavLabel (Datasource=v8Testing7, Time=0ms, Records=1) in E:\Lumens\Versions\v81QA\header.cfm @ 05:05:07.007 SELECT isNull(str_user_nav_label,'') AS str_menu_label FROM tbl_user_nav_menu_label WHERE int_actor_type_id = ? AND str_menu_label LIKE 'DONATE' AND str_display_condition='application.appvars[ri].bit_allow_student_donation EQ 1 AND application.appvars[ri].bit_display_donate_in_navmenu EQ 1'; Query Parameter Value(s) - qTempCourseMenu (Datasource=, Time=0ms, Records=1) in E:\Lumens\Versions\v81QA\vendor\site_templates\template1\includes\nav-main.cfm @ 05:05:07.007 select * from qCourseMenu where int_parent_id = ? and MenuItemType = ? and Label <> ? and int_parent_id<>0 Query Parameter Value(s) - qTempCourseMenu (Datasource=, Time=0ms, Records=1) in E:\Lumens\Versions\v81QA\vendor\site_templates\template1\includes\nav-main.cfm @ 05:05:07.007 select * from qCourseMenu where int_parent_id = ? and MenuItemType = ? and Label <> ? and int_parent_id<>0 Query Parameter Value(s) - qTempCourseMenu (Datasource=, Time=0ms, Records=1) in E:\Lumens\Versions\v81QA\vendor\site_templates\template1\includes\nav-main.cfm @ 05:05:07.007 select * from qCourseMenu where int_parent_id = ? and MenuItemType = ? and Label <> ? and int_parent_id<>0 Query Parameter Value(s) - qTempMenu (Datasource=, Time=0ms, Records=0) in E:\Lumens\Versions\v81QA\vendor\site_templates\template1\includes\nav-main.cfm @ 05:05:07.007 select * from qMenu where int_parent_id = 597 qTempMenu (Datasource=, Time=0ms, Records=0) in E:\Lumens\Versions\v81QA\vendor\site_templates\template1\includes\nav-main.cfm @ 05:05:07.007 select * from qMenu where int_parent_id = 525 qTempMenu (Datasource=, Time=0ms, Records=0) in E:\Lumens\Versions\v81QA\vendor\site_templates\template1\includes\nav-main.cfm @ 05:05:07.007 select * from qMenu where int_parent_id = 598 qTempMenu (Datasource=, Time=0ms, Records=0) in E:\Lumens\Versions\v81QA\vendor\site_templates\template1\includes\nav-main.cfm @ 05:05:07.007 select * from qMenu where int_parent_id = 595 qTempMenu (Datasource=, Time=0ms, Records=0) in E:\Lumens\Versions\v81QA\vendor\site_templates\template1\includes\nav-main.cfm @ 05:05:07.007 select * from qMenu where int_parent_id = 596 qTempMenu (Datasource=, Time=0ms, Records=0) in E:\Lumens\Versions\v81QA\vendor\site_templates\template1\includes\nav-main.cfm @ 05:05:07.007 select * from qMenu where int_parent_id = 503 qTempMenu (Datasource=, Time=0ms, Records=0) in E:\Lumens\Versions\v81QA\vendor\site_templates\template1\includes\nav-main.cfm @ 05:05:07.007 select * from qMenu where int_parent_id = 2 qTempMenu (Datasource=, Time=0ms, Records=0) in E:\Lumens\Versions\v81QA\vendor\site_templates\template1\includes\nav-main.cfm @ 05:05:07.007 select * from qMenu where int_parent_id = 5 qTempMenu (Datasource=, Time=0ms, Records=0) in E:\Lumens\Versions\v81QA\vendor\site_templates\template1\includes\nav-main.cfm @ 05:05:07.007 select * from qMenu where int_parent_id = 6 qTempMenu (Datasource=, Time=0ms, Records=0) in E:\Lumens\Versions\v81QA\vendor\site_templates\template1\includes\nav-main.cfm @ 05:05:07.007 select * from qMenu where int_parent_id = 7 qGetText (Datasource=v8Testing7, Time=16ms, Records=1) in E:\Lumens\versions\v81QA\cfc\textEdit.cfc @ 05:05:07.007 DECLARE @ContentCondition BIT SET @ContentCondition = 1 SELECT contents.name , contents.contents , contents.description , contents.str_instructor_detail_list , isNull(emailType.allowHTML, 1) AS allowHTML /**/ , contents.emailTemplate /**/ , contents.path , contents.str_page_title , contents.str_meta_description , contents.str_keywords , contents.section , contents.URL /**/ , contents.EmailSubject , contents.bit_email_confirmation , contents.ContentsNoHTML /* Custom Reminder and Confirmation Email Templates Dangerfield 202105 */ , contents.bit_custom_email_template , (SELECT name FROM Contents C2 WHERE C2.ContentID = contents.int_parent_content_id) AS ParentName , contents.int_parent_content_id /* Custom Reminder and Confirmation Email Templates Dangerfield 202105 */ , contents.CreateDate , contents.ModifyDate , IsNull(S1.FName + ' ' + S1.LName,'System') as created_by , IsNull(S2.FName + ' ' + S2.LName,'System') as modified_by , contents.str_desc_learner_erp_email , contents.str_desc_learner_erp_email_nohtml , contents.str_desc_learner_no_erp_email , contents.str_desc_learner_no_erp_email_nohtml , CASE WHEN Contents.Path IN ('ForgotPasswordNotice', 'StaffProfile') THEN 1 ELSE 0 END AS isEmailSubjectEditable , CASE WHEN 1 = 0 THEN 0 WHEN ( Contents.bit_email_confirmation = 1 OR Contents.bit_learner_class_reminder = 1 /*OR Contents.bit_instructor_class_reminder = 1*/ ) THEN 1 WHEN Contents.Path LIKE 'ClassEndReminder%' OR Contents.Path LIKE 'LearnerTransferClassMerchandiseConfirmation%' OR Contents.Path LIKE 'LearnerTransferConfirm%' OR Contents.Path LIKE 'LearnerMerchandiseConfirmation%' THEN 1 ELSE 0 END AS IsConditonalEmailTemplate , Contents.str_desc_learner_erp_email , Contents.str_desc_learner_no_erp_email , Contents.str_test_email_subject , Contents.str_test_from_email , Contents.str_test_from_name FROM Contents LEFT JOIN EmailTypeContent ON contents.contentid = EmailTypeContent.contentid LEFT JOIN emailType ON EmailTypeContent.emailTypeid = emailType.emailtypeid LEFT JOIN Users U1 ON contents.CreateUserID = U1.UserID LEFT JOIN Staff S1 ON U1.ActorID = S1.StaffID LEFT JOIN Users U2 ON contents.ModifyUserID = U2.UserID LEFT JOIN Staff S2 ON U2.ActorID = S2.StaffID WHERE @ContentCondition = @ContentCondition AND Contents.path = ? Query Parameter Value(s) - qGetText (Datasource=v8Testing7, Time=0ms, Records=1) in E:\Lumens\versions\v81QA\cfc\textEdit.cfc @ 05:05:07.007 DECLARE @ContentCondition BIT SET @ContentCondition = 1 SELECT contents.name , contents.contents , contents.description , contents.str_instructor_detail_list , isNull(emailType.allowHTML, 1) AS allowHTML /**/ , contents.emailTemplate /**/ , contents.path , contents.str_page_title , contents.str_meta_description , contents.str_keywords , contents.section , contents.URL /**/ , contents.EmailSubject , contents.bit_email_confirmation , contents.ContentsNoHTML /* Custom Reminder and Confirmation Email Templates Dangerfield 202105 */ , contents.bit_custom_email_template , (SELECT name FROM Contents C2 WHERE C2.ContentID = contents.int_parent_content_id) AS ParentName , contents.int_parent_content_id /* Custom Reminder and Confirmation Email Templates Dangerfield 202105 */ , contents.CreateDate , contents.ModifyDate , IsNull(S1.FName + ' ' + S1.LName,'System') as created_by , IsNull(S2.FName + ' ' + S2.LName,'System') as modified_by , contents.str_desc_learner_erp_email , contents.str_desc_learner_erp_email_nohtml , contents.str_desc_learner_no_erp_email , contents.str_desc_learner_no_erp_email_nohtml , CASE WHEN Contents.Path IN ('ForgotPasswordNotice', 'StaffProfile') THEN 1 ELSE 0 END AS isEmailSubjectEditable , CASE WHEN 1 = 0 THEN 0 WHEN ( Contents.bit_email_confirmation = 1 OR Contents.bit_learner_class_reminder = 1 /*OR Contents.bit_instructor_class_reminder = 1*/ ) THEN 1 WHEN Contents.Path LIKE 'ClassEndReminder%' OR Contents.Path LIKE 'LearnerTransferClassMerchandiseConfirmation%' OR Contents.Path LIKE 'LearnerTransferConfirm%' OR Contents.Path LIKE 'LearnerMerchandiseConfirmation%' THEN 1 ELSE 0 END AS IsConditonalEmailTemplate , Contents.str_desc_learner_erp_email , Contents.str_desc_learner_no_erp_email , Contents.str_test_email_subject , Contents.str_test_from_email , Contents.str_test_from_name FROM Contents LEFT JOIN EmailTypeContent ON contents.contentid = EmailTypeContent.contentid LEFT JOIN emailType ON EmailTypeContent.emailTypeid = emailType.emailtypeid LEFT JOIN Users U1 ON contents.CreateUserID = U1.UserID LEFT JOIN Staff S1 ON U1.ActorID = S1.StaffID LEFT JOIN Users U2 ON contents.ModifyUserID = U2.UserID LEFT JOIN Staff S2 ON U2.ActorID = S2.StaffID WHERE @ContentCondition = @ContentCondition AND Contents.path = ? Query Parameter Value(s) - qryAvailableFields (Datasource=v8Testing7, Time=16ms, Records=0) in E:\Lumens\versions\v81QA\cfc\systemoptions\templates\templateModel.cfc @ 05:05:07.007 SELECT AvailableFieldID,ContentID,VariableName,VariableDisplay FROM AvailableField WHERE /* Custom Reminder and Confirmation Email Templates Dangerfield 202105 */ ContentID = ( SELECT CASE WHEN int_parent_content_id <> 0 THEN int_parent_content_id ELSE ContentID END AS ContentID FROM Contents WHERE path = ? /* BEGIN: NEO 00091 AI Company Qty Reg Use Cases 2013-02-21 - F04 Date:04 July 2013 */ AND (ISNULL(int_slim_profile_attribute_id,0) = 0 OR int_slim_profile_attribute_id IN (SELECT int_slim_profile_attribute_id FROM tbl_slim_profile_attributes WHERE bit_required = 1)) /* END: NEO 00091 AI Company Qty Reg Use Cases 2013-02-21 - F04 Date:04 July 2013 */ ) /* Custom Reminder and Confirmation Email Templates Dangerfield 202105 */ Query Parameter Value(s) - qryAvailableFields (Datasource=v8Testing7, Time=0ms, Records=0) in E:\Lumens\versions\v81QA\cfc\systemoptions\templates\templateModel.cfc @ 05:05:07.007 SELECT AvailableFieldID,ContentID,VariableName,VariableDisplay FROM AvailableField WHERE /* Custom Reminder and Confirmation Email Templates Dangerfield 202105 */ ContentID = ( SELECT CASE WHEN int_parent_content_id <> 0 THEN int_parent_content_id ELSE ContentID END AS ContentID FROM Contents WHERE path = ? /* BEGIN: NEO 00091 AI Company Qty Reg Use Cases 2013-02-21 - F04 Date:04 July 2013 */ AND (ISNULL(int_slim_profile_attribute_id,0) = 0 OR int_slim_profile_attribute_id IN (SELECT int_slim_profile_attribute_id FROM tbl_slim_profile_attributes WHERE bit_required = 1)) /* END: NEO 00091 AI Company Qty Reg Use Cases 2013-02-21 - F04 Date:04 July 2013 */ ) /* Custom Reminder and Confirmation Email Templates Dangerfield 202105 */ Query Parameter Value(s) - qCatSubcatList (Datasource=v8Testing7, Time=16ms, Records=1) in E:\Lumens\versions\v81QA\cfc\merchandise\merchandise.cfc @ 05:05:07.007 SET NOCOUNT ON DECLARE @TimeZoneShift AS FLOAT , @str_alt AS VARCHAR(max) , @intNumber_wAltSubCat AS INT; SET @TimeZoneShift = IsNull(( SELECT TimeZoneHourAdjustment FROM Regions WITH (NOLOCK) WHERE RegionID = 1 ), 0); SELECT c.OrgID , c.RegionID , c.CategoryID , c.NAME AS CategoryName , sc.int_displayed_in_category , sc.SubcategoryID , ( SELECT ExternalCourseProviderID FROM ExternalCourseProvider WITH (NOLOCK) WHERE DefaultSubcategoryID = sc.SubCategoryID ) AS ExternalCourseProviderID , sc.NAME AS SubcategoryName , sc.str_subCat_graphic AS SubCategoryImg , c.str_cat_graphic AS CategoryImg FROM Categories c WITH (NOLOCK) LEFT JOIN SubCategories sc WITH (NOLOCK) ON c.CategoryID = sc.CategoryID WHERE 1 = 1 AND c.STATUS = 'A' AND sc.STATUS = 'A' AND c.RegionID = 1 AND c.bit_merchandise_category =1 AND sc.int_displayed_in_category IN ( SELECT int_displayed_in_category FROM tbl_displayed_in_category WHERE ( str_displayed_in_category LIKE 'Merchandise' OR str_displayed_in_category LIKE 'Both' ) ) AND sc.bit_available_to_students =1 AND ( sc.SubCategoryID IN ( SELECT splitVal.value FROM tbl_merchandise_item CROSS APPLY dbo.fun_convert_delimited_values_to_table(',',tbl_merchandise_item.str_alt_sub_category_id) splitVal WHERE tbl_merchandise_item.chr_Status = 'A' AND tbl_merchandise_item.bit_merchandise_item_available_to_students =1 AND tbl_merchandise_item.bit_use_attributes=0 AND ( CASE WHEN tbl_merchandise_item.bit_item_expire = 1 AND ( DateAdd(hh, @TimeZoneShift, dbo.fun_GetDateCT()) BETWEEN tbl_merchandise_item.dat_student_display_start AND DateAdd(ms, - 10, tbl_merchandise_item.dat_item_expire) ) THEN 1 WHEN tbl_merchandise_item.bit_item_expire = 0 AND (DateAdd(hh, @TimeZoneShift, dbo.fun_GetDateCT()) >= tbl_merchandise_item.dat_student_display_start) THEN 1 ELSE 0 END ) = 1 ) OR sc.SubCategoryID IN ( SELECT tbl_merchandise_item.int_sub_category_id FROM tbl_merchandise_item WHERE tbl_merchandise_item.int_category_id = c.categoryID AND tbl_merchandise_item.int_sub_category_id=sc.SubCategoryID AND tbl_merchandise_item.chr_Status = 'A' AND tbl_merchandise_item.bit_merchandise_item_available_to_students =1 AND ( CASE WHEN tbl_merchandise_item.bit_item_expire = 1 AND ( DateAdd(hh, @TimeZoneShift, dbo.fun_GetDateCT()) BETWEEN tbl_merchandise_item.dat_student_display_start AND DateAdd(ms, - 10, tbl_merchandise_item.dat_item_expire) ) THEN 1 WHEN tbl_merchandise_item.bit_item_expire = 0 AND (DateAdd(hh, @TimeZoneShift, dbo.fun_GetDateCT()) >= tbl_merchandise_item.dat_student_display_start) THEN 1 ELSE 0 END ) = 1 AND tbl_merchandise_item.int_item_id = CASE WHEN tbl_merchandise_item.bit_use_attributes = 1 THEN ( SELECT DISTINCT t1.int_item_id FROM tbl_merchandise_attribute_combination t1 INNER JOIN tbl_merchandise_attribute_combination_options t2 ON t1.int_attribute_combination_id = t2.int_attribute_combination_id WHERE t1.int_item_id = tbl_merchandise_item.int_item_id ) ELSE tbl_merchandise_item.int_item_id END ) ) ORDER BY c.SortOrder , c.NAME , sc.SortOrder , sc.NAME SET NOCOUNT OFF qCatCount (Datasource=, Time=0ms, Records=1) in E:\Lumens\Versions\v81QA\model\merchandise\act_merchandise_list_display.cfm @ 05:05:07.007 SELECT DISTINCT CategoryID FROM variables.qCatSubcatList qCountList (Datasource=v8Testing7, Time=16ms, Records=1) in E:\Lumens\versions\v81QA\cfc\merchandise\merchandise.cfc @ 05:05:07.007 SET NOCOUNT ON DECLARE @TimeZoneShift AS FLOAT , @str_alt AS VARCHAR(max) , @intNumber_wAltSubCat AS INT; SET @TimeZoneShift = IsNull(( SELECT TimeZoneHourAdjustment FROM Regions WITH (NOLOCK) WHERE RegionID = 1 ), 0); SELECT Count(*) AS Count FROM Categories c WITH (NOLOCK) LEFT JOIN SubCategories sc WITH (NOLOCK) ON c.CategoryID = sc.CategoryID WHERE 1 = 1 AND c.STATUS = 'A' AND sc.STATUS = 'A' AND c.RegionID = 1 AND c.bit_merchandise_category =1 AND sc.int_displayed_in_category IN ( SELECT int_displayed_in_category FROM tbl_displayed_in_category WHERE ( str_displayed_in_category LIKE 'Merchandise' OR str_displayed_in_category LIKE 'Both' ) ) AND sc.bit_available_to_students =1 AND ( sc.SubCategoryID IN ( SELECT splitVal.value FROM tbl_merchandise_item CROSS APPLY dbo.fun_convert_delimited_values_to_table(',',tbl_merchandise_item.str_alt_sub_category_id) splitVal WHERE tbl_merchandise_item.int_category_id = c.categoryID AND tbl_merchandise_item.int_sub_category_id = sc.SubCategoryID AND tbl_merchandise_item.chr_Status = 'A' AND tbl_merchandise_item.bit_use_attributes = 0 AND tbl_merchandise_item.bit_merchandise_item_available_to_students =1 AND ( CASE WHEN tbl_merchandise_item.bit_item_expire = 1 AND ( DateAdd(hh, @TimeZoneShift, dbo.fun_GetDateCT()) BETWEEN tbl_merchandise_item.dat_student_display_start AND DateAdd(ms, - 10, tbl_merchandise_item.dat_item_expire) ) THEN 1 WHEN tbl_merchandise_item.bit_item_expire = 0 AND (DateAdd(hh, @TimeZoneShift, dbo.fun_GetDateCT()) >= tbl_merchandise_item.dat_student_display_start) THEN 1 ELSE 0 END ) = 1 ) OR sc.SubCategoryID IN ( SELECT tbl_merchandise_item.int_sub_category_id FROM tbl_merchandise_item WHERE tbl_merchandise_item.int_category_id = c.categoryID AND tbl_merchandise_item.int_sub_category_id=sc.SubCategoryID AND tbl_merchandise_item.chr_Status = 'A' AND tbl_merchandise_item.bit_merchandise_item_available_to_students =1 AND ( CASE WHEN tbl_merchandise_item.bit_item_expire = 1 AND ( DateAdd(hh, @TimeZoneShift, dbo.fun_GetDateCT()) BETWEEN tbl_merchandise_item.dat_student_display_start AND DateAdd(ms, - 10, tbl_merchandise_item.dat_item_expire) ) THEN 1 WHEN tbl_merchandise_item.bit_item_expire = 0 AND (DateAdd(hh, @TimeZoneShift, dbo.fun_GetDateCT()) >= tbl_merchandise_item.dat_student_display_start) THEN 1 ELSE 0 END ) = 1 AND tbl_merchandise_item.int_item_id = CASE WHEN tbl_merchandise_item.bit_use_attributes = 1 THEN ( SELECT DISTINCT t1.int_item_id FROM tbl_merchandise_attribute_combination t1 INNER JOIN tbl_merchandise_attribute_combination_options t2 ON t1.int_attribute_combination_id = t2.int_attribute_combination_id WHERE t1.int_item_id = tbl_merchandise_item.int_item_id ) ELSE tbl_merchandise_item.int_item_id END ) ) AND c.CategoryID IN( ?) AND sc.SubCategoryID IN( ?) Query Parameter Value(s) - Stored Procedures
Scope Variables CGI Variables: AUTH_PASSWORD= AUTH_TYPE= AUTH_USER= CERT_COOKIE= CERT_FLAGS= CERT_ISSUER= CERT_KEYSIZE= CERT_SECRETKEYSIZE= CERT_SERIALNUMBER= CERT_SERVER_ISSUER= CERT_SERVER_SUBJECT= CERT_SUBJECT= CF_TEMPLATE_PATH=E:\Lumens\index.cfm CONTENT_LENGTH=0 CONTENT_TYPE= CONTEXT_PATH= GATEWAY_INTERFACE=CGI/1.1 HTTPS=off HTTPS_KEYSIZE= HTTPS_SECRETKEYSIZE= HTTPS_SERVER_ISSUER= HTTPS_SERVER_SUBJECT= HTTP_ACCEPT=*/* HTTP_ACCEPT_ENCODING=gzip, br, zstd, deflate HTTP_ACCEPT_LANGUAGE= HTTP_CONNECTION= HTTP_COOKIE=AWSALBAPP-3=_remove_; AWSALBAPP-0=_remove_; AWSALBAPP-1=_remove_; AWSALBAPP-2=_remove_ HTTP_HOST=v8testing7.augusoft.net HTTP_REFERER= HTTP_URL=/index.cfm?method=Merchandise.MerchandiseListDisplay HTTP_USER_AGENT=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) LOCAL_ADDR=172.31.100.167 PATH_INFO= PATH_TRANSLATED=E:\Lumens\index.cfm QUERY_STRING=method=Merchandise.MerchandiseListDisplay REMOTE_ADDR=172.31.102.152 REMOTE_HOST=172.31.102.152 REMOTE_USER= REQUEST_METHOD=GET SCRIPT_NAME=/index.cfm SERVER_NAME=v8testing7.augusoft.net SERVER_PORT=80 SERVER_PORT_SECURE=0 SERVER_PROTOCOL=HTTP/1.1 SERVER_SOFTWARE=Microsoft-IIS/10.0 WEB_SERVER_API= Cookie Variables: AWSALBAPP-0=_remove_ AWSALBAPP-1=_remove_ AWSALBAPP-2=_remove_ AWSALBAPP-3=_remove_ LUMPERSIST=D29F05513C876BB758AD16075A324D63 Session Variables: actortypeid=90 addtoken=CFID=15933048&CFTOKEN=3db2298be4536022-0B905023-C2DB-00BB-B51E5B431104FE44&jsessionid=505A0E3B79CF8F0FF34DAA926D418CD3.cfusion allowunmaskeddata=0 appname=v8Testing7 basecfcs=versions.v81QA basecode=/versions/v81QA bit_canvas_failed_process=false bit_member=0 customcct= customcfcs=Customers.v8Testing7 customerid=495 custompath=/Customers/v8Testing7/custom debug=0 debugoutput=1 docxdir=DocxHTML domain=v8testing7.augusoft.net ds=v8Testing7 enabledlivechat=false enabledsupportwidget=false enteredsiteusingipaddress=1 foundeo_firewall_ip=18.219.8.51 foundeo_firewall_ua=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) loggedin=No loggeduseremail= loggeduserfname=Guest loggeduserlname= membershiptypeid=0 menuid=1 orgid=1 privacypolicyack= regionid=1 sessionid=505A0E3B79CF8F0FF34DAA926D418CD3.cfusion sitepath=/Customers/v8Testing7 sslreturnurl=https://v8testing7.augusoft.net/ stylesheetpath=/Customers/v8Testing7/StyleSheets/style.css timeoutminutes=60 urltoken=CFID=15933048&CFTOKEN=3db2298be4536022-0B905023-C2DB-00BB-B51E5B431104FE44&jsessionid=505A0E3B79CF8F0FF34DAA926D418CD3.cfusion version=v81QA URL Parameters: method=Merchandise.MerchandiseListDisplayDebug Rendering Time: 15 ms |