Hi,
Beside the standard cart button you can only see the number of items added to the shopping cart. My wish is to also add the total price of the order (cart.total_price) beside the cart.item_count. It works fine until I use the JS that gets triggered after adding an item to cart. The JS cleans out the cart.total_price and leaves only the standard cart.item_count.
How can I make this work and somehow add the item.total_prrice to the JS as well? I know HTML + CSS but no JS.
Will highly appreciate any advice! Thanks in advance!!
/Seif