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]); ?>