Subversion Repositories wpShopGermany4

Rev

Rev 7068 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7068 Rev 8040
Line 75... Line 75...
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()
80
					jQuery('#wpsg_checkout_form').attr("action", "<?php echo $this->getUrl(wpsg_ShopController::URL_BASKET, 'wpsg_mod_paypalapi', 'ShippingSelect'); ?>").submit();
80
					jQuery('#wpsg_checkout_form').attr("action", "<?php echo $this->getUrl(wpsg_ShopController::URL_BASKET, 'wpsg_mod_paypalapi', 'ShippingSelect'); ?>").trigger('submit');
81
					 
81
					 
82
				}
82
				}
83
				
83
				
84
			} );
84
			} );
85
			
85