|
|
|||||||
| get('subsection_payment_method'); ?> | getPaymentMethod(); ?> |
| get('table_heading_products'); ?> | get('table_heading_product_model'); ?> | |
|---|---|---|
| ' . $product['quantity'] . ' x | ' . "\n" . '' . $product['name'];
if (isset($product['attributes']) && (sizeof($product['attributes']) > 0)) {
foreach ($product['attributes'] as $attribute) {
echo ' | ' . "\n" .
' ' . $product['model'] . ' | ' . "\n"; '