Subversion Repositories wpShopGermany4

Rev

Rev 6669 | Rev 7472 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6669 Rev 7136
Line 14... Line 14...
14
		
14
		
15
		return false;
15
		return false;
16
		
16
		
17
	} // wpsg_mod_basketteaser_add(produkt_id)
17
	} // wpsg_mod_basketteaser_add(produkt_id)
18
 
18
 
-
 
19
    /**
-
 
20
     * Aktualisiert ein eventuell eingebundenes Warenkorbwidget
-
 
21
     */
-
 
22
    function wpsg_refreshBasketWidget()
-
 
23
    {
-
 
24
 
-
 
25
        if (jQuery('.wpsg_basket_widget').length <= 0) return;
-
 
26
 
-
 
27
        jQuery('.wpsg_basket_widget').html('<img class="loading" src="' + wpsg_ajax.img_ajaxloading + '" alt="' + wpsg_ajax.label_pleasewait + '" />');
-
 
28
 
-
 
29
        jQuery.ajax( {
-
 
30
            url: wpsg_ajax.url_basket,
-
 
31
            data: {
-
 
32
                'wpsg[ajax]': 1,
-
 
33
                'wpsg[action]': 'widget'
-
 
34
            },
-
 
35
            success: function(data) {
-
 
36
 
-
 
37
                jQuery('.wpsg_basket_widget').html(data);
-
 
38
 
-
 
39
            }
-
 
40
        } );
-
 
41
 
-
 
42
    } // function wpsg_refreshBasketWidget()
-
 
43
	
19
	function wpsg_customerquestion(url_redirect)
44
	function wpsg_customerquestion(url_redirect)
20
	{
45
	{
21
	
46
	
22
		jQuery('body,html').addClass('wpsg_noscroll');
47
		jQuery('body,html').addClass('wpsg_noscroll');
23
		jQuery('body').append('<div id="wpsg_calc_layer"><div class="content"><img class="loading" src="' + wpsg_ajax.img_ajaxloading + '" alt="' + wpsg_ajax.label_pleasewait + '" /></div></div>');
48
		jQuery('body').append('<div id="wpsg_calc_layer"><div class="content"><img class="loading" src="' + wpsg_ajax.img_ajaxloading + '" alt="' + wpsg_ajax.label_pleasewait + '" /></div></div>');