Subversion Repositories wpShopGermany4

Rev

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

Rev 6454 Rev 7841
Line 38... Line 38...
38
			</div>
38
			</div>
39
		</div>
39
		</div>
40
	</div>
40
	</div>
41
</div>
41
</div>
42
 
42
 
43
<script type="text/javascript">/* <![CDATA[ */
43
<script>
44
 
44
 
45
	function wpsg_mod_productvariants_del(variant_id)
45
	function wpsg_mod_productvariants_del(variant_id)
46
	{
46
	{
47
 
47
 
48
		if (!confirm('<?php echo __('Sind Sie sich sicher, dass Sie die Variante löschen möchten?', 'wpsg'); ?>')) return false;
48
		if (!confirm('<?php echo __('Sind Sie sich sicher, dass Sie die Variante löschen möchten?', 'wpsg'); ?>')) return false;
Line 131... Line 131...
131
		   
131
		   
132
        return false;
132
        return false;
133
		
133
		
134
	} // function wpsg_mod_productvariants_edit(variant_id)
134
	} // function wpsg_mod_productvariants_edit(variant_id)
135
 
135
 
136
	function wpsg_mod_productvariants_variation_add()
136
	function wpsg_mod_productvariants_variation_add() {
137
	{
-
 
138
 
137
 
139
		var variant_id = jQuery('#wpsg_mod_productvariants_var_id').val();
138
		var variant_id = jQuery('#wpsg_mod_productvariants_var_id').val();
140
		var product_id = jQuery('#wpsg_mod_productvariants_product_id').val();
139
		var product_id = jQuery('#wpsg_mod_productvariants_product_id').val();
141
 
140
 
142
		jQuery('#wpsg_mod_productvariants_dialog_modal button').prop('disabled', true);
141
		jQuery('#wpsg_mod_productvariants_dialog_modal button').prop('disabled', true);
Line 161... Line 160...
161
			}
160
			}
162
    	} ); 
161
    	} ); 
163
		   
162
		   
164
        return false;
163
        return false;
165
		
164
		
166
	} // function wpsg_mod_productvariants_variation_add()
-
 
-
 
165
	}
167
	
166
	
168
	function wpsg_mod_productvariants_add()
167
	function wpsg_mod_productvariants_add()
169
	{
168
	{
170
 
169
 
171
		var product_id = jQuery('#wpsg_mod_productvariants_product_id').val();
170
		var product_id = jQuery('#wpsg_mod_productvariants_product_id').val();
Line 267... Line 266...
267
		 
266
		 
268
		return false;
267
		return false;
269
		
268
		
270
	} // function wpsg_mod_productvariants_show()
269
	} // function wpsg_mod_productvariants_show()
271
 
270
 
272
/* ]]> */</script>
-
 
273
271
</script>
-
 
272
274
273