115 lines
4.1 KiB
HTML
115 lines
4.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
#INCLURE "meta.html"
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div id="wrapper">
|
|
<div id="subwrapper">
|
|
#INCLURE "entete.html"
|
|
<div id="chemin">Vous êtes ici :<a href="index.php">Accueil boutique</a> / Récapitulatif de ma commande</div>
|
|
#INCLURE"menu.html"
|
|
<div id="contenu">
|
|
<div id="etapesDeCommande">
|
|
<ul>
|
|
<li><span>1</span>Panier</li>
|
|
<li><span>2</span>Facturation et livraison</li>
|
|
<li class="selection"><span class="chiffreSelection">3</span>Je vérifie ma commande</li>
|
|
<li><span>4</span>Paiement sécurisé</li>
|
|
</ul>
|
|
</div>
|
|
<h2>Récapitulatif de ma commande </h2>
|
|
<form action="commande.php" id="formulaire">
|
|
<input type="hidden" name="action" value="codepromo" />
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="5">
|
|
<tr>
|
|
<th colspan="2">Nom de l'article</th>
|
|
<th align="center">Prix unitaire </th>
|
|
<th align="center">Quantité</th>
|
|
<th align="center">Total</th>
|
|
</tr>
|
|
<THELIA_panier type="PANIER">
|
|
<tr>
|
|
<td class="ligne">
|
|
<THELIA_IMAGE type="IMAGE" num="1" produit="#ID" largeur="80">
|
|
<img src="#IMAGE" alt="#PRODTITRE" title="#PRODTITRE"/>
|
|
</THELIA_IMAGE>
|
|
</td>
|
|
<td class="ligne">
|
|
<p>#TITRE - #REF</p>
|
|
<ul>
|
|
<THELIA_decval type="DECVAL" article="#ARTICLE">
|
|
<li>
|
|
<THELIA_declinaison type="DECLINAISON" id="#DECLINAISON">
|
|
#TITRE :
|
|
</THELIA_declinaison>
|
|
|
|
<THELIA_declidisp type="DECLIDISP" id="#DECLIDISP">
|
|
#TITRE
|
|
</THELIA_declidisp>
|
|
</li>
|
|
</THELIA_decval>
|
|
</ul>
|
|
|
|
</td>
|
|
<td align="center" class="ligne">#PRIXU €</td>
|
|
<td align="center" class="ligne">#QUANTITE</td>
|
|
<td align="center" class="ligne">#TOTAL €</td>
|
|
</tr>
|
|
</THELIA_panier>
|
|
<tr>
|
|
<th colspan="4">Frais de livraison </th>
|
|
<th align="center">#PANIER_PORT €</th>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="4">Remise </td>
|
|
<td align="center">#PANIER_REMISE €</td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="5">
|
|
<p class="derniereLigne"><label class="codeDeReduction">Saisissez un code de réduction</label>
|
|
<input name="code" type="text" class="codeDeReduction"/>
|
|
<button type="submit" class="boutonMemeLigneQuInput"><span><span>OK</span></span></button>
|
|
</p>
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="4">TOTAL</th>
|
|
<th align="center" class="total">#PANIER_TOTPORT €</th>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<div class="adresseDeLivraisonRecap">
|
|
<h3>Mon adresse de livraison</h3>
|
|
<div class="contenu">
|
|
<THELIA_adrcours type="ADRESSE" adresse="#ADRESSE_ACTIVE">
|
|
#RAISON #PRENOM #NOM <br />
|
|
#ADRESSE1 #ADRESSE2 #ADRESSE3<br />
|
|
#CPOSTAL #VILLE<br/>
|
|
<THELIA_pays type="PAYS" id="#PAYS">
|
|
#TITRE
|
|
</THELIA_pays>
|
|
</THELIA_adrcours>
|
|
</div>
|
|
<a href="#URLPREC" class="modifierOuAjouter">Modifier cette adresse</a>
|
|
</div>
|
|
</div>
|
|
<div id="contenu">
|
|
<h2>Choisissez un mode de paiement : </h2>
|
|
<div class="choixDuReglement">
|
|
<ul>
|
|
<THELIA_PAIEMENT type="PAIEMENT">
|
|
<li><a href="#URLPAYER"><span class="modeDeReglement">#TITRE</span><span class="choisir">Je choisis ce mode de paiement</span></a></li>
|
|
</THELIA_PAIEMENT>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
#INCLURE "pied.html"
|
|
#INCLURE "signature.html"
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|