> <?php echo TITLE; ?> VD : personnalisation linder ?>
info['date_purchased']); ?>
code client: " . $order->customer['id'] . ""; ?>
billing['format_id'], $order->billing, 1, '', '
'); ?>
customer['telephone']; ?>
customer['email_address'] . '">' . $order->customer['email_address'] . ''; ?>
delivery['format_id'], $order->delivery, 1, '', '
'); ?>
customer['telephone']; ?>
VDSTCMD : affichage du stock courant dans les commandes admin ?> VDSTCMD : affichage du stock courant dans les commandes admin $order->update_stock(); // <- VDSTCMD for ($i = 0, $n = sizeof($order->products); $i < $n; $i++) { echo ' ' . "\n" . // -> VDSTCMD : affichage du stock courant dans les commandes admin ' ' . "\n" . // <- VDSTCMD ' ' . "\n" . ' ' . "\n" . ' ' . "\n"; echo ' ' . "\n" . ' ' . "\n" . // VD : -> force l'ajout de la taxe dans les factures ' ' . "\n" . ' ' . "\n" . ' ' . "\n"; // VD : <- force l'ajout de la taxe dans les factures echo ' ' . "\n"; } ?>
Stock
' . $order->get_text_stock($order->products[$i]['id']) . '' . $order->products[$i]['qty'] . ' x' . $order->products[$i]['name']; if (isset($order->products[$i]['attributes']) && (($k = sizeof($order->products[$i]['attributes'])) > 0)) { for ($j = 0; $j < $k; $j++) { echo '
  - ' . $order->products[$i]['attributes'][$j]['option'] . ': ' . $order->products[$i]['attributes'][$j]['value']; if ($order->products[$i]['attributes'][$j]['price'] != '0') echo ' (' . $order->products[$i]['attributes'][$j]['prefix'] . $currencies->format($order->products[$i]['attributes'][$j]['price'] * $order->products[$i]['qty'], true, $order->info['currency'], $order->info['currency_value']) . ')'; echo ''; } } echo '
' . $order->products[$i]['model'] . '' . tep_display_tax_value($order->products[$i]['tax']) . '%' . $currencies->format($order->products[$i]['final_price'], true, $order->info['currency'], $order->info['currency_value']) . '' . $currencies->format(tep_add_tax($order->products[$i]['final_price'], $order->products[$i]['tax'], true), true, $order->info['currency'], $order->info['currency_value']) . '' . $currencies->format($order->products[$i]['final_price'] * $order->products[$i]['qty'], true, $order->info['currency'], $order->info['currency_value']) . '' . $currencies->format(tep_add_tax($order->products[$i]['final_price'], $order->products[$i]['tax'], true) * $order->products[$i]['qty'], true, $order->info['currency'], $order->info['currency_value']) . '
totals); $i < $n; $i++) { echo ' ' . "\n" . // VD: suppression de la description des modules -> ' ' . "\n" . // <- VD: suppression de la description des modules -> ' ' . "\n" . ' ' . "\n"; } ?>
' . preg_replace('/\(.*/','',$order->totals[$i]['title']) . '' . $order->totals[$i]['text'] . '

RESTE A LIVRER
__________________________________________________________________________
__________________________________________________________________________
__________________________________________________________________________
  
info['payment_method'] == "Contre Remboursement" ) { $class="dataTableContentWarning"; } else { $class="dataTableContent"; } ?>

LOGISTIQUE
PAIEMENTinfo['payment_method']); ?> PREPARATION______________________
POIDS______________________ CONTROLE______________________


HISTORIQUE ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; } ?>
' . substr(tep_date_short($statuses['date_added']),0,-5) . ' ' . $statuses['orders_status_name'] . '' . (empty($statuses['comments']) ? ' ' : nl2br(tep_output_string_protected($statuses['comments']))) . '