/var/www/vhosts/ihelp.ro/httpdocs/templates/Dashboard/Orders
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Dashboard/Orders/view_orders_received.php (10777B)
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']],
]);
?>
Breadcrumbs->render() ?>
uuid)); ?>
= $this->Html->link(
'
' . __('Înapoi') . '
',
['prefix' => 'Dashboard', 'plugin' => false, 'controller' => 'Orders', 'action' => 'ordersReceived'],
[
'escape' => false,
'class' => 'btn outline gray size-xs my-auto ml-auto svg-on-left has-svg'
]
) ?>
awbs[0]->full_address_recever ?? ''; ?>
awbs[0]->full_address_sender ?? ''; ?>
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->qnt * $orderProducts->price, ['precision' => 0, 'after' => ' Lei']); ?>
total_price;
endforeach; ?>
Number->format($total_price, ['precision' => 0, 'after' => ' Lei']); ?>