The cart is empty
//if ( ! jQuery.isFunction(window.tcp_listener_shopping_cart)) { tcpDispatcher.add('tcp_listener_shopping_cart', 0);
function tcp_listener_shopping_cart() { jQuery.ajax({ async : true, type : "GET", url : "https://www.auntysaroskitchen.com/wp-admin/admin-ajax.php", data : { action : 'tcp_shopping_cart_actions', to_do : 'tcp_shopping_cart_page', }, success : function(response) { var div = jQuery('.tcp_shopping_cart_page').replaceWith(response); }, error : function(response) { }, }); } //}