File: D:/HostingSpaces/SBogers10/molennooitgedagtbudel.nl/wwwroot/winkelwagen_stap4.php
<h2>Controleer uw gegevens</h2>
<div class="stapContent">
<div class="checkboxDescription">
<h3 class="anders">Persoonsgegevens</h3>
<p>
<?php
if(!empty($_SESSION['persoonsgegevens']['bedrijfsnaam'])){ echo(stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['bedrijfsnaam']))."<br />"); }
if($_SESSION['persoonsgegevens']['geslacht'] == "man"){ echo("Dhr. "); }else{ echo("Mevr. "); } echo(stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['voornaam'])));
if(empty($_SESSION['persoonsgegevens']['tussenvoegsel'])){ echo(" "); }else{ echo(" ".stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['tussenvoegsel']))." "); }
echo(stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['achternaam']))); ?>
<br /><br /><strong>T </strong><?php echo(html_entity_decode($_SESSION['persoonsgegevens']['telefoonnummer'])); ?><br /><strong>E </strong><?php echo(html_entity_decode($_SESSION['persoonsgegevens']['emailadres'])); ?><br /><br />
<em>Factuuradres:</em><br />
<?php if(!empty($_SESSION['persoonsgegevens']['bedrijfsnaam'])){ echo(stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['bedrijfsnaam']))."<br />"); }
if($_SESSION['persoonsgegevens']['geslacht'] == "man"){ echo("Dhr. "); }else{ echo("Mevr. "); } echo(stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['voornaam'])));
if(empty($_SESSION['persoonsgegevens']['tussenvoegsel'])){ echo(" "); }else{ echo(" ".stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['tussenvoegsel']))." "); }
echo(stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['achternaam']))); ?><br />
<?php echo(stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['straatnaam']))); echo(" ".$_SESSION['persoonsgegevens']['huisnummer']); echo($_SESSION['persoonsgegevens']['toevoeging']);?>
<br /><?php echo($_SESSION['persoonsgegevens']['postcode']); echo(" ".stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['woonplaats']))); ?>
<br /><?php echo(stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['land']))); ?>
<?php if($_SESSION['persoonsgegevens']['bezorgadresWijktAf'] == "yes"){ ?>
<br /><br /><em>Bezorgadres:</em><br />
<?php if(!empty($_SESSION['persoonsgegevens']['bedrijfsnaamBezorg'])){ echo(stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['bedrijfsnaamBezorg']))."<br />"); }
if($_SESSION['persoonsgegevens']['geslachtBezorg'] == "man"){ echo("Dhr. "); }else{ echo("Mevr. "); } echo(stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['voornaamBezorg'])));
if(empty($_SESSION['persoonsgegevens']['tussenvoegselBezorg'])){ echo(" "); }else{ echo(" ".stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['tussenvoegselBezorg']))." "); }
echo(stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['achternaamBezorg']))); ?><br />
<?php echo(stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['straatnaamBezorg']))); echo(" ".$_SESSION['persoonsgegevens']['huisnummerBezorg']); echo($_SESSION['persoonsgegevens']['toevoegingBezorg']);?>
<br /><?php echo($_SESSION['persoonsgegevens']['postcodeBezorg']); echo(" ".stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['woonplaatsBezorg']))); ?>
<br /><?php echo(stripslashes(html_entity_decode($_SESSION['persoonsgegevens']['landBezorg']))); ?><br /><br />
<?php } ?>
</p>
</div>
<div class="checkboxDescription">
<?php if($_SESSION['verzendwijze'] == "bezorgen"){ ?>
<h3 class="anders">Verzendwijze | <em>Thuis bezorgd</em></h3>
<p>Uw bestelling wordt bij uw thuis bezorgd door PostNL of Bpost.</p>
<?php }else{ ?>
<h3 class="anders">Verzendwijze | <em>Ik kom het ophalen</em></h3>
<p>U kunt uw bestelling komen ophalen bij Molen Nooit Gedagt op Meemortel 22, 6021 AE Budel.</p>
<?php } ?>
</div>
</div>
<p><strong>Door op betalen te klikken doet u een bestelling met betaalplicht. U wordt doorgestuurd naar onze externe betaalpartner waar u uw betaalmethode kunt kiezen en kunt betalen.</strong></p>
<div class="clear_both"></div>
<a href="/winkelwagen/stap3" class="winkelenBtn">terug<span></span></a>
<a href="/winkelwagen/stap5" class="bestellenBtn">betalen<span class="arrowRight"></span><span class="rightSide"></span></a>