/var/www/vhosts/ihelp.ro/httpdocs/templates/Orders
NameSizeModeActions
checkout.php60020644editdlrm
summary.php79410644editdlrm
view_order.php91630644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Orders/summary.php (7941B)
assign('title', __('Sumar comandă')); ?>

payment_method->name; ?>

user_address->full_address; ?>

notes) && !empty($cart->notes)) { ?> notes; ?> -

cart_products as $item) : ?>

qnt) . ' x'; ?> product->name ?? ''); ?>

custom_price)) ? $item->custom_price : $item->product->price; echo $this->Number->format(1 * $productSinglePrice, ['precision' => 0, 'after' => ' Lei']); ?>

custom_price)) ? $item->custom_price : $item->product->price; echo $this->Number->format($item->qnt * $productPrice, ['precision' => 0, 'after' => ' Lei']); ?>

Number->format($totalPriceCart, ['precision' => 0, 'after' => ' Lei']); ?>

Form->create($cart); ?> Form->control('uuid', ['type' => 'hidden']); ?> Form->button(__('Continuă'), ['class' => 'btn full primary size-sm ml-auto']); ?> Form->end(); ?>