{"id":23,"date":"2024-02-20T16:50:19","date_gmt":"2024-02-20T16:50:19","guid":{"rendered":"https:\/\/theweddingcarhirepeople.com\/?page_id=23"},"modified":"2025-06-10T08:32:32","modified_gmt":"2025-06-10T08:32:32","slug":"your-history","status":"publish","type":"page","link":"https:\/\/theweddingcarhirepeople.com\/en\/your-history\/","title":{"rendered":"Your History"},"content":{"rendered":"\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n  const countryMap = {\n    ar: \"Argentina\", au: \"Australia\", at: \"Austria\", be: \"Belgium\", br: \"Brazil\",\n    bg: \"Bulgaria\", ca: \"Canada\", cn: \"China\", co: \"Colombia\", cy: \"Cyprus\",\n    cz: \"Czech Republic\", dk: \"Denmark\", eg: \"Egypt\", ee: \"Estonia\", fi: \"Finland\",\n    fr: \"France\", de: \"Germany\", gi: \"Gibraltar\", gr: \"Greece\", in: \"India\",\n    id: \"Indonesia\", ie: \"Ireland\", il: \"Israel\", it: \"Italy\", jp: \"Japan\",\n    lv: \"Latvia\", lt: \"Lithuania\", mt: \"Malta\", mx: \"Mexico\", nl: \"Netherlands\",\n    nz: \"New Zealand\", no: \"Norway\", ph: \"Philippines\", pl: \"Poland\", pt: \"Portugal\",\n    ru: \"Russia\", sa: \"Saudi Arabia\", sg: \"Singapore\", za: \"South Africa\",\n    es: \"Spain\", se: \"Sweden\", ch: \"Switzerland\", tr: \"Turkey\",\n    uk: \"United Kingdom\", us: \"United States of America\"\n  };\n\n  const subdomain = window.location.hostname.split('.')[0].toLowerCase();\n  const countryName = countryMap[subdomain] || \"your region\";\n\n  const pageTitle = `Your Booking History | Wedding Car Hire in ${countryName}`;\n  const metaDescription = `View your wedding car booking history in ${countryName}. Track your past quotes, confirmed bookings, and manage your wedding transport journey all in one place.`;\n\n  \/\/ Set <title>\n  document.title = pageTitle;\n\n  \/\/ Set <meta name=\"description\">\n  let metaTag = document.querySelector('meta[name=\"description\"]');\n  if (!metaTag) {\n    metaTag = document.createElement('meta');\n    metaTag.name = \"description\";\n    document.head.appendChild(metaTag);\n  }\n  metaTag.setAttribute(\"content\", metaDescription);\n\n  \/\/ Set <link rel=\"canonical\">\n  const canonicalUrl = window.location.href;\n  let canonicalLink = document.querySelector('link[rel=\"canonical\"]');\n  if (!canonicalLink) {\n    canonicalLink = document.createElement(\"link\");\n    canonicalLink.setAttribute(\"rel\", \"canonical\");\n    document.head.appendChild(canonicalLink);\n  }\n  canonicalLink.setAttribute(\"href\", canonicalUrl);\n});\n<\/script>\n\n\n\n<style>\n\/* Base Typography *\/\nbody {\n  font-family: 'Montserrat', sans-serif;\n  margin: 0;\n  padding: 0;\n  background-color: #fff;\n  color: #333;\n}\n\n\/* FAQ Info Boxes *\/\n.faq-box {\n  background-color: #ffffff;\n  border: 2px solid #d2b744;\n  border-radius: 8px;\n  width: 350px;\n  padding: 1.5rem;\n  text-align: left;\n  text-decoration: none;\n  color: #333;\n  transition: all 0.3s ease;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n}\n\n.faq-box h3 {\n  margin-top: 0;\n  font-size: 1.25rem;\n  color: #b3952f;\n}\n\n.faq-box p {\n  font-size: 0.95rem;\n  margin-top: 0.5rem;\n  color: #555;\n}\n\n.faq-box:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);\n  background-color: #fffbe6;\n}\n\n\/* Table Styling *\/\ntable.quotestable,\ntable.bookingstable {\n  width: 100%;\n  border-collapse: separate;\n  border-spacing: 0 1rem;\n  font-size: 0.95rem;\n  color: #333;\n}\n\ntable.quotestable thead th,\ntable.bookingstable thead th {\n  background-color: #fffbe6;\n  color: #b3952f;\n  padding: 0.75rem 1rem;\n  font-size: 1rem;\n  text-align: left;\n  border-bottom: 2px solid #d2b744;\n}\n\ntable.quotestable tbody tr,\ntable.bookingstable tbody tr {\n  background: #ffffff;\n  border: 1px solid #e0e0e0;\n  border-radius: 10px;\n  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\n  transition: box-shadow 0.3s ease, transform 0.2s ease;\n}\n\ntable.quotestable tbody tr:hover,\ntable.bookingstable tbody tr:hover {\n  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);\n  transform: translateY(-2px);\n}\n\ntable.quotestable td,\ntable.bookingstable td {\n  padding: 1rem;\n  vertical-align: top;\n  background-color: transparent;\n  border: none;\n}\n\ntable.quotestable img,\ntable.bookingstable img {\n  max-width: 120px;\n  height: auto;\n  border-radius: 6px;\n  margin-top: 0.5rem;\n  display: block;\n}\n\n.iquotevalue {\n  font-weight: 700;\n  font-size: 1rem;\n  color: #333;\n  display: block;\n  margin-bottom: 0.25rem;\n}\n\n.quotestable small,\n.bookingstable small {\n  color: #777;\n  font-size: 0.85rem;\n  display: block;\n  margin-top: 0.25rem;\n}\n\n\/* Book Online Button + My Booking Button *\/\na.iqbtnbook,\na.iqbtnmybooking {\n  all: unset;\n  display: inline-block;\n  background-color: #b3952f;\n  color: #fff;\n  padding: 0.5rem 1rem;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border-radius: 6px;\n  text-align: center;\n  cursor: pointer;\n  transition: background-color 0.3s ease;\n  border: none;\n  margin-top: 3.8rem;\n}\n\na.iqbtnbook:hover,\na.iqbtnmybooking:hover {\n  background-color: #9c8423;\n  color: #fff;\n}\n\n\/* View Quote Button *\/\na.iqshowlink,\nspan.iqshowlink {\n  all: unset !important;\n  display: inline-block !important;\n  background-color: transparent !important;\n  color: #b3952f !important;\n  padding: 0.5rem 1rem !important;\n  font-size: 0.85rem !important;\n  font-weight: 600 !important;\n  border-radius: 6px !important;\n  border: 2px solid #b3952f !important;\n  text-align: center !important;\n  cursor: pointer !important;\n  transition: background-color 0.3s ease !important;\n  margin-top: 3.1rem !important;\n}\n\na.iqshowlink:hover,\nspan.iqshowlink:hover {\n  background-color: #fffbe6 !important;\n  color: #9c8423 !important;\n}\n\n\/* See More Pictures Button *\/\nspan.iqmorepictures {\n  all: unset;\n  display: inline-block;\n  background-color: transparent;\n  color: #b3952f;\n  padding: 0.5rem 1rem;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border-radius: 6px;\n  border: 2px solid #b3952f;\n  text-align: center;\n  cursor: pointer;\n  transition: background-color 0.3s ease;\n  margin-top: 0.5rem;\n}\n\nspan.iqmorepictures:hover {\n  background-color: #fffbe6;\n  color: #9c8423;\n}\n\n\/* Scroll hint *\/\n.scroll-hint {\n  font-size: 0.85rem;\n  color: #999;\n  margin-bottom: 0.5rem;\n  text-align: right;\n}\n\n\/* Responsive Scroll + Button Reset *\/\n@media (max-width: 768px) {\n  .quote-table-wrapper {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    border: 1px dashed #ccc;\n    padding-bottom: 1rem;\n  }\n\n  table.quotestable,\n  table.bookingstable {\n    min-width: 700px;\n  }\n\n  .iqbtnbook,\n  .iqbtnmybooking,\n  .iqshowlink,\n  .iqmorepictures {\n    margin-top: 0.5rem !important;\n  }\n}\n\n  <\/style>\n\n<section style=\"padding: 0rem 1rem;\">\n  <div style=\"max-width: 1100px; margin: 0 auto; text-align: center;\">\n    <h2 style=\"font-size: 2rem; color: #b3952f; margin-bottom: 0.5rem;\">Welcome Back!<\/h2>\n    <p style=\"font-size: 1.1rem; color: #333; margin-bottom: 2rem;\">Your wedding planning journey continues here<\/p>\n\n    <p style=\"font-size: 1rem; line-height: 1.6; max-width: 1100px; margin: 0 auto 1.5rem;\">\n      Congratulations on your upcoming wedding! We&#8217;re honoured to be part of your journey to saying <strong>\u201cI do.\u201d<\/strong>\n      This dedicated space is designed just for you\u2014here, you can revisit your quotes and booking details anytime,\n      making it easy to stay organised as your big day approaches.\n    <\/p>\n\n    <p style=\"font-size: 1rem; line-height: 1.6; max-width: 1100px; margin: 0 auto 1.5rem;\">\n      From your first enquiry to confirmed bookings, every step you\u2019ve taken is saved right here.\n      Whether you&#8217;re checking dates, reviewing vehicles, or simply reflecting on your progress,\n      it\u2019s all at your fingertips.\n    <\/p>\n\n    <p style=\"font-size: 1rem; line-height: 1.6; max-width: 1100px; margin: 0 auto 2.5rem;\">\n      Thank you for letting us be part of your special day. Let\u2019s take a look at your wedding planning journey so far!\n    <\/p>\n\n    <!-- Call-to-action boxes -->\n    <div style=\"display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; margin-bottom: 3rem;\">\n      <a href=\"\/wedding-car-hire\/quote\/\" class=\"faq-box\">\n        <div>\n          <h3>\u26a1 Get a New Quote<\/h3>\n          <p>Compare prices for cars available on your wedding date.<\/p>\n        <\/div>\n      <\/a>\n      <a href=\"\/contact-us\/\" class=\"faq-box\">\n        <div>\n          <h3>\ud83d\udce9 Contact Us<\/h3>\n          <p>Need help? Get in touch with our friendly team.<\/p>\n        <\/div>\n      <\/a>\n      <a href=\"\/customer-faqs\/\" class=\"faq-box\">\n        <div>\n          <h3>\u2753 FAQs<\/h3>\n          <p>Find answers to the most common questions.<\/p>\n        <\/div>\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <!-- Booking data section -->\n  <div style=\"max-width: 1100px; margin: 0 auto;\">\n    <div style=\"background: #f9f9f9; border: 1px solid #ddd; padding: 1.5rem; border-radius: 8px;\">\n      <h2 style=\"font-size: 1.25rem; margin-bottom: 1rem; color: #444;\">Your Bookings &#038; Quotes<\/h2>\n      <div class=\"scroll-hint\">Swipe left\/right to view full table \u2192<\/div>\n      <div class=\"quote-table-wrapper\">\n        <input type=\"hidden\" value=\"0\" id =\"hfhost\" \/><input type=\"hidden\" value=\"\/wedding-car-profile\/\" id =\"hfdatasheet\" \/><div id=\"quotedata\" style=\"display:none;\">\n    <h2>Retrieving your quotes<\/h2>\n    <img decoding=\"async\" src=\"https:\/\/instant-quote.co\/images\/ajax-loader.gif\" alt=\"Loading quotations from Instant-Quote.co\" \/>\n<\/div>\n<div id=\"bookingdata\" style=\"display:none;\">\n    <h2>Retrieving your bookings<\/h2>\n    <img decoding=\"async\" src=\"https:\/\/instant-quote.co\/images\/ajax-loader.gif\" alt=\"Loading bookings from Instant-Quote.co\" \/>\n<\/div>\n<div style=\"display:none;\">\n\t<div id=\"QuoteFormPopup\" title=\"Quotation\" class=\"modal fade\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"ModalCenterTitle\" aria-hidden=\"true\" style=\"width:80vw;\">\n\t\t<div class=\"modal-dialog modal-dialog-centered\" role=\"document\">\n\t\t\t<div class=\"modal-content\">\n\n\t\t\t\t<div class=\"modal-header\">\n\t\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"modal-body\">\n\t\t\t\t\t<div id=\"iqquotecontent\">\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"modal-footer\"><button type=\"button\" class=\"btn btn-secondary\" data-dismiss=\"modal\" style=\"float: left;cursor:pointer;\" onclick=\"jQuery('#QuoteFormPopup').dialog('close')\">Close<\/button>\n\t\t\t\t<\/div>\n\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div> \n<\/div>\n\n\n\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Welcome Back! Your wedding planning journey continues here Congratulations on your upcoming wedding! We&#8217;re honoured to be part of your journey to saying \u201cI do.\u201d This dedicated space is designed just for you\u2014here, you can revisit your quotes and booking details anytime, making it easy to stay organised as your big day approaches. From your [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_iqpageproperties":{"pagetype":"","latlong":"0,0","latitude":"","longitude":"","country":"","county":"","town":"","product":"","service":"","host":"3824","postcode":"","wikipedia":"","wikidata":"","website":"","language":"","iqassetgroup":"","showroomid":"","state":"","state_name":""},"footnotes":""},"class_list":["post-23","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/theweddingcarhirepeople.com\/en\/wp-json\/wp\/v2\/pages\/23","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theweddingcarhirepeople.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/theweddingcarhirepeople.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/theweddingcarhirepeople.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theweddingcarhirepeople.com\/en\/wp-json\/wp\/v2\/comments?post=23"}],"version-history":[{"count":0,"href":"https:\/\/theweddingcarhirepeople.com\/en\/wp-json\/wp\/v2\/pages\/23\/revisions"}],"wp:attachment":[{"href":"https:\/\/theweddingcarhirepeople.com\/en\/wp-json\/wp\/v2\/media?parent=23"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}