{"id":480988,"date":"2021-10-17T22:40:52","date_gmt":"2021-10-18T02:40:52","guid":{"rendered":"https:\/\/midlandauctions.ca\/?page_id=480988"},"modified":"2022-11-08T18:09:02","modified_gmt":"2022-11-08T23:09:02","slug":"support-3","status":"publish","type":"page","link":"https:\/\/midlandauctions.ca\/?page_id=480988","title":{"rendered":"Support"},"content":{"rendered":".<br \/>\n\t\t\t<div id=\"wpsc-container\" style=\"display:none;\">\n\t\t\t\t<div class=\"wpsc-shortcode-container\">\n\t\t\t\t\t\t\t\t<div class=\"wpsc-auth-container\">\n\t\t\t\t<div class=\"auth-inner-container\">\n\t\t\t\t\t<h2>Please sign in<\/h2>\n\t\t\t\t\t<form onsubmit=\"return false;\" class=\"wpsc-login wpsc-default-login\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"wpsc-button normal primary\" onclick=\"wpsc_custom_login( this, 'https:\/\/midlandauctions.ca\/wp-login.php?redirect_to=https%3A%2F%2Fmidlandauctions.ca%2Findex.php%3Frest_route%3Dwpv2pages480988' )\">Sign In<\/button>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/form>\n\n\t\t\t\t\t<div class=\"auth-links\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"wpsc-link wpsc-otp-signin\" onclick=\"wpsc_get_guest_sign_in();\">Sign-in using one time password<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"wpsc-link wpsc-guest-create-ticket\" onclick=\"wpsc_get_guest_ticket_form();\">Create new ticket as guest<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"wpsc-link wpsc-otp-open-ticket\" href=\"https:\/\/midlandauctions.ca\/?page_id=7571\">Open existing ticket using one time password<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<script>\n\t\t\t\t\t\/**\n\t\t\t\t\t * Submit default login form\n\t\t\t\t\t *\/\n\t\t\t\t\tfunction wpsc_submit_login_form(el) {\n\n\t\t\t\t\t\tvar dataform = new FormData(jQuery(el).closest('form')[0]);\n\t\t\t\t\t\tvar username = dataform.get('username').trim();\n\t\t\t\t\t\tvar password = dataform.get('password').trim();\n\t\t\t\t\t\tif (!username || !password) {\n\t\t\t\t\t\t\talert(supportcandy.translations.req_fields_missing);\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\twpsc_post_login_form(el, dataform);\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Submit login form\n\t\t\t\t\t *\/\n\t\t\t\t\tfunction wpsc_post_login_form(el, dataform) {\n\n\t\t\t\t\t\tjQuery(el).text(supportcandy.translations.please_wait);\n\t\t\t\t\t\tjQuery.ajax({\n\t\t\t\t\t\t\turl: supportcandy.ajax_url,\n\t\t\t\t\t\t\ttype: 'POST',\n\t\t\t\t\t\t\tdata: dataform,\n\t\t\t\t\t\t\tprocessData: false,\n\t\t\t\t\t\t\tcontentType: false\n\t\t\t\t\t\t}).done(function (response) {\n\t\t\t\t\t\t\tif (response.success) {\n\t\t\t\t\t\t\t\twindow.location.reload();\n\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif (response.data) {\n\t\t\t\t\t\t\t\tif (typeof response.data === 'string') {\n\t\t\t\t\t\t\t\t\tmessage = response.data;\n\t\t\t\t\t\t\t\t} else if (response.data.message) {\n\t\t\t\t\t\t\t\t\tmessage = response.data.message;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\talert(message);\n\t\t\t\t\t\t}).fail(function (xhr, status, error) {\n\t\t\t\t\t\t\tlet message = supportcandy.translations.something_wrong;\n\n\t\t\t\t\t\t\t\/\/ Handle WP JSON errors (401, 403, 400)\n\t\t\t\t\t\t\tif (xhr.responseJSON && xhr.responseJSON.data) {\n\t\t\t\t\t\t\t\tif (typeof xhr.responseJSON.data === 'string') {\n\t\t\t\t\t\t\t\t\tmessage = xhr.responseJSON.data;\n\t\t\t\t\t\t\t\t} else if (xhr.responseJSON.data.message) {\n\t\t\t\t\t\t\t\t\tmessage = xhr.responseJSON.data.message;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\talert(message);\n\t\t\t\t\t\t}).always(function () {\n\t\t\t\t\t\t\twindow.location.reload();\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Custom login\n\t\t\t\t\t *\/\n\t\t\t\t\tfunction wpsc_custom_login(el, url) {\n\n\t\t\t\t\t\tjQuery(el).text(supportcandy.translations.please_wait);\n\t\t\t\t\t\twindow.location.href = url;\n\t\t\t\t\t}\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Get default registration page\n\t\t\t\t\t *\/\n\t\t\t\t\tfunction wpsc_get_default_registration() {\n\n\t\t\t\t\t\tjQuery('.auth-inner-container').html(supportcandy.loader_html);\n\t\t\t\t\t\tvar data = { action: 'wpsc_get_default_registration' };\n\t\t\t\t\t\tjQuery.post(supportcandy.ajax_url, data, function (response) {\n\t\t\t\t\t\t\tjQuery('.auth-inner-container').html(response);\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Set default registration form\n\t\t\t\t\t *\/\n\t\t\t\t\tfunction wpsc_set_default_registration(el) {\n\n\t\t\t\t\t\tvar dataform = new FormData(jQuery(el).closest('form')[0]);\n\t\t\t\t\t\tvar firstname = dataform.get('firstname').trim();\n\t\t\t\t\t\tvar lastname = dataform.get('lastname').trim();\n\t\t\t\t\t\tvar username = dataform.get('username').trim();\n\t\t\t\t\t\tvar email_address = dataform.get('email_address').trim();\n\t\t\t\t\t\tvar password = dataform.get('password').trim();\n\t\t\t\t\t\tvar confirm_password = dataform.get('confirm_password').trim();\n\t\t\t\t\t\tvar isUsername = dataform.get('is_username').trim();\n\t\t\t\t\t\tvar isEmail = dataform.get('is_email').trim();\n\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (!firstname || !lastname || !username || !email_address || !password || !confirm_password) {\n\t\t\t\t\t\t\talert(supportcandy.translations.req_fields_missing);\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (!validateEmail(email_address)) {\n\t\t\t\t\t\t\talert(supportcandy.translations.incorrect_email);\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (isUsername != 1) {\n\t\t\t\t\t\t\talert(supportcandy.translations.unsername_unavailable);\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (isEmail != 1) {\n\t\t\t\t\t\t\talert(supportcandy.translations.email_unavailable);\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (password !== confirm_password) {\n\t\t\t\t\t\t\talert(supportcandy.translations.incorrect_password);\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\twpsc_authenticate_registration(el, dataform);\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Post registration form\n\t\t\t\t\t *\/\n\t\t\t\t\tfunction wpsc_authenticate_registration(el, dataform) {\n\n\t\t\t\t\t\tjQuery('.auth-inner-container').html(supportcandy.loader_html);\n\t\t\t\t\t\tjQuery.ajax({\n\t\t\t\t\t\t\turl: supportcandy.ajax_url,\n\t\t\t\t\t\t\ttype: 'POST',\n\t\t\t\t\t\t\tdata: dataform,\n\t\t\t\t\t\t\tprocessData: false,\n\t\t\t\t\t\t\tcontentType: false\n\t\t\t\t\t\t}).done(function (res) {\n\t\t\t\t\t\t\tif (typeof(res) == \"object\") {\n\t\t\t\t\t\t\t\talert(supportcandy.translations.something_wrong);\n\t\t\t\t\t\t\t\twpsc_get_default_registration();\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery('.auth-inner-container').html(res);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}).fail(function (res) {\n\t\t\t\t\t\t\talert(supportcandy.translations.something_wrong);\n\t\t\t\t\t\t\twindow.location.reload();\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Register user\n\t\t\t\t\t *\/\n\t\t\t\t\tfunction wpsc_confirm_registration(el) {\n\n\t\t\t\t\t\tjQuery('.auth-inner-container').html(supportcandy.loader_html);\n\t\t\t\t\t\tvar dataform = new FormData(jQuery(el).closest('form')[0]);\n\t\t\t\t\t\tjQuery.ajax({\n\t\t\t\t\t\t\turl: supportcandy.ajax_url,\n\t\t\t\t\t\t\ttype: 'POST',\n\t\t\t\t\t\t\tdata: dataform,\n\t\t\t\t\t\t\tprocessData: false,\n\t\t\t\t\t\t\tcontentType: false\n\t\t\t\t\t\t}).done(function (res) {\n\t\t\t\t\t\t\tif (res.isSuccess == 1) {\n\t\t\t\t\t\t\t\twindow.location.reload();\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\talert(supportcandy.translations.something_wrong);\n\t\t\t\t\t\t\t\twpsc_get_default_registration();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Get guest otp login screen\n\t\t\t\t\t *\n\t\t\t\t\t * @return void\n\t\t\t\t\t *\/\n\t\t\t\t\tfunction wpsc_get_guest_sign_in() {\n\n\t\t\t\t\t\tjQuery('.auth-inner-container').html(supportcandy.loader_html);\n\t\t\t\t\t\tvar data = { action: 'wpsc_get_guest_sign_in' };\n\t\t\t\t\t\tjQuery.post(supportcandy.ajax_url, data, function (res) {\n\t\t\t\t\t\t\tif (typeof(res) == \"object\") {\n\t\t\t\t\t\t\t\talert(supportcandy.translations.something_wrong);\n\t\t\t\t\t\t\t\twindow.location.reload();\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery('.auth-inner-container').html(res);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Send login OTP\n\t\t\t\t\t *\n\t\t\t\t\t * @return void\n\t\t\t\t\t *\/\n\t\t\t\t\tfunction wpsc_authenticate_guest_login(el) {\n\n\t\t\t\t\t\tvar dataform = new FormData(jQuery(el).closest('form')[0]);\n\n\t\t\t\t\t\tvar email_address = dataform.get('email_address').trim();\n\t\t\t\t\t\tif ( ! email_address ) {\n\t\t\t\t\t\t\talert(supportcandy.translations.req_fields_missing);\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (!validateEmail(email_address)) {\n\t\t\t\t\t\t\talert(supportcandy.translations.incorrect_email);\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tjQuery(el).text(supportcandy.translations.please_wait);\n\t\t\t\t\t\tjQuery.ajax({\n\t\t\t\t\t\t\turl: supportcandy.ajax_url,\n\t\t\t\t\t\t\ttype: 'POST',\n\t\t\t\t\t\t\tdata: dataform,\n\t\t\t\t\t\t\tprocessData: false,\n\t\t\t\t\t\t\tcontentType: false\n\t\t\t\t\t\t}).done(function (res) {\n\t\t\t\t\t\t\tif (typeof(res) == \"object\") {\n\t\t\t\t\t\t\t\talert(supportcandy.translations.something_wrong);\n\t\t\t\t\t\t\t\twpsc_get_guest_sign_in();\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tjQuery('.auth-inner-container').html(res);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}).fail(function (res) {\n\t\t\t\t\t\t\talert(supportcandy.translations.something_wrong);\n\t\t\t\t\t\t\twindow.location.reload();\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Confirm guest login auth\n\t\t\t\t\t *\n\t\t\t\t\t * @return void\n\t\t\t\t\t *\/\n\t\t\t\t\tfunction wpsc_confirm_guest_login(el) {\n\n\t\t\t\t\t\tjQuery('.auth-inner-container').html(supportcandy.loader_html);\n\t\t\t\t\t\tvar dataform = new FormData(jQuery(el).closest('form')[0]);\n\t\t\t\t\t\tjQuery.ajax({\n\t\t\t\t\t\t\turl: supportcandy.ajax_url,\n\t\t\t\t\t\t\ttype: 'POST',\n\t\t\t\t\t\t\tdata: dataform,\n\t\t\t\t\t\t\tprocessData: false,\n\t\t\t\t\t\t\tcontentType: false\n\t\t\t\t\t\t}).done(function (res) {\n\t\t\t\t\t\t\tif (res.isSuccess == 1) {\n\t\t\t\t\t\t\t\twindow.location.reload();\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\talert(supportcandy.translations.something_wrong);\n\t\t\t\t\t\t\t\twpsc_get_guest_sign_in();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t<\/script>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"wpsc-page-snippets\" style=\"display: none;\">\n\t\t\t\t<div class=\"wpsc-editor-attachment upload-waiting\">\n\t\t\t\t\t<div class=\"attachment-label\"><\/div>\n\t\t\t\t\t<div class=\"attachment-remove\" onclick=\"wpsc_remove_attachment(this)\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"svg-inline--fa fa-times fa-w-11\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 352 512\"><path fill=\"currentColor\" d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"attachment-waiting\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<script type=\"text\/javascript\">\n\n\t\t\t\t\/**\n\t\t\t\t * Get ticket list\n\t\t\t\t *\/\n\t\t\t\tfunction wpsc_get_ticket_list(is_humbargar = false) {\n\n\t\t\t\t\tsupportcandy.current_section = 'ticket-list';\n\n\t\t\t\t\tif (is_humbargar) wpsc_toggle_humbargar();\n\n\t\t\t\t\tif (wpsc_is_description_text()) {\n\t\t\t\t\t\tif ( !confirm(supportcandy.translations.warning_message)){\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}  else {\n\t\t\t\t\t\t\tvar is_tinymce = (typeof tinyMCE != \"undefined\") && tinyMCE.activeEditor && !tinyMCE.activeEditor.isHidden();\n\t\t\t\t\t\t\tif (is_tinymce && tinymce.get('description')) {\n\t\t\t\t\t\t\t\tvar description = tinyMCE.get('description').setContent('');\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tvar description = jQuery('#description').val('');\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tticket_id = jQuery('#wpsc-current-ticket').val();\n\t\t\t\t\t\t\twpsc_clear_saved_draft_reply( ticket_id );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tvar id = supportcandy.current_ticket_id;\n\t\t\t\t\tif (id) {\n\t\t\t\t\t\tdelete supportcandy.current_ticket_id;\n\t\t\t\t\t\twpsc_get_individual_ticket(id);\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\twpsc_update_live_agents();\n\n\t\t\t\t\t\/\/ set flag to differenciate between ticket list and individual ticket\n\t\t\t\t\tsupportcandy.ticketListIsIndividual = false;\n\n\t\t\t\t\tjQuery('.wpsc-tickets-nav, .wpsc-humbargar-menu-item').removeClass('active');\n\t\t\t\t\tjQuery('.wpsc-tickets-nav.ticket-list, .wpsc-humbargar-menu-item.ticket-list').addClass('active');\n\t\t\t\t\tjQuery('.wpsc-humbargar-title').html(supportcandy.humbargar_titles.ticket_list);\n\n\t\t\t\t\t\/\/ set url\n\t\t\t\t\tvar url = new URL(window.location.href);\n\t\t\t\t\tvar search_params = url.searchParams;\n\t\t\t\t\tsearch_params.set('wpsc-section', 'ticket-list');\n\t\t\t\t\tsearch_params.delete('ticket-id');\n\t\t\t\t\turl.search = search_params.toString();\n\t\t\t\t\twindow.history.replaceState({}, null, url.toString());\n\n\t\t\t\t\tjQuery('.wpsc-body').html(supportcandy.loader_html);\n\n\t\t\t\t\tvar data = {\n\t\t\t\t\t\taction: 'wpsc_get_ticket_list',\n\t\t\t\t\t\t_ajax_nonce: supportcandy.nonce,\n\t\t\t\t\t\tis_frontend: supportcandy.is_frontend\n\t\t\t\t\t};\n\t\t\t\t\tsearch_params.forEach(function(value, key) {\n\t\t\t\t\t\tdata[key] = value;\n\t\t\t\t\t});\n\t\t\t\t\tif (typeof supportcandy.ticketList != 'undefined' && typeof supportcandy.ticketList.filters != 'undefined') {\n\t\t\t\t\t\tdata.filters = supportcandy.ticketList.filters;\n\t\t\t\t\t}\n\t\t\t\t\tjQuery.post(supportcandy.ajax_url, data, function (response) {\n\t\t\t\t\t\tjQuery('.wpsc-body').html(response);\n\t\t\t\t\t\twpsc_reset_responsive_style();\n\t\t\t\t\t});\n\t\t\t\t\twpsc_delete_auto_draft();\n\t\t\t\t}\n\n\t\t\t\t\/**\n\t\t\t\t * Get individual ticket\n\t\t\t\t *\/\n\t\t\t\tfunction wpsc_get_individual_ticket(id) {\n\n\t\t\t\t\tjQuery('.wpsc-tickets-nav, .wpsc-humbargar-menu-item').removeClass('active');\n\t\t\t\t\tjQuery('.wpsc-tickets-nav.ticket-list, .wpsc-humbargar-menu-item.ticket-list').addClass('active');\n\t\t\t\t\tjQuery('.wpsc-humbargar-title').html(supportcandy.humbargar_titles.ticket_list);\n\n\t\t\t\t\t\/\/ set url\n\t\t\t\t\tvar url = new URL(window.location.href);\n\t\t\t\t\tvar search_params = url.searchParams;\n\t\t\t\t\tsearch_params.set('wpsc-section', 'ticket-list');\n\t\t\t\t\tsearch_params.set('ticket-id', id);\n\t\t\t\t\turl.search = search_params.toString();\n\t\t\t\t\twindow.history.replaceState({}, null, url.toString());\n\n\t\t\t\t\tjQuery('.wpsc-body').html(supportcandy.loader_html);\n\n\t\t\t\t\t\/\/ set flag to differenciate between ticket list and individual ticket\n\t\t\t\t\tsupportcandy.ticketListIsIndividual = true;\n\n\t\t\t\t\tvar data = {\n\t\t\t\t\t\taction: 'wpsc_get_individual_ticket',\n\t\t\t\t\t\tticket_id: id,\n\t\t\t\t\t};\n\t\t\t\t\tsearch_params.forEach(function(value, key) {\n\t\t\t\t\t\tdata[key] = value;\n\t\t\t\t\t});\n\t\t\t\t\tjQuery.post(supportcandy.ajax_url, data, function (response) {\n\t\t\t\t\t\tjQuery('.wpsc-body').html(response);\n\t\t\t\t\t\twpsc_reset_responsive_style();\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\t\/**\n\t\t\t\t * Get create ticket form\n\t\t\t\t *\/\n\t\t\t\tfunction wpsc_get_ticket_form(is_humbargar = false) {\n\t\t\t\t\t\n\t\t\t\t\tsupportcandy.current_section = 'new-ticket';\n\n\t\t\t\t\tif (is_humbargar) wpsc_toggle_humbargar();\n\n\t\t\t\t\tif (wpsc_is_description_text()) {\n\t\t\t\t\t\tif ( confirm(supportcandy.translations.warning_message)){\n\t\t\t\t\t\t\tcurrent_ticket = jQuery('#wpsc-current-ticket').val();\n\t\t\t\t\t\t\twpsc_clear_saved_draft_reply( current_ticket );\n\t\t\t\t\t\t} else{\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery('.wpsc-tickets-nav, .wpsc-humbargar-menu-item').removeClass('active');\n\t\t\t\t\tjQuery('.wpsc-tickets-nav.new-ticket, .wpsc-humbargar-menu-item.new-ticket').addClass('active');\n\t\t\t\t\tjQuery('.wpsc-humbargar-title').html(supportcandy.humbargar_titles.new_ticket);\n\n\t\t\t\t\twpsc_update_live_agents();\n\n\t\t\t\t\t\/\/ set url\n\t\t\t\t\tvar url = new URL(window.location.href);\n\t\t\t\t\tvar search_params = url.searchParams;\n\t\t\t\t\tsearch_params.set('wpsc-section', 'new-ticket');\n\t\t\t\t\tsearch_params.delete('ticket-id');\n\t\t\t\t\turl.search = search_params.toString();\n\t\t\t\t\twindow.history.replaceState({}, null, url.toString());\n\n\t\t\t\t\tjQuery('.wpsc-body').html(supportcandy.loader_html);\n\n\t\t\t\t\tvar data = {\n\t\t\t\t\t\taction: 'wpsc_get_ticket_form',\n\t\t\t\t\t\t_ajax_nonce: supportcandy.nonce\n\t\t\t\t\t};\n\t\t\t\t\tsearch_params.forEach(function(value, key) {\n\t\t\t\t\t\tdata[key] = value;\n\t\t\t\t\t});\n\t\t\t\t\tjQuery.post(supportcandy.ajax_url, data, function (response) {\n\t\t\t\t\t\tjQuery('.wpsc-body').html(response);\n\t\t\t\t\t\twpsc_reset_responsive_style();\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\t\/**\n\t\t\t\t * Get agent settings\n\t\t\t\t *\/\n\t\t\t\tfunction wpsc_get_user_profile(is_humbargar = false) {\n\n\t\t\t\t\tsupportcandy.current_section = 'my-profile';\n\n\t\t\t\t\tif (is_humbargar) wpsc_toggle_humbargar();\n\n\t\t\t\t\tjQuery('.wpsc-tickets-nav, .wpsc-humbargar-menu-item').removeClass('active');\n\t\t\t\t\tjQuery('.wpsc-tickets-nav.my-profile, .wpsc-humbargar-menu-item.my-profile').addClass('active');\n\t\t\t\t\tjQuery('.wpsc-humbargar-title').html(supportcandy.humbargar_titles.my_profile);\n\n\t\t\t\t\twpsc_update_live_agents();\n\n\t\t\t\t\t\/\/ set url\n\t\t\t\t\tvar url = new URL(window.location.href);\n\t\t\t\t\tvar search_params = url.searchParams;\n\t\t\t\t\tsearch_params.set('wpsc-section', 'my-profile');\n\t\t\t\t\tsearch_params.delete('ticket-id');\n\t\t\t\t\turl.search = search_params.toString();\n\t\t\t\t\twindow.history.replaceState({}, null, url.toString());\n\n\t\t\t\t\tjQuery('.wpsc-body').html(supportcandy.loader_html);\n\n\t\t\t\t\tvar data = { action: 'wpsc_get_user_profile' };\n\t\t\t\t\tsearch_params.forEach(function(value, key) {\n\t\t\t\t\t\tdata[key] = value;\n\t\t\t\t\t});\n\t\t\t\t\tjQuery.post(supportcandy.ajax_url, data, function (response) {\n\t\t\t\t\t\tjQuery('.wpsc-body').html(response);\n\t\t\t\t\t\twpsc_reset_responsive_style();\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\t\/**\n\t\t\t\t * Get agent settings\n\t\t\t\t *\/\n\t\t\t\tfunction wpsc_get_agent_profile(is_humbargar = false) {\n\n\t\t\t\t\tsupportcandy.current_section = 'agent-profile';\n\n\t\t\t\t\tif (is_humbargar) wpsc_toggle_humbargar();\n\n\t\t\t\t\tjQuery('.wpsc-tickets-nav, .wpsc-humbargar-menu-item').removeClass('active');\n\t\t\t\t\tjQuery('.wpsc-tickets-nav.agent-profile, .wpsc-humbargar-menu-item.agent-profile').addClass('active');\n\t\t\t\t\tjQuery('.wpsc-humbargar-title').html(supportcandy.humbargar_titles.agent_profile);\n\n\t\t\t\t\twpsc_update_live_agents();\n\n\t\t\t\t\t\/\/ set url\n\t\t\t\t\tvar url = new URL(window.location.href);\n\t\t\t\t\tvar search_params = url.searchParams;\n\t\t\t\t\tsearch_params.set('wpsc-section', 'agent-profile');\n\t\t\t\t\tsearch_params.delete('ticket-id');\n\t\t\t\t\turl.search = search_params.toString();\n\t\t\t\t\twindow.history.replaceState({}, null, url.toString());\n\n\t\t\t\t\tjQuery('.wpsc-body').html(supportcandy.loader_html);\n\n\t\t\t\t\tvar data = { action: 'wpsc_get_agent_profile' };\n\t\t\t\t\tsearch_params.forEach(function(value, key) {\n\t\t\t\t\t\tdata[key] = value;\n\t\t\t\t\t});\n\t\t\t\t\tjQuery.post(supportcandy.ajax_url, data, function (response) {\n\t\t\t\t\t\tjQuery('.wpsc-body').html(response);\n\t\t\t\t\t\twpsc_reset_responsive_style();\n\t\t\t\t\t\tjQuery('.wpsc-ap-nav.general').trigger('click');\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\t\/**\n\t\t\t\t * Get agent dashboard\n\t\t\t\t *\/\n\t\t\t\tfunction wpsc_get_agent_dashboard(is_humbargar = false) {\n\n\t\t\t\t\tsupportcandy.current_section = 'dashboard';\n\n\t\t\t\t\tif (is_humbargar) {\n\t\t\t\t\t\twpsc_toggle_humbargar();\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery( '.wpsc-tickets-nav, .wpsc-humbargar-menu-item' ).removeClass( 'active' );\n\t\t\t\t\tjQuery( '.wpsc-tickets-nav.dashboard, .wpsc-humbargar-menu-item.dashboard' ).addClass( 'active' );\n\t\t\t\t\tjQuery( '.wpsc-humbargar-title' ).html( supportcandy.humbargar_titles.dashboard );\n\n\t\t\t\t\twpsc_update_live_agents();\n\n\t\t\t\t\t\/\/ set url\n\t\t\t\t\tvar url = new URL(window.location.href);\n\t\t\t\t\tvar search_params = url.searchParams;\n\t\t\t\t\tsearch_params.set('wpsc-section', 'dashboard');\n\t\t\t\t\tsearch_params.delete('ticket-id');\n\t\t\t\t\turl.search = search_params.toString();\n\t\t\t\t\twindow.history.replaceState({}, null, url.toString());\n\t\t\t\t\tjQuery( '.wpsc-body' ).html( supportcandy.loader_html );\n\n\t\t\t\t\tvar data = { action: 'wpsc_get_agent_dashboard' };\n\t\t\t\t\tsearch_params.forEach(function(value, key) {\n\t\t\t\t\t\tdata[key] = value;\n\t\t\t\t\t});\n\n\t\t\t\t\tjQuery.post(\n\t\t\t\t\t\tsupportcandy.ajax_url,\n\t\t\t\t\t\tdata,\n\t\t\t\t\t\tfunction (response) {\n\t\t\t\t\t\t\tjQuery( '.wpsc-body' ).html( response );\n\t\t\t\t\t\t\twpsc_reset_responsive_style();\n\t\t\t\t\t\t\tjQuery( '.wpsc-ap-nav.general' ).trigger( 'click' );\n\t\t\t\t\t\t}\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\t\/**\n\t\t\t\t * Get create ticket as guest\n\t\t\t\t *\/\n\t\t\t\tfunction wpsc_get_guest_ticket_form() {\n\n\t\t\t\t\tjQuery('.wpsc-shortcode-container').html('<div class=\"wpsc-body\"><\/div>');\n\t\t\t\t\twpsc_get_ticket_form();\n\t\t\t\t}\n\n\t\t\t\t\/**\n\t\t\t\t * Update live agents\n\t\t\t\t *\/\n\t\t\t\tfunction wpsc_update_live_agents() {\n\n\t\t\t\t\tif (!supportcandy.ticketListIsIndividual) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tagent_id = jQuery(\"#wpsc-current-agent\").val();\n\t\t\t\t\tif (!agent_id) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tif (typeof supportcandy.agent_collision === \"undefined\" || !supportcandy.agent_collision) {\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\n\t\t\t\t\tticket_id = jQuery(\"#wpsc-current-ticket\").val();\n\t\t\t\t\tvar data = { action: 'wpsc_check_live_agents', agent_id, ticket_id, operation: 'leave', _ajax_nonce: supportcandy.nonce };\n\t\t\t\t\tjQuery.post(\n\t\t\t\t\t\tsupportcandy.ajax_url,\n\t\t\t\t\t\tdata,\n\t\t\t\t\t\tfunction (response) {\n\t\t\t\t\t\t}\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t<\/script>\n\t\t\t\n","protected":false},"excerpt":{"rendered":"<p>.<\/p>\n <a class=\"more-link\" href=\"https:\/\/midlandauctions.ca\/?page_id=480988\"><span class=\"more-msg\">Continue reading &rarr;<\/span><\/a>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-480988","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/midlandauctions.ca\/index.php?rest_route=\/wp\/v2\/pages\/480988","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/midlandauctions.ca\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/midlandauctions.ca\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/midlandauctions.ca\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/midlandauctions.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=480988"}],"version-history":[{"count":5,"href":"https:\/\/midlandauctions.ca\/index.php?rest_route=\/wp\/v2\/pages\/480988\/revisions"}],"predecessor-version":[{"id":687929,"href":"https:\/\/midlandauctions.ca\/index.php?rest_route=\/wp\/v2\/pages\/480988\/revisions\/687929"}],"wp:attachment":[{"href":"https:\/\/midlandauctions.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=480988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}