require_once('../eshop/byb-inc-eshop-session-start.php');
//$BybKnvSession=Byb_KnvOpen(VOL_BYBLIOS);
$BybKnvSession=Byb_KnvOpen($EshopProfil->Profil_Get('VOL_BYBLIOS'));
?>
Votre compte
print '
';
print ' | ';
if (!isset($EshopClient->EshopClient_StrIbSrc))
print '';
print ' Vos coordonnées : ';
print $EshopClient->Nom.' '.$EshopClient->Prenom;
?>
| Commande |
Montant |
Date |
Etat |
|
| |
$tabAtt=array('CLIENT-IBSRC',$EshopClient->EShopClient_GetIntIbSrc());
$achats=$BybKnvSession->BybKnv_GetXmlRelFromByTag('INDX_ACHATS','COMMANDE',$tabAtt);
$lRef=$achats->getElementsByTagName('BYB-REL-STD');//MONTANT='' DATE='' STATUS='' REF='kkkkuuuuu'
foreach($lRef as $eRef)
{
print '';//" bgcolor="#e0e0e0">';
$lComm=$eRef->getElementsByTagName('COMMANDE');
$comm=$lComm->item(0);
print '| '.$comm->getAttribute('REF').' | ';
print ''.$comm->getAttribute('MONTANT').' | ';
print ''.$comm->getAttribute('HD').' | ';
switch ($comm->getAttribute('STATUS'))
{
case 'C':
print 'Attente de réglement | ';
break;
case 'P':
print 'En cours de traitement | ';
break;
case 'T':
print 'Livraison effectuée | ';
break;
}
print 'Détail | ';
print ' ';
}
print ' | |
';
print '
Votre panier
- Profil_Get('URL_BOUTIQUE').'\' > Retourner vers la boutique ';
?>
|