Xavier wrote: Hi,
I just edited the "cart/showcart" view and added another one for the price in order to have the same display than the cart in the checkout.
Now the columns have the same ordering, there is unit price and total price present, the quantity can be updated by clicking on a refresh button just next to the quantity field and a delete button is present.
So please wait until the next release to have this new version of the view. 
Hi Xavier,
I'm on 2.3.4 downloaded Oct 21st, and I am enjoying the features as listed here by you. But I have different problems in the showcart view. I'm using the currency switcher, so if the user selects a currency other than the main currency, he sees prices generally as
price_in_chosen_currency (price_in_main_currency)
Which is okay. But here are the problems in showcart:
1. By default both prices are wrapped in the same span, though I managed to separate them in two spans by editing the listing_price.php. However, this doesn't affect the showcart view, unfortunately. What must I do to have the prices in separate spans or divs everywhere (except checkout cart) including showcart?
2. In showcart, the total price (tfoot, td with class="hika_show_cart_total_price") displays only in the chosen currency, no main currency showing. Which is unacceptable, of course. How to fix and display the total in the main currency, too?
Thanks in advance for your reply.