{% comment %} Renders cart notification Accepts: - color_scheme: {String} sets the color scheme of the notification (optional) - desktop_menu_type: {String} passes the desktop menu type which allows us to use the right css class (optional) Usage: {% render 'cart-notification' %} {% endcomment %}
{% style %} .cart-notification { display: none; } {% endstyle %}