/var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/Products
NameSizeModeActions
add.php17770644editdlrm
edit.php20210644editdlrm
index.php91530644editdlrm
view.php44910644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Admin/Products/view.php (4491B)
cell('Admin/InfoProductBlock', [$productId]); ?>
element('tabs/products', ["activeTab" => "orders"]); ?>
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']); ?>
 
element('paginator'); ?>