Please click to view and download the tour details:
VIETNAM HIDDEN CHARM
Code: CVT 01
Click to View and Download the tour program
VIETNAM HIDDEN CHARM
Code: CVT 01
Click to View and Download the tour program
VIETNAM HIDDEN CHARM
Code: CVT 01
Click to View and Download the tour program
bottom of page
import wixWindow from ‘wix-window’;
import wixLocation from ‘wix-location’;
function open_Lightbox(){
let query = wixLocation.query;
var goto = query.name;
wixWindow.openLightbox(goto);
}
$w.onReady(function () {
open_Lightbox();
});