/var/www/vhosts/ihelp.ro/httpdocs/templates/Orders
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Orders/view_order.php (9163B)
assign('title', __('Vezi comanda')); ?>
Breadcrumbs->reset()->add(__('Vezi comanda'), null);
$this->Breadcrumbs->prepend([
['title' => __('Contul meu'), 'url' => ['controller' => 'Profiles', 'action' => 'view']],
]);
$this->Breadcrumbs->prepend([
['title' => __('Acasă'), 'url' => ['controller' => 'Pages', 'action' => 'home']],
]);
?>
order_status_comment ?? ''; ?>
awbs[0]->full_address_recever ?? ''; ?>
payment_method->name ?? ''; ?>
order_status->name ?? ''; ?>
order_status_comment ?? ''; ?>
notes) && !empty($order->notes)) { ?>
notes ?? ''; ?>
-
Time->format($order->created, 'dd/MM/yyyy H:mm'); ?>
order_products)) :
$total_price = null; ?>
order_products as $orderProducts) : ?>
qnt) . ' x'; ?>
product_name ?? ''); ?>
Number->format($orderProducts->price, ['precision' => 0, 'after' => ' Lei']); ?>
Number->format($orderProducts->total_price, ['precision' => 0, 'after' => ' Lei']); ?>
total_price;
endforeach; ?>
Number->format($total_price, ['precision' => 0, 'after' => ' Lei']); ?>