﻿jQuery(document).ready(function() {
    dotCommerce.Clients.Freshmax.Shop.Resources.Services.BasketSummary.Load(function(e) {
            jQuery('#spnBasketCount').html(e.ItemsInBasket);
            jQuery('#spnBasketTotal').html(e.BasketTotal);
        });
});
