Example #1
0
        return true;
    } else {
        return false;
    }
}
$postcode = '';
if (isset($_GET['idcart'])) {
    $cartId = htmlentities($_GET['idcart']);
    $cart = new Cart($cartId);
    $address = new Address($cart->id_address_delivery);
    $postcode = $address->postcode;
}
$mob = substr($address->phone_mobile, 0, 2);
$tel = substr($address->phone, 0, 2);
if ($tnt_carrier !== false) {
    phoneForm($mob, $tel);
    if ($relais !== false) {
        ?>
		<input id="tntRCSelectedCode" type="hidden" value="">
		<input id="tntRCSelectedNom" type="hidden" value="">
		<input id="tntRCSelectedAdresse" type="hidden" value="">
		<input id="tntRCSelectedCodePostal" type="hidden" value="">
		<input id="tntRCSelectedCommune" type="hidden" value="">
		<h3>Choisissez le Relais Colis<sup class="tntRCSup">&reg;</sup>qui vous convient :</h3>
			<div style="line-height: 20px"><label style="float:left;">Entrez le code postal : </label><input style="margin: 5px 0 0 3px" id="tntRCInputCP" class="tntRCInput" type="text" value="<?php 
        echo $postcode;
        ?>
" size="5" maxlength="5"> <button type="button" class="button" onclick="tntRCgetCommunes();">Ok</button></div><br/>
		<div id="relaisColisResponse"></div>
		<div id="map_canvas" class="exemplePresentation" style="margin:10px 0;width: 100%; height: 482px"></div>
		<?php 
}
$postcode = '';
if (isset($_GET['idcart'])) {
    $cartId = htmlentities($_GET['idcart']);
    $cart = new Cart($cartId);
    $address = new Address($cart->id_address_delivery);
    $postcode = $address->postcode;
}
$mob = substr($address->phone_mobile, 0, 2);
$tel = substr($address->phone, 0, 2);
if ($relais) {
    phoneForm($mob, $tel);
    ?>
<input id="tntRCSelectedCode" type="hidden" value="">
<input id="tntRCSelectedNom" type="hidden" value="">
<input id="tntRCSelectedAdresse" type="hidden" value="">
<input id="tntRCSelectedCodePostal" type="hidden" value="">
<input id="tntRCSelectedCommune" type="hidden" value="">
<h3>Choisissez le Relais Colis<sup class="tntRCSup">&reg;</sup>qui vous convient :</h3>
	<div><label>Entrez le code postal : </label><input id="tntRCInputCP" class="tntRCInput" type="text" value="<?php 
    echo $postcode;
    ?>
" size="5" maxlength="5"> <button type="button" class="button" onclick="tntRCgetCommunes();">Ok</button></div><br/>
<div id="relaisColisResponse"></div>
<div id="map_canvas" class="exemplePresentation" style="margin-top:10px;width: 100%; height: 482px"></div>
<?php 
} else {
    if (!phoneForm($mob, $tel)) {
        echo "none";
    }
}