CINXE.COM
Home Trade | trade.southaustralia.com
<!DOCTYPE html> <html lang="en-AU" data-domain="trade.southaustralia.com"> <head> <!-- "TEST AccumulatedStyles" --> <template id="testAccumulatedStyles"> <!-- base.css:components/banner --> <!-- base.css:components/desktop-nav --> <!-- base.css:components/footer --> <!-- base.css:components/forms --> <!-- base.css:components/header --> <!-- base.css:components/header-dates --> <!-- base.css:components/header-icon --> <!-- base.css:components/header-search --> <!-- base.css:components/noscript-message --> <!-- base.css:components/richtext --> <!-- base.css:components/slideout-menu --> <!-- base.css:components/subnav --> <!-- base.css:components/subtitle --> <!-- base.css:components/title --> <!-- general.css:components/columned-icon --> <!-- general.css:components/info-window --> <!-- general.css:components/product-card --> <!-- general.css:components/related-content --> <!-- occasional.css:components/search-filters --> <!-- occasional.css:layouts/search --> <!-- rare.css:components/content-grid --> </template> <!-- "END TEST AccumulatedStyles" --> <!-- begin styles --> <link rel="preload" as="style" href="/static/sa-base.css?v=638796038580000000" /> <link rel="stylesheet" href="/static/sa-base.css?v=638796038580000000" /> <link rel="preload" as="style" href="/static/sa-general.css?v=638796038580000000" /> <link rel="stylesheet" href="/static/sa-general.css?v=638796038580000000" /> <link rel="preload" as="style" href="/static/sa-occasional.css?v=638796038580000000" /> <link rel="stylesheet" href="/static/sa-occasional.css?v=638796038580000000" /> <link rel="preload" as="style" href="/static/sa-rare.css?v=638796038580000000" /> <link rel="stylesheet" href="/static/sa-rare.css?v=638796038580000000" /> <link rel="preload" as="style" href="/static/satc.main.css?v=638796038580000000"> <link rel="stylesheet" media="print" onload="this.media='all'" href="/static/satc.main.css?v=638796038580000000"> <link rel="preload" as="style" href="/static/fontawesome-subset.css?v=638796038560000000"> <link rel="stylesheet" media="print" onload="this.media='all'" href="/static/fontawesome-subset.css?v=638796038560000000"> <link rel="preload" as="style" href="/static/line-awesome.css?v=638796038580000000"> <link rel="stylesheet" media="print" onload="this.media='all'" href="/static/line-awesome.css?v=638796038580000000"> <!-- end styles --> <!-- Optional head content section --> <script> window.components = []; window.satc = []; // we can store global functions in this array </script> <script>var targetEnabled = "False";</script> <meta charset="utf-8"> <meta name='viewport' content='width=device-width,initial-scale=1'> <meta name="theme-color" content="#ffffff"> <meta name="title" content="Home Trade | trade.southaustralia.com"> <title>Home Trade | trade.southaustralia.com</title> <meta name="description" content=""> <meta property="og:url" content="https://trade.southaustralia.com/"> <meta property="og:type" content="website"> <meta property="og:title" content="Home Trade | trade.southaustralia.com"> <meta property="og:description" content=""> <meta name="sitecode" content="sa"> <meta name="opt.sub.list.id" content=""> <link rel="canonical" href="https://trade.southaustralia.com/"> <link rel="alternate" hreflang="en-AU" href="https://trade.southaustralia.com/"> <meta name="robots" content="index, follow"> <meta property="og:image" content="?w=1100&width=1100"> <meta name="twitter:title" content="Home Trade | trade.southaustralia.com"> <meta name="twitter:description" content=""> <meta name="twitter:url" content="https://trade.southaustralia.com/"> <meta property="twitter:image" content="?w=1100&width=1100"> <meta name="twitter:card" content="summary"> <meta property="article:published_time" content="2025-02-13T22:54:53.4200000Z"> <meta property="article:modified_time" content="2020-04-07T03:28:39.2430000Z"> <meta name="format-detection" content="telephone=no"> <link rel="icon" href="/favicon.ico?v=638796017020000000"> <script>var siteCode = "sa";</script> <!-- TRACKING HEAD --> <!-- CookiePro Cookies Consent Notice start for southaustralia.com --> <script src="https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="093943db-c8cb-43d7-9441-3537d5759772" ></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- CookiePro Cookies Consent Notice end for southaustralia.com --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PRB8QCX');</script> <!-- End Google Tag Manager --> <!-- Scripts below here have their own compliance code --> <!-- Scripts below here only run if they are approved by the user to run for compliance --> <script> function isValidAddAnalytics() { // Add scripts but only if the cookie for 'Functional' (C0003) has been approved if (OptanonActiveGroups && OptanonActiveGroups.indexOf(',C0003,') !== -1) { var groupThree = 'Test'; console.log("Running C0003") } // Add analytics but only if the cookie for 'Performance' (C0002) has been approved if (OptanonActiveGroups && OptanonActiveGroups.indexOf(',C0002,') !== -1) { console.log("Running C0002") // dotdigital (function(w,d,u,t,o,c){w['dmtrackingobjectname']=o;c=d.createElement(t);c.async=1;c.src=u;t=d.getElementsByTagName (t)[0];t.parentNode.insertBefore(c,t);w[o]=w[o]||function(){(w[o].q=w[o].q||[]).push(arguments);}; })(window, document, '//static.trackedweb.net/js/_dmptv4.js', 'script', 'dmPt'); window.dmPt('create', 'DM-5621679725-03'); window.dmPt('track'); } } function waitForOptanonActiveGroups() { console.log("Running waitForOptanonActiveGroups") return new Promise((resolve) => { const checkVariable = () => { if (typeof OptanonActiveGroups !== 'undefined') { console.log('OptanonActiveGroups 1'); resolve(); } else { setTimeout(checkVariable, 1000); console.log("Set timer") } }; checkVariable(); }); } async function runIsValidAddAnalyticsWithWait() { console.log("Running runIsValidAddAnalyticsWithWait") const result = await waitForOptanonActiveGroups(); isValidAddAnalytics(); console.log("Finished running isValidAddAnalytics") } runIsValidAddAnalyticsWithWait(); </script> <!-- Scripts below here are functional --> </head> <body class="header-container-width sitecode-sa brandcolor-#fcf860 home " m-ignore="children"> <header class="navgroup "> <div class="header__wrapper"> <script>window.components.push('header');</script> <div class="header"> <div class="header__container container"> <div class="header__brand-wrapper "> <a class="header__brand" href="/" aria-label="trade.southaustralia.com home"> <img class="header__brand-icon" alt="" src="/media/ep2kyigf/sacomlogo.png" > </a> </div> <div class="header__right"> <div class="header-search__container " id="header-search-container"> <div class="d-none d-xl-block"> <ul class="navbar-nav desktop-nav"> <li data-slug="travel1920" class="nav-item "> <a class="nav-link" href="/travel1920" title="Travel"> <span>Travel</span> </a> </li> <li data-slug="destinations" class="nav-item "> <a class="nav-link" href="/destinations" title="Destinations"> <span>Destinations</span> </a> </li> <li data-slug="events" class="nav-item "> <a class="nav-link" href="/events" title="Trade Events"> <span>Trade Events</span> </a> </li> <li data-slug="special-interest" class="nav-item "> <a class="nav-link" href="/special-interest" title="Special Interest"> <span>Special Interest</span> </a> </li> <li data-slug="sa-experts" class="nav-item "> <a class="nav-link" href="/sa-experts" title="SA Experts"> <span>SA Experts</span> </a> </li> <li data-slug="itineraries" class="nav-item "> <a class="nav-link" href="/itineraries" title="Itineraries"> <span>Itineraries</span> </a> </li> <li data-slug="support" class="nav-item "> <a class="nav-link" href="/support" title="Support"> <span>Support</span> </a> </li> <!--if there is any warning, will show warning icon--> </ul> </div> <script> window.components.push('header-search'); </script> <form class="header-search" action="/search" method="get"> <div class="header-search__tray"> <button class="header-search__button header-search__button--submit" aria-controls="header-search-container" aria-label="Search site" type="submit" data-toggle="header-search" data-target="#header-search-container" data-action="open" name="Search"> <svg xmlns="http://www.w3.org/2000/svg" class="header-search__button-icon" viewBox="0 0 512 512"> <path d="M 505.9 476.7 L 384 354.8 c 32.1 -38.7 49.6 -87.1 49.6 -138 c 0 -57.9 -22.6 -112.4 -63.5 -153.3 c -41 -41 -95.4 -63.5 -153.3 -63.5 c -57.9 0 -112.4 22.5 -153.3 63.5 C 22.5 104.4 0 158.9 0 216.8 s 22.5 112.3 63.5 153.3 c 40.9 40.9 95.4 63.5 153.3 63.5 c 51 0 99.2 -17.4 138 -49.6 l 121.9 121.9 c 4 4 9.3 6.1 14.6 6.1 c 5.3 0 10.6 -2 14.6 -6.1 c 8.1 -8 8.1 -21.1 0 -29.2 Z M 41.4 216.8 c 0 -96.7 78.7 -175.4 175.4 -175.4 s 175.4 78.7 175.4 175.4 c 0 47.8 -19.2 91.2 -50.3 122.8 c -0.4 0.3 -0.8 0.7 -1.2 1.1 c -0.3 0.3 -0.6 0.7 -1 1.1 c -31.7 31.2 -75.1 50.4 -122.9 50.4 c -96.7 0 -175.4 -78.7 -175.4 -175.4 Z" /> </svg> </button> <label class="sr-only" for="header-search-input">Search</label> <input name="q" class="header-search__input" id="header-search-input" type="text" placeholder="Search" value="" autocomplete="off"> <button class="header-search__button header-search__button--close" aria-controls="header-search-container" aria-label="Close search site" type="button" data-toggle="header-search" data-target="#header-search-container" data-action="close"> <svg xmlns="http://www.w3.org/2000/svg" class="header-search__button-icon" viewBox="0 0 510.1 510.1"> <path d="M 284.3 255.1 L 504 35.4 c 4 -4 6.1 -9.3 6.1 -14.6 s -2 -10.7 -6.1 -14.7 c -8 -8.1 -21.1 -8.1 -29.2 0 L 255 225.8 L 35.3 6.1 C 27.2 -2 14.1 -2 6.1 6.1 C -2 14.2 -2 27.3 6.1 35.3 L 225.8 255 L 6.1 474.8 C -2 482.9 -2 496 6.1 504 c 8.1 8.1 21.2 8.1 29.2 0 L 255 284.2 L 474.8 504 c 4 4 9.3 6.1 14.6 6.1 c 5.3 0 10.6 -2 14.6 -6.1 c 8.1 -8 8.1 -21.1 0 -29.2 L 284.3 255.1 Z" /> </svg> </button> </div> </form> </div> <a href="/newsletter-signup" class="header__icon header__icon--newsletter" role="button" aria-label="signup for newsletter"> <svg xmlns="http://www.w3.org/2000/svg" style="isolation:isolate" viewBox="0 0 25 20" width="25pt" height="20pt"><path d=" M -2 -2 L 22 -2 L 22 22 L -2 22 L -2 -2 Z " fill="none" /><path d=" M 1 0 L 24 0 C 24.552 0 25 0.497 25 1.111 L 25 9.897 L 25 18.889 C 25 19.503 24.552 20 24 20 L 1 20 C 0.448 20 0 19.503 0 18.889 L 0 1.111 C 0 0.497 0.448 0 1 0 L 1 0 Z M 23.5 10.172 L 23.5 3.2 L 12.6 11.5 L 1.5 3.2 L 1.5 18.3 L 12.5 18.3 L 23.5 18.3 L 23.5 10.172 Z M 1.5 1.7 L 12.6 9.624 L 23.5 1.7 L 1.5 1.7 Z " /></svg> </a> <button type="button" class="header__toggle d-flex d-xl-none" data-toggle="menu" aria-controls="primary-navigation" aria-expanded="false" aria-label="Toggle navigation"> <svg class="header__toggle-icon" id="Capa_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 405 387"> <path d="M385 173.5H20c-11 0-20 9-20 20s9 20 20 20h365c11 0 20-9 20-20s-9-20-20-20zM20 40h365c11 0 20-9 20-20s-9-20-20-20H20C9 0 0 9 0 20s9 20 20 20zM385 347H20c-11 0-20 9-20 20s9 20 20 20h365c11 0 20-9 20-20s-9-20-20-20z"/> </svg> </button> </div> </div> </div> </div> <div class="slideout-menu__wrapper"> <div class="slideout-menu"> <div class="slideout-menu__container"> <header class="slideout-menu__header"> <button type="button" class="slideout-menu__toggle" data-toggle="menu" aria-controls="primary-navigation" aria-expanded="true" aria-label="Toggle navigation"> <svg class="slideout-menu__toggle-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 510.1 510.1"> <path d="M284.3 255.1L504 35.4c4-4 6.1-9.3 6.1-14.6s-2-10.7-6.1-14.7c-8-8.1-21.1-8.1-29.2 0L255 225.8 35.3 6.1C27.2-2 14.1-2 6.1 6.1-2 14.2-2 27.3 6.1 35.3L225.8 255 6.1 474.8C-2 482.9-2 496 6.1 504c8.1 8.1 21.2 8.1 29.2 0L255 284.2 474.8 504c4 4 9.3 6.1 14.6 6.1 5.3 0 10.6-2 14.6-6.1 8.1-8 8.1-21.1 0-29.2L284.3 255.1z"/> </svg> </button> </header> <nav class="slideout-menu__nav" id="primary-navigation"> <ul class="navbar-nav slideout-menu__list"> <li data-slug="home" class="nav-item home"> <a class="nav-link" href="/"> <span>Home</span> </a> </li> <li data-slug="travel1920" class="nav-item travel1920"> <a class="nav-link" href="/travel1920" title="Travel"> <span>Travel</span> </a> </li> <li data-slug="destinations" class="nav-item destinations"> <a class="nav-link" href="/destinations" title="Destinations"> <span>Destinations</span> </a> </li> <li data-slug="events" class="nav-item events"> <a class="nav-link" href="/events" title="Trade Events"> <span>Trade Events</span> </a> </li> <li data-slug="special-interest" class="nav-item special-interest"> <a class="nav-link" href="/special-interest" title="Special Interest"> <span>Special Interest</span> </a> </li> <li data-slug="sa-experts" class="nav-item sa-experts"> <a class="nav-link" href="/sa-experts" title="SA Experts"> <span>SA Experts</span> </a> </li> <li data-slug="itineraries" class="nav-item itineraries"> <a class="nav-link" href="/itineraries" title="Itineraries"> <span>Itineraries</span> </a> </li> <li data-slug="support" class="nav-item support"> <a class="nav-link" href="/support" title="Support"> <span>Support</span> </a> </li> </ul> </nav> </div> </div> </div> </header> <div class="stage-1-content"> <script>window.components.push('support-video');</script> <div class="banner "> <div class="banner__container"> <picture class="banner__picture "> <source media="(min-width: 600px)" srcset=/media/qtwcotxh/250330-resize.jpg?width=1920&height=600&quality=90&v=1d9c8fac3d90820 1920w> <source media="(min-width: 351px)" srcset=/media/qtwcotxh/250330-resize.jpg?width=810&height=792&quality=90&v=1d9c8fac3d90820 810w> <source media="(max-width: 350px)" srcset=/media/qtwcotxh/250330-resize.jpg?width=640&height=704&quality=90&v=1d9c8fac3d90820 640w> <img src=/media/qtwcotxh/250330-resize.jpg?width=640&height=704&quality=90&v=1d9c8fac3d90820 alt="South Australia " fetchpriority="high"> </picture> <div class="banner__content"> <script type="application/ld+json">{"@context": "http://schema.org","@type": "BreadcrumbList","name": "Breadcrumbs","itemListElement": [{"@type": "ListItem", "position": 1, "name": "Trade" }]}</script> <h1 class="banner__title-wrapper"> <span class="banner__subtitle">Welcome to</span> <strong class="banner__title">South Australia </strong> </h1> </div> </div> </div> <section class="statusbar"> <div class="statusbar--position mx-auto px-md-3 px-lg-2"> <!-- Weather Widget on Home --> </div> </section> </div> <main class=" main" id="main"> <section class="spacer-top"> <div class="spacer-top__container container"></div> </section> <section class="richtext-section section "> <div class="richtext-section__group"> <div class="text container pb-4 px-sm-3"> <div class="block-title container pt-2 pb-2"> <div class="hr hr--hide px-3"> <hr class="hr__line"> </div> <h2 class="title title--separator"> <span class="title__subtitle"></span> <strong class="title__title">Welcome</strong> </h2> </div> <p>Thank you for visiting the South Australian Tourism Commission's dedicated trade website. If you are looking to increase your knowledge of South Australia you will find <a href="https://trade.southaustralia.com/sa-experts">training materials</a>, <a href="/itineraries" title="Itineraries">itineraries</a>, <a href="/destinations" title="Destinations">products</a> and general information to up-skill and share with your clients.</p> </div> </div> <script>window.components.push('fit-vid');</script> </section> <section class="content-grid container"> <div class="block-title container pt-2 pb-2"> <div class="hr px-3"> <hr class="hr__line"> </div> <h2 class="title title--separator"> <span class="title__subtitle"></span> <strong class="title__title">New Products</strong> </h2> </div> <div class="row"> <div class="col-12 col-md-6 col-lg-4 content-grid-item"> <a href="https://monartosafariresort.com/" target="_blank" class="content-grid-item__link "> <img src="/static/images/3x2offwhite.gif" data-src="/media/1usccuca/monarto-for-annie.jpg?width=610&height=360&mode=crop&quality=80" class="img-fluid lazy" alt="Monarto For Annie"> <div class="p-2"> <h2 class="mb-4 subtitle subtitle--large subtitle--separator content-grid-item__subtitle">Monarto Safari Resort</h2> <p>Joining the Journey Beyond portfolio, the new luxury Monarto Safari Resort will officially open 28 May, 2025. The resort features 78 hotel guest rooms, two swimming pools, world-class spa and function spaces located within the award winning Monarto Safari Park.</p> </div> </a> </div> <div class="col-12 col-md-6 col-lg-4 content-grid-item"> <a href="/products/fleurieu-peninsula/accommodation/rare-earth-retreats" class="content-grid-item__link "> <img src="/static/images/3x2offwhite.gif" data-src="/media/gjrfga3d/rare-earth-retreats.jpeg?width=610&height=360&mode=crop&quality=80" class="img-fluid lazy" alt="Rare Earth Retreats"> <div class="p-2"> <h2 class="mb-4 subtitle subtitle--large subtitle--separator content-grid-item__subtitle">Rare Earth Retreats</h2> <p>Rare Earth Retreats is an immersive, environmentally conscious accommodation experience in the McLaren Vale wine region. Offering thoughtful design that embraces sustainability and embodies the local geology, featuring elements of Stone, Clay and Slate. </p> </div> </a> </div> <div class="col-12 col-md-6 col-lg-4 content-grid-item"> <a href="/products/adelaide/tour/ascend" target="_blank" class="content-grid-item__link "> <img src="/static/images/3x2offwhite.gif" data-src="/media/uyfgv1p2/ascend.jpg?width=610&height=360&mode=crop&quality=80" class="img-fluid lazy" alt="Ascend"> <div class="p-2"> <h2 class="mb-4 subtitle subtitle--large subtitle--separator content-grid-item__subtitle">Ascend</h2> <p>Explore three of South Australia's iconic wine regions by scenic helicopter flight with Australia's newest luxury wine tour. Ascend is a collaboration between Golding Wines, Kimbolton Wines, Oliver's Taranga, and South Australian Helicopters, offering wine lovers a unique and unforgettable experience.</p> </div> </a> </div> </div> </section> <section class="related-content__wrapper related-content__wrapper--banner section-spacing "> <!-- CarouselFeature template --> <script>window.components.push('related-content');</script> <div class="carousel-feature-element related-content related-content--banner"> <!-- Three or Four item using Swiffy slider --> <div class="related-content__container related-content--swiffy-settings swiffy-slider indicatorsTrue slider-item-show4 slider-item-reveal slider-indicators-round slider-indicators-dark slider-nav-autohide slider-nav-page slider-nav-round slider-nav-animation slider-nav-animation-fadein"> <div class="px-sm-4"> <div class="block-title container pt-2 pb-2"> <div class="hr px-3"> <hr class="hr__line"> </div> <h2 class="title title--separator"> <span class="title__subtitle"></span> <strong class="title__title">News & Resources</strong> </h2> </div> </div> <ul class="related-content__list slider-container"> <li class="tile__wrapper textVisible"> <a title="South Australian Brochure" href="https://issuu.com/trade-satc/docs/satc_global_brochure_eng_digital_fa" target="" class="related-content__link"> <div class="related-content__item"> <img class="related-content__image lazy" width="540" height="350" data-src="/media/n0nbmnrh/sa-brochure-trade-website.jpg?width=540&height=350&mode=crop&quality=80" src="/static/images/3x2grey.gif" alt="South Australian Brochure "> <div class="related-content__caption "> </div> </div> </a> <p class="mt-2"><strong>South Australian Brochure</strong></p> </li> <li class="tile__wrapper textVisible"> <a title="SA Experts" href="/sa-experts" target="" class="related-content__link"> <div class="related-content__item"> <img class="related-content__image lazy" width="540" height="350" data-src="/media/2nclzdap/roofclimb-adelaide-oval.jpg?width=540&height=350&mode=crop&quality=80" src="/static/images/3x2grey.gif" alt="South Australian Experts Program "> <div class="related-content__caption "> </div> </div> </a> <p class="mt-2"><strong>South Australian Experts Program </strong></p> <p>Increase and test your knowledge of South Australia</p> </li> <li class="tile__wrapper textVisible"> <a title="Coming Soon" href="/special-interest/luxury-experiences/coming-soon" target="_blank" class="related-content__link"> <div class="related-content__item"> <img class="related-content__image lazy" width="540" height="350" data-src="/media/ha0pzinr/lucky-dumpling-market-adl.jpg?width=540&height=350&mode=crop&quality=80" src="/static/images/3x2grey.gif" alt="Products Coming Soon "> <div class="related-content__caption "> </div> </div> </a> <p class="mt-2"><strong>Products Coming Soon </strong></p> </li> <li class="tile__wrapper textVisible"> <a title="Training Video" href="/support/training-video" target="" class="related-content__link"> <div class="related-content__item"> <img class="related-content__image lazy" width="540" height="350" data-src="/media/0zgpku34/four-knots-murray-river-cruise-mr-l-c.jpg?width=540&height=350&mode=crop&quality=80" src="/static/images/3x2grey.gif" alt="Training Video"> <div class="related-content__caption "> </div> </div> </a> <p class="mt-2"><strong>Training Video</strong></p> </li> <li class="tile__wrapper textVisible"> <a title="Newsletter Signup" href="/newsletter-signup" target="" class="related-content__link"> <div class="related-content__item"> <img class="related-content__image lazy" width="540" height="350" data-src="/media/dl1dkwzl/resources-image-2.jpg?width=540&height=350&mode=crop&quality=80" src="/static/images/3x2grey.gif" alt="Click here to stay in touch"> <div class="related-content__caption "> </div> </div> </a> <p class="mt-2"><strong>Click here to stay in touch</strong></p> </li> </ul> <script>window.components.push('show-more-popup');</script> <button type="button" class="slider-nav slider-nav-prev" aria-label="previous slide"></button> <button type="button" class="slider-nav slider-nav-next" aria-label="next slide"></button> <div class="slider-indicators"> <button class="active" aria-label="active slide"></button> <button></button> <button></button> </div> </div> </div> </section> <section class="spacer-bottom"> <div class="spacer-bottom__container container"></div> </section> </main> <footer class="footer__wrapper" id="footer__wrapper"> <div class="col copy-col"> <div class="footer"> <div class="footer__container container"> <div class="footer__header"> <div class="footer__logos"> <a href="#" class="footer__logo footer__logo--gov"> <img loading="lazy" src="/media/1qebop1i/satc-corp-logo.png?width=150&mode=stretch&quality=80" alt="SA Government logo"> </a> <a href="/acknowledgement-of-country" class="footer__logo--country" aria-label="Acknowledgement of Country"> <img loading="lazy" src="/media/w3nftwrc/640px-aboriginal_flag.png?width=48&mode=none&quality=80" alt="640Px Aboriginal Flag"> </a> </div> <nav class="footer__nav d-lg-block" aria-label="Site navigation short"> <ul class="footer__nav-list"> <li data-slug="" class="dropdown nav-item "> <a class="nav-link" href="https://tourism.sa.gov.au/" target="_blank" title=""> <span>Corporate</span> </a> </li> <li data-slug="" class="dropdown nav-item "> <a class="nav-link" href="https://southaustralia.com/" target="_blank" title=""> <span>Consumer</span> </a> </li> <li data-slug="" class="dropdown nav-item "> <a class="nav-link" href="/support/our-team" target="_blank" title=""> <span>Contact Us</span> </a> </li> <li data-slug="" class="dropdown nav-item "> <a class="nav-link" href="/support/international-offices" target="_blank" title=""> <span>International Offices</span> </a> </li> <li data-slug="" class="dropdown nav-item "> <a class="nav-link" href="/support/faq" title=""> <span>FAQ</span> </a> </li> </ul> </nav> <ul class="footer__social"> <li class="footer__social-item"> <a rel="noopener noreferrer" href="https://www.facebook.com/SeeSouthAustraliaAU" title="Facebook" target="_blank"> <em class="fab fa-facebook-f"></em> </a> </li> <li class="footer__social-item"> <a rel="noopener noreferrer" href="https://twitter.com/southaustralia" title="Twitter" target="_blank"> <svg class="twitter-x" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--> <style> .twitter-x { width: 24px; } </style> <path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" /> </svg> </a> </li> <li class="footer__social-item"> <a rel="noopener noreferrer" href="https://www.instagram.com/southaustralia/" title="Instagram" target="_blank"> <em class="fab fa-instagram"></em> </a> </li> </ul> </div> <div class="footer__footer"> <nav class="footer__subnav" aria-label="Site contacts navigation"> <ul class="footer__subnav-list"> </ul> </nav> <div class="footer__colophon"> <nav class="footer__colophon-nav" aria-label="Site privacy navigation"> <ul class="footer__colophon-nav-list"> <li data-slug="" class="nav-item "> <a class="nav-link" href="/disclaimer" title=""> <span>Disclaimer</span> </a> </li> <li data-slug="" class="nav-item "> <a class="nav-link" href="/copyright" title=""> <span>Copyright</span> </a> </li> <li data-slug="" class="nav-item "> <a class="nav-link" target="_blank" href="https://tourism.sa.gov.au/privacy" title=""> <span>Privacy</span> </a> </li> <li data-slug="" class="nav-item "> <a class="nav-link" target="_blank" href="https://tourism.sa.gov.au/cookies" title=""> <span>Cookies</span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> <!-- Build Speakable schema JSON --> <script type="application/ld+json">{"@context":"https://schema.org","@type":"WebPage", "speakable": { "@type": "SpeakableSpecification", "xPath":["/html/head/title", "/html/head/meta[@name='description']/@content"]}, "url": "https://trade.southaustralia.com/"}</script> <!-- Build FAQ Schema JSON from HTML elements and add it to the DOM (Only when a FAQ is present in page). --> <script> /** * @param {String} HTML representing a single element. * @param {Boolean} flag representing whether or not to trim input whitespace, defaults to true. * @return {Element | HTMLCollection | null} */ function fromHTML(html, trim = true) { // Process the HTML string. html = trim ? html.trim() : html; if (!html) return null; // Then set up a new template element. const template = document.createElement('template'); template.innerHTML = html; const result = template.content.children; // Then return either an HTMLElement or HTMLCollection, // based on whether the input HTML had one or more roots. if (result.length === 1) return result[0]; return result; } function buildFAQSchema() { // console.log('FAQPage schema JS'); let buildFAQSchema = ""; buildFAQSchema = "<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":["; const faqElements = document.querySelectorAll('.accordion .accordion__item'); if (faqElements.length > 0) { // console.log('faqElements:', faqElements); for (const item of faqElements) { const question = item.querySelector('.accordion__item__header').innerText.trim().replace(/(\r|\n)+/g, " ").replace(/(\s)+/g, " ").replace(/[\"]+/g, "'"); const answer = item.querySelector('.accordion__item__content').innerText.trim().replace(/(\r|\n)+/g, " ").replace(/(\s)+/g, " ").replace(/[\"]+/g, "'"); // console.log('question:', question); // console.log('answer:', answer); // Build FAQ Page Schema buildFAQSchema += "{\"@type\":\"Question\",\"name\":\"" + question + "\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"" + answer + "\"}},"; } // Remove last char. Expected to be a ",". buildFAQSchema = buildFAQSchema.substring(0, buildFAQSchema.length - 1); // close FAQSchema buildFAQSchema += "]}<\/script>"; // Add FAQ to HTML DOM const faqHTML = fromHTML(buildFAQSchema); // console.log('faqHTML:', faqHTML); document.querySelector('body').append(faqHTML); } } document.addEventListener('DOMContentLoaded', buildFAQSchema(), false); </script> </footer> <script> window.components.push('lazy-images'); window.components.push('device-res-cookie'); window.components.push('data-events'); </script> <script>const cartTimeoutPage = '';</script> <script src="/static/sa/manifest.js?v=638796038580000000"></script> <script src="/static/sa/vendor-jquery.js?v=638796038580000000"></script> <script src="/static/sa/vendor.js?v=638796038580000000"></script> <script src="/static/sa/vendor-rare.js?v=638796038580000000"></script> <script src="/static/sa/main-sa.js?v=638796038580000000"></script> <script src="/static/sa/vendor-bootstrap.js?v=638796038580000000"></script> <div class="loading-img-overlay"> <div class="loading-img"></div> </div> <!--google schema data : Start --> <script type="application/ld+json"> { "@context": "https://schema.org", "@graph": [ { "@type": "WebSite", "@id": "https://trade.southaustralia.com/#website", "url": "https://trade.southaustralia.com/", "name": "trade.southaustralia.com", "description": "", "publisher": { "@id": "https://tourism.sa.gov.au/#organization" }, "potentialAction": { "@type": "SearchAction", "target": { "@type": "EntryPoint", "urlTemplate": "https://trade.southaustralia.com/search?q={search_term_string}" }, "query-input": "required name=search_term_string" }, "sameAs": [ "https://www.facebook.com/SeeSouthAustraliaAU", "https://twitter.com/southaustralia", "https://www.instagram.com/southaustralia/" ], "image": { "@type": "ImageObject", "@id": "https://trade.southaustralia.com/#websitelogo", "inLanguage": "en-AU", "url": "https://trade.southaustralia.com" } }, { "@type": "Organization", "@id": "https://trade.southaustralia.com#organization", "mainEntityOfPage": { "@type": "WebPage", "@id":"https://trade.southaustralia.com/#webpage" }, "url": "https://trade.southaustralia.com#organization", "name": "", "legalName": "", "alternateName": "", "description": "Plan your trip with the official South Australia Tourism website today. Find things to do, events, accommodation, attractions & more in South Australia.", "address": { "@type": "PostalAddress", "addressCountry": "", "addressLocality": "", "addressRegion": "", "postalCode": "", "streetAddress": "", "postOfficeBoxNumber": "" }, "contactPoint": [ { "@type": "ContactPoint", "contactType": "customer service", "telephone": "", "areaServed": "AU" } ], "logo": { "@type": "ImageObject", "@id": "https://trade.southaustralia.com/#organizationlogo", "inLanguage": "en-AU", "url": "https://trade.southaustralia.com" } }, { "@type": "WebPage", "@id": "https://trade.southaustralia.com/#webpage", "url": "https://trade.southaustralia.com/", "name": "Trade", "isPartOf": { "@id": "https://trade.southaustralia.com/#website" }, "description": "", "datePublished": "2020-04-07T03:28:39+Z", "dateModified": "2025-02-13T22:54:53+Z", "inLanguage": "en-AU" }, { "@type": "ContactPage", "name": "Contact us", "description": "Find the South Australian Tourism Commission's contact details. Find out more today.", "url": "https://trade.southaustralia.com/contact-us" } ] } </script> <!--google schema data : End --> <!-- Adobe Data Layer --> <script> function getAfxProfileValues() { // Get the `afx_profile` cookie value const cookieValue = document.cookie .split('; ') .find(row => row.startsWith('afx_profile=')) ?.split('=')[1]; if (!cookieValue) { return { acid: null, prid: null }; } // Decode the cookie JSON string and parse it const afxProfile = JSON.parse(decodeURIComponent(cookieValue)); // Extract the acid and prid values const acid = afxProfile.acid || null; const prid = afxProfile.prid || null; return { acid, prid }; } const parsedAfxProfile = getAfxProfileValues(); let digitalData = { 'page': { 'pageInfo': { 'affinityCategory': '', 'affinityVariable': '', 'pageName': 'Home' }, "visitor": { 'visitorID': "", 'afIDs': { "prid": (parsedAfxProfile?.prid !== null) ? parsedAfxProfile.prid : '', "acidPrid": (parsedAfxProfile?.acid !== null) ? parsedAfxProfile.acid : '', } } } }; </script> <!-- Adobe Data Layer ENDs --> <pre id="json-data" style="display: none;"></pre> <!-- TRACKING BOTTOM --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PRB8QCX" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script>$('a[href*="?mapId="]').each(function() { var mapButton = this.parentNode; mapButton.innerHTML = ""; });</script> <!-- Styles Need to more this logic to the module --> <style> .category-grid-group .overlay__wrapper { display: none; } </style> <script id="cartSummaryTemplate" type="text/x-handlebars-template"> <div data-id="{{id}}"> {{#isEmpty}} <p class="cart-summary__empty-message">The cart is empty</p> {{/isEmpty}} {{^isEmpty}} <div class="cart-summary__events-wrapper"> {{#events}} <h5>{{name}}</h5> <p> {{#items}} {{quantity}} - {{description}}<br> {{/items}} </p> {{^if @last}}<hr />{{/if}} {{/events}} </div> <div class="cart-summary__buttons-wrapper"> <p>Reserved for <span class="cart-summary__countdown"><span class="minutes"></span>:<span class="seconds"></span></span><a href="#" class="btn btn-primary btn-checkout open-iframe-modal" data-iframe-src="{{checkoutUrl}}">Checkout</a></p> </div> {{/isEmpty}} </div> </script> <noscript class="no-js"> <div class="no-js__warning"> <p class="no-js__text"> This page relies on JavaScript to function. Please <a target="_blank" rel="noopener noreferrer" href="https://www.enable-javascript.com/">enable</a> it. Thank You! 馃殌 </p> </div> </noscript> </body> </html>