{"id":56,"date":"2024-07-13T07:32:54","date_gmt":"2024-07-13T07:32:54","guid":{"rendered":"https:\/\/demo1.nowremote.com\/index.php\/my-orders\/"},"modified":"2024-07-13T07:32:54","modified_gmt":"2024-07-13T07:32:54","slug":"my-orders","status":"publish","type":"page","link":"https:\/\/demo1.nowremote.com\/index.php\/my-orders\/","title":{"rendered":"My Orders"},"content":{"rendered":"\n<div class=\"wrap plugin-container vikrestaurants-page-allorders\">\n\n\t\n\t\n\t\n<div class=\"vikrestaurants-start-body\">\n\t<!--\n\t\tThis tag is simply used to understand where the\n\t\tbody of VikRestaurants starts.\n\t-->\n<\/div>\n\n\t<!-- REGISTRATION -->\n\t\n\t<script>\n\t\t(function($, w) {\n\t\t\t'use strict';\n\n\t\t\tw.vreUserRegistrationValidator = null;\n\n\t\t\tw.vrLoginValueChanged = () => {\n\t\t\t\tif ($('input[name=loginradio]:checked').val() == 1) {\n\t\t\t\t\t$('.vrregisterblock').css('display', 'none');\n\t\t\t\t\t$('.vrloginblock').fadeIn();\n\t\t\t\t} else {\n\t\t\t\t\t$('.vrloginblock').css('display', 'none');\n\t\t\t\t\t$('.vrregisterblock').fadeIn();\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t$(function() {\n\t\t\t\t\/\/ in case of a specified form, register only the fields contained within the registration wrapper\n\t\t\t\tconst formSelector = '#vrregform';\n\n\t\t\t\t\/\/ create validator once the document is ready, because certain themes\n\t\t\t\t\/\/ might load the resources after the body\n\t\t\t\tw.vreUserRegistrationValidator = new VikFormValidator(formSelector, 'vrinvalid');\n\n\t\t\t\t\/\/ register callback to make sure both the password fields are equals\n\t\t\t\tw.vreUserRegistrationValidator.addCallback((form) => {\n\t\t\t\t\tconst pwd1 = $('#vrcfregister_password');\n\t\t\t\t\tconst pwd2 = $('#vrcfregister_conf_password');\n\n\t\t\t\t\tif (!pwd1.val() || (pwd1.val() !== pwd2.val())) {\n\t\t\t\t\t\t\/\/ the specified password are not matching\n\t\t\t\t\t\tform.setInvalid($(pwd1).add(pwd2));\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\n\t\t\t\t\t\/\/ the specified password are equals\n\t\t\t\t\tform.unsetInvalid($(pwd1).add(pwd2));\n\t\t\t\t\treturn true;\n\t\t\t\t});\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t$(formSelector).find('button[name=\"registerbutton\"]').on('click', function(event) {\n\t\t\t\t\tif (!w.vreUserRegistrationValidator.validate()) {\n\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t}\n\n\t\t\t\t\t\/\/ find parent form\n\t\t\t\t\tconst formElement = $(this).closest('form');\n\n\t\t\t\t\t\n\t\t\t\t\treturn true;\n\t\t\t\t});\n\t\t\t});\n\t\t})(jQuery, window);\n\t<\/script>\n\n\t<div class=\"vrloginradiobox\" id=\"vrloginradiobox\">\n\t\t<span class=\"vrloginradiosp\">\n\t\t\t<label for=\"logradio1\">Login<\/label>\n\t\t\t<input type=\"radio\" id=\"logradio1\" name=\"loginradio\" value=\"1\" onChange=\"vrLoginValueChanged();\" checked=\"checked\" \/>\n\t\t<\/span>\n\t\t<span class=\"vrloginradiosp\">\n\t\t\t<label for=\"logradio2\">Create New Account<\/label>\n\t\t\t<input type=\"radio\" id=\"logradio2\" name=\"loginradio\" value=\"2\" onChange=\"vrLoginValueChanged();\"  \/>\n\t\t<\/span>\n\t<\/div>\n\n\t<div class=\"vrregisterblock\" style=\"display: none;\">\n\t\t\t\t\t<form action=\"https:\/\/demo1.nowremote.com\/index.php\/my-orders\/?option=com_vikrestaurants\" method=\"post\" name=\"vrregform\" id=\"vrregform\">\n\t\t\t\n\t\t\t<h3>Registration<\/h3>\n\t\t\t\n\t\t\t<div class=\"vrloginfieldsdiv custom-fields-default\">\n\n\t\t\t\t\n<div class=\"control-custom-field control-nominative\" id=\"vrcfregister_first_name-control\">\n\n\t\n\t\t\t<div class=\"control-label\">\n\t\t\t<label for=\"vrcfregister_first_name\">\n\t\t\t\tFirst Name\n\t\t\t\t\t\t\t\t\t<span class=\"star\" aria-hidden=\"true\">*<\/span>\n\t\t\t\t\t\t\t<\/label>\n\t\t<\/div>\n\t\n\t<div class=\"controls\">\n\t\t\n<input\n\ttype=\"text\"\n\tname=\"vrcfregister_first_name\"    id=\"vrcfregister_first_name\"\tvalue=\"\"\n\tsize=\"40\"\n\tclass=\"vrinput custom-field required field-nominative\"\n                            \/>\n\n\t\t\t<\/div>\n\n<\/div>\n\n<script>\n\t(function($, w) {\n\t\t'use strict';\n\n\t\t$(function() {\n\t\t\t\t\t\t\tonInstanceReady(() => {\n\t\t\t\t\t\/\/ wait until the provided validator has been loaded\n\t\t\t\t\treturn w['vreUserRegistrationValidator'];\n\t\t\t\t}).then((validator) => {\n\n\t\t\t\t\t\/\/ copy the default method\n\t\t\t\t\tvalidator._getLabel = VikFormValidator.prototype.getLabel;\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Overwrite getLabel method to properly access the\n\t\t\t\t\t * label by using our custom layout.\n\t\t\t\t\t *\n\t\t\t\t\t * @param   mixed  input  The input element.\n\t\t\t\t\t *\n\t\t\t\t\t * @return  mixed  The label of the input.\n\t\t\t\t\t *\/\n\t\t\t\t\tvalidator.getLabel = function(input) {\n\t\t\t\t\t\tif ($(input).is(':checkbox')) {\n\t\t\t\t\t\t\t\/\/ get label next to the checkbox\n\t\t\t\t\t\t\tconst label = $(input).next('label');\n\n\t\t\t\t\t\t\t\/\/ check if we have a popup link\n\t\t\t\t\t\t\tif (label.find('a')) {\n\t\t\t\t\t\t\t\treturn label.find('a');\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn label;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\/\/ invoke default getter\n\t\t\t\t\t\treturn this._getLabel(input);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t\t});\n\n\t})(jQuery, window);\n<\/script>\n<div class=\"control-custom-field control-nominative\" id=\"vrcfregister_last_name-control\">\n\n\t\n\t\t\t<div class=\"control-label\">\n\t\t\t<label for=\"vrcfregister_last_name\">\n\t\t\t\tLast Name\n\t\t\t\t\t\t\t\t\t<span class=\"star\" aria-hidden=\"true\">*<\/span>\n\t\t\t\t\t\t\t<\/label>\n\t\t<\/div>\n\t\n\t<div class=\"controls\">\n\t\t\n<input\n\ttype=\"text\"\n\tname=\"vrcfregister_last_name\"    id=\"vrcfregister_last_name\"\tvalue=\"\"\n\tsize=\"40\"\n\tclass=\"vrinput custom-field required field-nominative\"\n                            \/>\n\n\t\t\t<\/div>\n\n<\/div>\n\n<script>\n\t(function($, w) {\n\t\t'use strict';\n\n\t\t$(function() {\n\t\t\t\t\t\t\tonInstanceReady(() => {\n\t\t\t\t\t\/\/ wait until the provided validator has been loaded\n\t\t\t\t\treturn w['vreUserRegistrationValidator'];\n\t\t\t\t}).then((validator) => {\n\n\t\t\t\t\t\/\/ copy the default method\n\t\t\t\t\tvalidator._getLabel = VikFormValidator.prototype.getLabel;\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Overwrite getLabel method to properly access the\n\t\t\t\t\t * label by using our custom layout.\n\t\t\t\t\t *\n\t\t\t\t\t * @param   mixed  input  The input element.\n\t\t\t\t\t *\n\t\t\t\t\t * @return  mixed  The label of the input.\n\t\t\t\t\t *\/\n\t\t\t\t\tvalidator.getLabel = function(input) {\n\t\t\t\t\t\tif ($(input).is(':checkbox')) {\n\t\t\t\t\t\t\t\/\/ get label next to the checkbox\n\t\t\t\t\t\t\tconst label = $(input).next('label');\n\n\t\t\t\t\t\t\t\/\/ check if we have a popup link\n\t\t\t\t\t\t\tif (label.find('a')) {\n\t\t\t\t\t\t\t\treturn label.find('a');\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn label;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\/\/ invoke default getter\n\t\t\t\t\t\treturn this._getLabel(input);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t\t});\n\n\t})(jQuery, window);\n<\/script>\n<div class=\"control-custom-field\" id=\"vrcfregister_username-control\">\n\n\t\n\t\t\t<div class=\"control-label\">\n\t\t\t<label for=\"vrcfregister_username\">\n\t\t\t\tUsername\n\t\t\t\t\t\t\t\t\t<span class=\"star\" aria-hidden=\"true\">*<\/span>\n\t\t\t\t\t\t\t<\/label>\n\t\t<\/div>\n\t\n\t<div class=\"controls\">\n\t\t\n<input\n\ttype=\"text\"\n\tname=\"vrcfregister_username\"    id=\"vrcfregister_username\"\tvalue=\"\"\n\tsize=\"40\"\n\tclass=\"vrinput custom-field required\"\n                            \/>\n\n\t\t\t<\/div>\n\n<\/div>\n\n<script>\n\t(function($, w) {\n\t\t'use strict';\n\n\t\t$(function() {\n\t\t\t\t\t\t\tonInstanceReady(() => {\n\t\t\t\t\t\/\/ wait until the provided validator has been loaded\n\t\t\t\t\treturn w['vreUserRegistrationValidator'];\n\t\t\t\t}).then((validator) => {\n\n\t\t\t\t\t\/\/ copy the default method\n\t\t\t\t\tvalidator._getLabel = VikFormValidator.prototype.getLabel;\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Overwrite getLabel method to properly access the\n\t\t\t\t\t * label by using our custom layout.\n\t\t\t\t\t *\n\t\t\t\t\t * @param   mixed  input  The input element.\n\t\t\t\t\t *\n\t\t\t\t\t * @return  mixed  The label of the input.\n\t\t\t\t\t *\/\n\t\t\t\t\tvalidator.getLabel = function(input) {\n\t\t\t\t\t\tif ($(input).is(':checkbox')) {\n\t\t\t\t\t\t\t\/\/ get label next to the checkbox\n\t\t\t\t\t\t\tconst label = $(input).next('label');\n\n\t\t\t\t\t\t\t\/\/ check if we have a popup link\n\t\t\t\t\t\t\tif (label.find('a')) {\n\t\t\t\t\t\t\t\treturn label.find('a');\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn label;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\/\/ invoke default getter\n\t\t\t\t\t\treturn this._getLabel(input);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t\t});\n\n\t})(jQuery, window);\n<\/script>\n<div class=\"control-custom-field control-email\" id=\"vrcfregister_email-control\">\n\n\t\n\t\t\t<div class=\"control-label\">\n\t\t\t<label for=\"vrcfregister_email\">\n\t\t\t\tE-Mail\n\t\t\t\t\t\t\t\t\t<span class=\"star\" aria-hidden=\"true\">*<\/span>\n\t\t\t\t\t\t\t<\/label>\n\t\t<\/div>\n\t\n\t<div class=\"controls\">\n\t\t\n<input\n\ttype=\"email\"\n\tname=\"vrcfregister_email\"    id=\"vrcfregister_email\"\tvalue=\"\"\n\tsize=\"40\"\n\tclass=\"vrinput custom-field required field-email mail-field\"\n                            \/>\n\n\t\t\t<\/div>\n\n<\/div>\n\n<script>\n\t(function($, w) {\n\t\t'use strict';\n\n\t\t$(function() {\n\t\t\t\t\t\t\tonInstanceReady(() => {\n\t\t\t\t\t\/\/ wait until the provided validator has been loaded\n\t\t\t\t\treturn w['vreUserRegistrationValidator'];\n\t\t\t\t}).then((validator) => {\n\n\t\t\t\t\t\/\/ copy the default method\n\t\t\t\t\tvalidator._getLabel = VikFormValidator.prototype.getLabel;\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Overwrite getLabel method to properly access the\n\t\t\t\t\t * label by using our custom layout.\n\t\t\t\t\t *\n\t\t\t\t\t * @param   mixed  input  The input element.\n\t\t\t\t\t *\n\t\t\t\t\t * @return  mixed  The label of the input.\n\t\t\t\t\t *\/\n\t\t\t\t\tvalidator.getLabel = function(input) {\n\t\t\t\t\t\tif ($(input).is(':checkbox')) {\n\t\t\t\t\t\t\t\/\/ get label next to the checkbox\n\t\t\t\t\t\t\tconst label = $(input).next('label');\n\n\t\t\t\t\t\t\t\/\/ check if we have a popup link\n\t\t\t\t\t\t\tif (label.find('a')) {\n\t\t\t\t\t\t\t\treturn label.find('a');\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn label;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\/\/ invoke default getter\n\t\t\t\t\t\treturn this._getLabel(input);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t\t});\n\n\t})(jQuery, window);\n<\/script>\n<div class=\"control-custom-field\" id=\"vrcfregister_password-control\">\n\n\t\n\t\t\t<div class=\"control-label\">\n\t\t\t<label for=\"vrcfregister_password\">\n\t\t\t\tPassword\n\t\t\t\t\t\t\t\t\t<span class=\"star\" aria-hidden=\"true\">*<\/span>\n\t\t\t\t\t\t\t<\/label>\n\t\t<\/div>\n\t\n\t<div class=\"controls\">\n\t\t\n<input\n\ttype=\"password\"\n\tname=\"vrcfregister_password\"    id=\"vrcfregister_password\"\tvalue=\"\"\n\tsize=\"40\"\n\tclass=\"vrinput custom-field required\"\n                                autocomplete=\"off\"\n\/>\n\n\t\t\t<\/div>\n\n<\/div>\n\n<script>\n\t(function($, w) {\n\t\t'use strict';\n\n\t\t$(function() {\n\t\t\t\t\t\t\tonInstanceReady(() => {\n\t\t\t\t\t\/\/ wait until the provided validator has been loaded\n\t\t\t\t\treturn w['vreUserRegistrationValidator'];\n\t\t\t\t}).then((validator) => {\n\n\t\t\t\t\t\/\/ copy the default method\n\t\t\t\t\tvalidator._getLabel = VikFormValidator.prototype.getLabel;\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Overwrite getLabel method to properly access the\n\t\t\t\t\t * label by using our custom layout.\n\t\t\t\t\t *\n\t\t\t\t\t * @param   mixed  input  The input element.\n\t\t\t\t\t *\n\t\t\t\t\t * @return  mixed  The label of the input.\n\t\t\t\t\t *\/\n\t\t\t\t\tvalidator.getLabel = function(input) {\n\t\t\t\t\t\tif ($(input).is(':checkbox')) {\n\t\t\t\t\t\t\t\/\/ get label next to the checkbox\n\t\t\t\t\t\t\tconst label = $(input).next('label');\n\n\t\t\t\t\t\t\t\/\/ check if we have a popup link\n\t\t\t\t\t\t\tif (label.find('a')) {\n\t\t\t\t\t\t\t\treturn label.find('a');\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn label;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\/\/ invoke default getter\n\t\t\t\t\t\treturn this._getLabel(input);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t\t});\n\n\t})(jQuery, window);\n<\/script>\n<div class=\"control-custom-field\" id=\"vrcfregister_conf_password-control\">\n\n\t\n\t\t\t<div class=\"control-label\">\n\t\t\t<label for=\"vrcfregister_conf_password\">\n\t\t\t\tConfirm Password\n\t\t\t\t\t\t\t\t\t<span class=\"star\" aria-hidden=\"true\">*<\/span>\n\t\t\t\t\t\t\t<\/label>\n\t\t<\/div>\n\t\n\t<div class=\"controls\">\n\t\t\n<input\n\ttype=\"password\"\n\tname=\"vrcfregister_conf_password\"    id=\"vrcfregister_conf_password\"\tvalue=\"\"\n\tsize=\"40\"\n\tclass=\"vrinput custom-field required\"\n                                autocomplete=\"off\"\n\/>\n\n\t\t\t<\/div>\n\n<\/div>\n\n<script>\n\t(function($, w) {\n\t\t'use strict';\n\n\t\t$(function() {\n\t\t\t\t\t\t\tonInstanceReady(() => {\n\t\t\t\t\t\/\/ wait until the provided validator has been loaded\n\t\t\t\t\treturn w['vreUserRegistrationValidator'];\n\t\t\t\t}).then((validator) => {\n\n\t\t\t\t\t\/\/ copy the default method\n\t\t\t\t\tvalidator._getLabel = VikFormValidator.prototype.getLabel;\n\n\t\t\t\t\t\/**\n\t\t\t\t\t * Overwrite getLabel method to properly access the\n\t\t\t\t\t * label by using our custom layout.\n\t\t\t\t\t *\n\t\t\t\t\t * @param   mixed  input  The input element.\n\t\t\t\t\t *\n\t\t\t\t\t * @return  mixed  The label of the input.\n\t\t\t\t\t *\/\n\t\t\t\t\tvalidator.getLabel = function(input) {\n\t\t\t\t\t\tif ($(input).is(':checkbox')) {\n\t\t\t\t\t\t\t\/\/ get label next to the checkbox\n\t\t\t\t\t\t\tconst label = $(input).next('label');\n\n\t\t\t\t\t\t\t\/\/ check if we have a popup link\n\t\t\t\t\t\t\tif (label.find('a')) {\n\t\t\t\t\t\t\t\treturn label.find('a');\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn label;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\/\/ invoke default getter\n\t\t\t\t\t\treturn this._getLabel(input);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t\t});\n\n\t})(jQuery, window);\n<\/script>\n\t\t\t\t<div class=\"vrloginfield field-button\">\n\t\t\t\t\t<button type=\"submit\" class=\"vre-btn primary large\" name=\"registerbutton\">\n\t\t\t\t\t\tRegister\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\n\t\t\t<\/div>\n\t\n\t\t\t<input type=\"hidden\" id=\"vikwp_nonce\" name=\"vikwp_nonce\" value=\"316e4df402\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php\/wp-json\/wp\/v2\/pages\/56\" \/>\n\t\t\t\t\t\t<input type=\"hidden\" name=\"option\" value=\"com_vikrestaurants\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"task\" value=\"userprofile.register\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"return\" value=\"aW5kZXgucGhwP29wdGlvbj1jb21fdmlrcmVzdGF1cmFudHMmdmlldz1hbGxvcmRlcnM=\" \/>\n\t\t\t<\/form>\n\t\t\t\t<\/form>\n\t<\/div>\n\n\n<!-- LOGIN -->\n\n<div class=\"vrloginblock\" style=\"\">\n\t<form action=\"https:\/\/demo1.nowremote.com\/wp-login.php?action=login&referer=vikrestaurants\" method=\"post\">\n\t<h3>Login<\/h3>\n\n\t\t\n\t<div class=\"vrloginfieldsdiv\">\n\t\t\n\t\t<form name=\"loginform\" id=\"loginform\" action=\"https:\/\/demo1.nowremote.com\/wp-login.php\" method=\"post\"><p class=\"login-username\">\n\t\t\t\t<label for=\"user_login\">Username or Email Address<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"user_login\" autocomplete=\"username\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-password\">\n\t\t\t\t<label for=\"user_pass\">Password<\/label>\n\t\t\t\t<input type=\"password\" name=\"pwd\" id=\"user_pass\" autocomplete=\"current-password\" spellcheck=\"false\" class=\"input\" value=\"\" size=\"20\" \/>\n\t\t\t<\/p><p class=\"login-remember\"><label><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/> Remember Me<\/label><\/p><p class=\"login-submit\">\n\t\t\t\t<input type=\"submit\" name=\"wp-submit\" id=\"wp-submit\" class=\"button button-primary\" value=\"Log In\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/demo1.nowremote.com\/index.php\/my-orders\/\" \/>\n\t\t\t<\/p><\/form>\n\t<\/div>\n\n\t\t\t<div class=\"vr-login-footer-links\">\n\t\t\t<div>\n\t\t\t\t<a href=\"https:\/\/demo1.nowremote.com\/wp-login.php?action=lostpassword\" target=\"_blank\">\n\t\t\t\t\tLost your password?\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\n\t<input type=\"hidden\" id=\"vikwp_nonce\" name=\"vikwp_nonce\" value=\"316e4df402\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php\/wp-json\/wp\/v2\/pages\/56\" \/><\/form>\n<\/div>\n\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-56","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>My Orders - Limos Hotel<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/demo1.nowremote.com\/index.php\/my-orders\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"My Orders - Limos Hotel\" \/>\n<meta property=\"og:url\" content=\"https:\/\/demo1.nowremote.com\/index.php\/my-orders\/\" \/>\n<meta property=\"og:site_name\" content=\"Limos Hotel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/demo1.nowremote.com\\\/index.php\\\/my-orders\\\/\",\"url\":\"https:\\\/\\\/demo1.nowremote.com\\\/index.php\\\/my-orders\\\/\",\"name\":\"My Orders - Limos Hotel\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/demo1.nowremote.com\\\/#website\"},\"datePublished\":\"2024-07-13T07:32:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/demo1.nowremote.com\\\/index.php\\\/my-orders\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/demo1.nowremote.com\\\/index.php\\\/my-orders\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/demo1.nowremote.com\\\/index.php\\\/my-orders\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/demo1.nowremote.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"My Orders\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/demo1.nowremote.com\\\/#website\",\"url\":\"https:\\\/\\\/demo1.nowremote.com\\\/\",\"name\":\"Limos Hotel\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/demo1.nowremote.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/demo1.nowremote.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/demo1.nowremote.com\\\/#organization\",\"name\":\"Limos Hotel\",\"url\":\"https:\\\/\\\/demo1.nowremote.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/demo1.nowremote.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/demo1.nowremote.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/cropped-logo_simple.png\",\"contentUrl\":\"https:\\\/\\\/demo1.nowremote.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/cropped-logo_simple.png\",\"width\":238,\"height\":136,\"caption\":\"Limos Hotel\"},\"image\":{\"@id\":\"https:\\\/\\\/demo1.nowremote.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"My Orders - Limos Hotel","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/demo1.nowremote.com\/index.php\/my-orders\/","og_locale":"en_US","og_type":"article","og_title":"My Orders - Limos Hotel","og_url":"https:\/\/demo1.nowremote.com\/index.php\/my-orders\/","og_site_name":"Limos Hotel","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/demo1.nowremote.com\/index.php\/my-orders\/","url":"https:\/\/demo1.nowremote.com\/index.php\/my-orders\/","name":"My Orders - Limos Hotel","isPartOf":{"@id":"https:\/\/demo1.nowremote.com\/#website"},"datePublished":"2024-07-13T07:32:54+00:00","breadcrumb":{"@id":"https:\/\/demo1.nowremote.com\/index.php\/my-orders\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/demo1.nowremote.com\/index.php\/my-orders\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/demo1.nowremote.com\/index.php\/my-orders\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/demo1.nowremote.com\/"},{"@type":"ListItem","position":2,"name":"My Orders"}]},{"@type":"WebSite","@id":"https:\/\/demo1.nowremote.com\/#website","url":"https:\/\/demo1.nowremote.com\/","name":"Limos Hotel","description":"","publisher":{"@id":"https:\/\/demo1.nowremote.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/demo1.nowremote.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/demo1.nowremote.com\/#organization","name":"Limos Hotel","url":"https:\/\/demo1.nowremote.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/demo1.nowremote.com\/#\/schema\/logo\/image\/","url":"https:\/\/demo1.nowremote.com\/wp-content\/uploads\/2024\/07\/cropped-logo_simple.png","contentUrl":"https:\/\/demo1.nowremote.com\/wp-content\/uploads\/2024\/07\/cropped-logo_simple.png","width":238,"height":136,"caption":"Limos Hotel"},"image":{"@id":"https:\/\/demo1.nowremote.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/demo1.nowremote.com\/index.php\/wp-json\/wp\/v2\/pages\/56","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo1.nowremote.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo1.nowremote.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo1.nowremote.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/demo1.nowremote.com\/index.php\/wp-json\/wp\/v2\/comments?post=56"}],"version-history":[{"count":0,"href":"https:\/\/demo1.nowremote.com\/index.php\/wp-json\/wp\/v2\/pages\/56\/revisions"}],"wp:attachment":[{"href":"https:\/\/demo1.nowremote.com\/index.php\/wp-json\/wp\/v2\/media?parent=56"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}