Bronze Plan — Instructions

Introduction

All clients are linked to the advaia products by a unique client ID which is labeled in the URL as CID=XXXX

The XXXX would be replaced by the unique client number. If you don't know what the client number is, please contact us and we will provide you one.

Links to the Content

Below is a list of links that you can link to:

CRUISE SEARCH
http://cruises.advaia.com/?CID=XXXX

CRUISE ADVANCED SEARCH
http://cruises.advaia.com/search/?CID=XXXX

CRUISELINES
http://cruises.advaia.com/cruiselines/?CID=XXXX

CRUISE DESTINATIONS
http://cruises.advaia.com/destinations/?CID=XXXX

CRUISE HOT DEALS
http://cruises.advaia.com/hotdeals/?CID=XXXX

CRUISE PORTS
http://cruises.advaia.com/ports/?CID=XXXX

SIGNATURE COLLECTION
http://cruises.advaia.com/results/?collection=yes&cid=XXXX

LAND VACATIONS SEARCH
http://landtours.advaia.com/?CID=XXXX

DESTINATIONS SEARCH
http://destinations.advaia.com/?CID=XXXX

LAND TOURS SUPPLIERS
http://landtours.advaia.com/suppliers/?CID=XXXX

HOTELS & RESORTS
http://hotels.advaia.com/?CID=XXXX

Creating the Template

You (the client) or your web developer, should create a subfolder on your web site called: http://www.yourdomain.com/advaia/

The /advaia/ folder should contain 3 template files. These files should reflect the look and feel and functionality of your web site. The first file should be called cruise.htm the second land.htm and the third hotel.htm.

If the coding on the three templates is the same for cruise, land and hotels, all that is needed is one template page called template.htm. We will replicate the coding on all sections on our end.

The html coding on all three pages should contain absolute paths for images, scripts, links or any other embedded file.

Below are a couple of examples that demonstrate the difference between ABSOLUTE vs RELATIVE paths:

RELATIVE - Incorrect:
<script type="text/javascript" src="../scripts/scripts.js"></script>
 
ABSOLUTE - Correct:
<script type="text/javascript" src="http://www.yourdomain.com/scripts/scripts.js"></script>

RELATIVE - Incorrect:
<img src="../images.logo.gif" />
 
ABSOLUTE - Correct:

<img src="http://www.yourdomain.com/images.logo.gif" />

All 3 template pages cruise.htm, land.htm and hotel.htm should clearly indicate in the coding where the Signature travel content should display on the page. This can easily be done but placing a code similar to the following:

<div id="content">
 
==================== TRAVEL CONTENT GOES HERE ================

</div>

At the following link you can see a visual example of what a we use for our own template - click here.
Of course, your template would look like your existing web site, not Advaia.
Here are more examples: Cruise Template | Land Vacations Template

Lastly, your web developer will have the ability to remotely change and update, the fonts families, font sizes, colors displayed on our Advaia pages right from your own website.

Your web developer should paste the following advaia styles into your current website's styles.css file.

Once the template(s) on your end are complete, be sure to email us the link(s) and we will update the coding on the Advaia templates for you.

Customizing Search Boxes

You can customize search boxes as part of your look and feel. At the following links you will find the coding for the cruise and land vacation search boxes.

NOTE: Make sure not to delete any hidden fields. Also make sure that the hidden field named "CID" contains the proper client ID number.

Signature Images and Logo's ZIP File. Click Here

If you or your web developer have any additional questions, on how to further implement the bronze plan on your existing size, don't hesitate to contact us.