$key = tep_db_prepare_input($value); } } } ?>
|
| INVOICE |
|
|
| ' . $order->products[$i]['qty'] . ' x | ' . "\n" . '' . $order->products[$i]['name'];
if (isset($order->products[$i]['attributes']) && (($k = sizeof($order->products[$i]['attributes'])) > 0)) {
for ($j = 0; $j < $k; $j++) {
echo ' | ' . "\n" .
' ' . $order->products[$i]['model'] . ' | ' . "\n"; echo '' . $currencies->format($order->products[$i]['final_price'], true, $order->info['currency'], $order->info['currency_value']) . ' | ' . "\n" . '' . $currencies->format($order->products[$i]['final_price'] * $order->products[$i]['qty'], true, $order->info['currency'], $order->info['currency_value']) . ' | ' . "\n"; echo '||
|
||||||
Thank you for purchasing from Please print this invoice for your records |
| Copyright © 20 , All Rights Reserved |