cell('Admin/InfoOrderBlock', [$orderId]); ?>
element('tabs/orders', ['activeTab' => 'products']); ?>
element('paginator'); ?>
|
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']); ?> | ||||