$("#ps_cart_items").html("<%= escape_javascript(render('/cart/partials/cart_products')) %>");
$('#ps_cart_size').html("(<%= @cart.blank? ? 0 : @cart.cart_products.size %>)");
$.notify('<%= @message[1] %>', '<%= @message[0] %>');