/var/www/vhosts/ihelp.ro/httpdocs/templates/Dashboard/Orders
NameSizeModeActions
index.php43100644editdlrm
my_orders.php98110644editdlrm
orders_received.php77660644editdlrm
view_my_orders.php152050644editdlrm
view_orders_received.php107770644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Dashboard/Orders/view_my_orders.php (15205B)
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)); ?>

Html->link( ' ' . __('Înapoi') . ' ', ['prefix' => 'Dashboard', 'plugin' => false, 'controller' => 'Orders', 'action' => 'myOrders'], [ 'escape' => false, 'class' => 'btn outline gray size-xs my-auto ml-auto svg-on-left has-svg' ] ) ?>
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']); ?>
awbs[0]->full_name_recever ?? ''; ?>
awbs[0]->recever_phone ?? ''; ?>
awbs[0]->compact_address_recever ?? ''; ?>
payment_method->name ?? ''; ?>
order_status->name ?? ''; ?>
order_status_comment ?? ''; ?>
notes ?? ''; ?>
Time->format($order->created, 'dd/MM/yyyy H:mm'); ?>
Number->format($order->total, ['precision' => 0, 'after' => ' Lei']); ?>
order_products)) : ?>
order_products as $orderProducts) : ?>
product->name ?? ''); ?> qnt) . ' x'; ?> Number->format($orderProducts->price, ['precision' => 0, 'after' => ' Lei']); ?> Number->format($orderProducts->qnt * $orderProducts->price, ['precision' => 0, 'after' => ' Lei']); ?>