Subversion Repositories wpShopGermany4

Rev

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

Rev 5382 Rev 7032
Line 69... Line 69...
69
		
69
		
70
		jQuery(document).ready(function() {
70
		jQuery(document).ready(function() {
71
		
71
		
72
			jQuery('input[name="wpsg_checkout2"], input[name="wpsg_checkout"]').hide();
72
			jQuery('input[name="wpsg_checkout2"], input[name="wpsg_checkout"]').hide();
73
	 
73
	 
74
			jQuery('.wpsg_shipping input[type="radio"]').bind('change', function() {
74
			jQuery('.shippay_item_wrap input[type="radio"]').bind('change', function() {
75
	
75
	
76
				if (jQuery(this).val() != wpsg_mod_paypalapi_shipping_id)
76
				if (jQuery(this).val() != wpsg_mod_paypalapi_shipping_id)
77
				{
77
				{
78
					
78
					
79
					jQuery('input[name="wpsg_checkout2"]').hide()
79
					jQuery('input[name="wpsg_checkout2"]').hide()