SELECT DISTINCT tourId, tourFeatureTitle, tourSubhead, tourCategory, tourIsNew, tourBookable, tourPage, tourVersionNum, tourLargeImg, tourMap, tourSaleCode, tourLandMinDuration, tourLandMaxDuration, tourLandMinEarlyBookPrice, tourLandMaxEarlyBookPrice, tourLandMinSalePrice, tourLandMaxSalePrice, tourAirMinDuration, tourAirMaxDuration, tourAirMinEarlyBookPrice, tourAirMaxEarlyBookPrice, tourAirMinSalePrice, tourAirMaxSalePrice, tourMinEarlyBookDiscount, tourMaxEarlyBookDiscount, tourMinSaleDiscount, tourMaxSaleDiscount, tourMinTotalDiscount, tourMaxTotalDiscount, ISNULL(tourAirMinSalePrice,tourLandMinSalePrice) AS tourMinSalePrice, DENSE_RANK() OVER(PARTITION BY tourPage, tourCategory ORDER BY tourVersionNum ASC) AS tourVersionOrder FROM toursActiveCache t LEFT JOIN tourLocations ON tourId = tlTourId LEFT JOIN locations ON tlLocationId = locationId AND locationType = 2 AND locationSiteId = 1 LEFT JOIN locationAssns ON laLocationId = locationId WHERE tourSiteId = 1 AND tourIsPublic = 1 AND (locationParentId = 3 OR laParentId = 3) AND tourCategory IN (1,3,4) ORDER BY tourBookable DESC, tourMinSalePrice, tourFeatureTitle
33
Tours & Packages to the South Pacific - Friendly Planet Travel
From the English explorer Captain Cook's first visits, to the 1958 film of the same name, the South Pacific has enchanted the imagination with visions of lei-bearing natives and lushly-covered volcanoes. Of world fame is the Great Barrier Reef, the black pearls of Tahiti, and the New Zealand countryside worthy of being a Lord of the Rings movie set.
Browse our packages to the South Pacific below, or select a destination to narrow the results.
Christchurch, the "Garden City"; Franz Josef & Queenstown; historic Arrowtown; Te Anau, gateway to Fiordland National Park; Dunedin, "Edinburgh of the South"; Oamaru & Twizel. Optional Fiji extension
from $4949 w/ Flights from $3949 Tour Only 12 days
Explore New Zealand’s South and North Islands: Christchurch, Te Anau, Queenstown, Franz Josef, Wellington, Rotorua, Bay of Islands, and Auckland. Optional post-tour extension to Fiji
from $8499 w/ Flights from $7499 Tour Only 18 days
We love hearing your stories and seeing your photos! Check out our entire fan photo gallery and upload your photos.
Check out independent, verified reviews from real travelers on Feefo.
Execution time
Starting query: SELECT locationId, locationName, locationHTMLTitle, locationMetaDesc, locationDesc, locationLargeImage FROM locations WHERE locationPage = 'south-pacific' AND locationType = 1 AND locationSiteId = 1
0 seconds
Query executed in:
0.06 seconds
Starting query: SELECT DISTINCT tourId, tourFeatureTitle, tourSubhead, tourCategory, tourIsNew, tourBookable, tourPage, tourVersionNum, tourLargeImg, tourMap, tourSaleCode, tourLandMinDuration, tourLandMaxDuration, tourLandMinEarlyBookPrice, tourLandMaxEarlyBookPrice, tourLandMinSalePrice, tourLandMaxSalePrice, tourAirMinDuration, tourAirMaxDuration, tourAirMinEarlyBookPrice, tourAirMaxEarlyBookPrice, tourAirMinSalePrice, tourAirMaxSalePrice, tourMinEarlyBookDiscount, tourMaxEarlyBookDiscount, tourMinSaleDiscount, tourMaxSaleDiscount, tourMinTotalDiscount, tourMaxTotalDiscount, ISNULL(tourAirMinSalePrice,tourLandMinSalePrice) AS tourMinSalePrice, DENSE_RANK() OVER(PARTITION BY tourPage, tourCategory ORDER BY tourVersionNum ASC) AS tourVersionOrder FROM toursActiveCache t LEFT JOIN tourLocations ON tourId = tlTourId LEFT JOIN locations ON tlLocationId = locationId AND locationType = 2 AND locationSiteId = 1 LEFT JOIN locationAssns ON laLocationId = locationId WHERE tourSiteId = 1 AND tourIsPublic = 1 AND (locationParentId = 3 OR laParentId = 3) AND tourCategory IN (1,3,4) ORDER BY tourBookable DESC, tourMinSalePrice, tourFeatureTitle