/var/www/vhosts/ihelp.ro/httpdocs/templates/Carts
NameSizeModeActions
add.php8670644editdlrm
edit.php11240644editdlrm
index.php24810644editdlrm
view.bkp.php60110644editdlrm
view.php92580644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/templates/Carts/view.php (9258B)

Html->image($this->Custom->generateUrlHdy( [ 'model_name' => $cartItem->product->model_name, 'uuid' => $cartItem->product->uuid, 'image_name' => $cartItem->product->featured_image['image_path'] ], true, 150, 100, true ), ['class' => 'img-fluid']) ?>
product->name; ?>
product->stock > 1) : ?> qnt); ?>
custom_price)) ? $cartItem->custom_price : $cartItem->product->price; echo __('{0}', $this->Number->format($priceProduct * $cartItem->qnt, ['precision' => 0, 'after' => ' Lei'])); ?>
Form->postLink('' . __('Șterge'), ['controller' => 'Carts', 'action' => 'delete', $cartItem->id], ['confirm' => __('Are you sure you want to delete # {0}?', $cartItem->product->name), 'escape' => false]); ?>

:
Number->format($totalPriceCart, ['precision' => 0, 'after' => ' Lei']); ?>
:
Number->format($totalPriceCart, ['precision' => 0, 'after' => ' Lei']); ?>
Html->link(__('Continua'), ['controller' => 'Orders', 'action' => 'checkout'], ['class' => 'btn full primary size-lg']); ?>
append('script'); ?> end(); ?>