cell('Admin/InfoProductBlock', [$productId]); ?>
element('tabs/products', ["activeTab" => "orders"]); ?>
element('paginator'); ?>
| Paginator->sort('Orders.uuid', ['label' => 'Order #']); ?> | |||||
|---|---|---|---|---|---|
| order->uuid); ?> | qnt; ?> x Number->format($orderProduct->price, ['precision' => 0, 'after' => ' Lei']); ?> = 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']); ?> | |