Orient China Travel  4 Days Zhangjiajie Highlight Tour (OCT)

Zhangjiajie

$654.00
Group Size:  2 ~ 5 pax
Hotel Class:  Economy Hotel★★★
Month:  Dec. ~ Feb.
Quantity
Itinerary Notes

Price includes:

♦ Sharing transfers for group tours

♦ Domestic flight or train tickets based on economy class

♦ Accommodation on twin bed room sharing basis

♦ Driver and English-speaking guide service during tour.

♦ Entrance fee to the attractions listed in the itinerary

♦ Meals as specified in the itinerary.

♦ Government taxes and service charge.

♦ Luggage Transfers between airports and hotels.

♦ Tibet Permit if the itinerary includes any destination of Tibet

Price excludes:

* International airfare or train fare for entry or leaving China

* China entry visa fee

* Any meals, tours and activities not specified in the itinerary.

* Tips for guides, escort, drives, bellman, etc.

* Personal expenses

* Single Room Supplement

* Personal travel insurance

Description

Tour Code: OCT-Zhangjiajie-01

Tour Type: Private Tour

Tour Highlights:

Best Travel Time: The best time travel to Zhangjiajie is from Apr to Oct. the scenery is remains the same, but the weather change everyday. We don’t like raincoat too……

Day 1 Arrival Zhangjiajie

Transfer service to hotel

Meals: No meals
Accommodation: In Zhangjiajie City

Arrive in Zhangjiajie, a natural labyrinth located in northwestern Hunan Province. Your tour guide will wait for you at the airport and transferred to your hotel for a good rest.

Day 2 Zhangjiajie

Tianmen Mountaion

Meals: Hotel breakfast, A La Carte Lunch
Accommodation: In Wulingyuan Area

Today, after breakfast, you will visit Tianmen Mountain full day, explore the six wonders of Tianmen Mountain including: Tianmen Mt Cable car, Glass Skywalk, Tianmen Temple, Bonsai Garden, Tianmen Cave, Connected-Heaven Avenue, etc. In the afternoon, we will drive to Wulingyuan District for overnight.

Day 3 Zhangjiajie

Yuanjiajie Scenic Area, Bailong Elevator, Tianzi Mountain Nature Reserve, Ten-mile Gallery

Meals: Hotel breakfast, A La Carte Lunch
Accommodation: In Wulingyuan Area

Today you will visit Yuanjiajie Scenic Area by taking the Bailong Elevator. This spot is a highlight of your private Zhangjiajie tour, famous in the world for the Hallelujah Mountains that appeared in the movie Avatar, and the magnificent "The First Stone Bridge in the World". Then we will take a battery car to visit Tianzi Mountain Nature Reserve, where you could see mountains, grand valleys, and original forests. If you are lucky, you may see the marvelous sea of clouds.

Afterwards, take a small train to visit Ten-mile Gallery. Along the 5km drive there are unique stones forming different shapes, feeling like a natural landscape painting. In the end of day, we will drive you back to your hotel in Zhangjiajie to have a rest.

Day 4 Departure Zhangjiajie

Grand Canyon Glass Bridge, Baofeng Lake, Transfer service to airport

Meals: Hotel Breakfast, A La Carte Lunch

After breakfast, our guide will escort you to visit the Grand Canyon Glass Bridge, the longest and highest glass bridge in the world. Then the guide will accompany you to Baofeng Lake, where you will take a scenic boat ride around the lake. After that, your will be transferred to Zhangjiajie airport to catch your night flight to next stop.

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.