I understand that this needs coding. But does anyone know a good way to implement a compare price and amount off to the cart drawer? (refer to screenshot) A great example I found of this is https://icon-amsterdam.com/ cart drawer. I have tried it before and got the styling done but I couldnt get the prices to change when adding an item to cart and such.
I’ve recreated your cart-drawer.liquid code to incorporate the changes you asked for. We’ve added a new price comparison section and relevant JS that detect cart updates and updates the total price accordingly. Just copy and paste this code below:
{%- if settings.cart_type == 'drawer' -%}
{%- endif -%}