0byt3m1n1
Path:
/
home
/
kassiope
/
www
/
achat
/
modeles
/
[
Home
]
File: achat_dpd.php
<? if ($_SESSION['caddie']->compte_elements() == 0) { echo EMPTY_CADDIE; return false; } echo header_page(STEP122); $tabparam = array("address" => $_SESSION['utilisateur']['adresse'],"zipCode" => $_SESSION['utilisateur']['code_postal'],"city" => $_SESSION['utilisateur']['ville'],"requestId" => rand(1,100000000)); $tab = dpd_pr($tabparam); echo '<div id="Zone_Widget"></div>'; echo '<form method="post">'; echo '<input type="hidden" name="type_pr" value="dpd" />'; //echo '<input type="hidden" name="the_point_relais" id="the_point_relais"><br />'; //echo '<div id="the_point_relais_detail"></div><br />'; get_pointrelais($tab); echo '<center><button type="submit" id="btptrl" class="proceedbtn">Valider</button></center>'; echo '</form>'; echo footer_page(); ?> <? /* ?> <?=header_page(STEP12); ?> <div class="row"> <iframe align="left" id="SOLivraison" name="SOLivraison" style="border:0; overflow:hidden; width:650px; text-align:center; margin:0 260px; height:1100px" marginwidth="0" marginheight="0" frameborder="0" border="0" src="<?=$wwwroot?>/achat/colissimo.php"></iframe> </div> <?=footer_page(); */?>