pdfshop/app/views/cart/add_to_cart.js.erb

4 lines
229 B
Plaintext

$("#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] %>');