/var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/Orders
NameSizeModeActions
add.php19160644editdlrm
index.php149530644editdlrm
view.php44240644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/Orders/view.php (4424B)
cell('Admin/InfoOrderBlock', [$orderId]); ?>
element('tabs/orders', ['activeTab' => 'products']); ?>
$orderProduct) : ?>
qnt; ?> x
product->name); ?>
= Number->format($orderProduct->price * $orderProduct->qnt, ['precision' => 0, 'after' => ' Lei']); ?>
product->user->name); ?>
product->user_address->full_address); ?>
order->user->name); ?>
order->user_address->full_address); ?>
Form->postLink(__('Delete'), ['controller' => 'orderProduct', 'action' => 'delete', $orderProduct->id], ['confirm' => __('Are you sure you want to delete # {0}?', $orderProduct->id), 'class' => 'btn btn-danger btn-xs']); ?>
  Number->format($orderProduct->order->total, ['precision' => 0, 'after' => ' Lei']); ?>
element('paginator'); ?>