Subversion Repositories wpShopGermany4

Rev

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

Rev 6005 Rev 6136
Line 64... Line 64...
64
				jQuery('#wpsg_mod_productvariants_dialog .modal-body').html(data);
64
				jQuery('#wpsg_mod_productvariants_dialog .modal-body').html(data);
65
				jQuery('#wpsg_mod_productvariants_dialog button').prop('disabled', false); 
65
				jQuery('#wpsg_mod_productvariants_dialog button').prop('disabled', false); 
66
 
66
 
67
			}
67
			}
68
    	} ); 
68
    	} ); 
69
		   
69
 
-
 
70
		//setTimeout("saveOrder()", 1000);
-
 
71
		
70
        return false;
72
        return false;
71
		
73
		
72
	} // function wpsg_mod_productvariants_del(variant_id)
74
	} // function wpsg_mod_productvariants_del(variant_id)
73
 
75
 
74
	function wpsg_mod_productvariation_del(variation_id)
76
	function wpsg_mod_productvariation_del(variation_id)
Line 181... Line 183...
181
				jQuery('#wpsg_mod_productvariants_dialog .modal-body').html(data);				
183
				jQuery('#wpsg_mod_productvariants_dialog .modal-body').html(data);				
182
				jQuery('#wpsg_mod_productvariants_dialog button').prop('disabled', false); 
184
				jQuery('#wpsg_mod_productvariants_dialog button').prop('disabled', false); 
183
 
185
 
184
			}
186
			}
185
    	} ); 
187
    	} ); 
186
		   
188
 
-
 
189
		setTimeout("saveOrder()", 3000);
-
 
190
 
187
        return false;
191
        return false;
188
		
192
		
189
	} // function wpsg_mod_productvariants_add()
193
	} // function wpsg_mod_productvariants_add()
-
 
194
 
-
 
195
	function saveOrder() {
-
 
196
		var wpsg_reorder = jQuery('.wpsg_mod_productvariants_table_variants tbody').sortable('toArray');
-
 
197
		var product_id = jQuery('#wpsg_mod_productvariants_product_id').val();
-
 
198
 
-
 
199
		jQuery.ajax( {
-
 
200
			url: '<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_productvariants&subaction=admin_inlineEdit&noheader=1',
-
 
201
			data: {
-
 
202
				'field': 'pos',
-
 
203
				'product_id': product_id,
-
 
204
				'value': jQuery('.wpsg_mod_productvariants_table_variants tbody').sortable('toArray')
-
 
205
			},
-
 
206
			success: function(data) { }
-
 
207
		} );
-
 
208
		// jQuery(this).sortable('toArray')
-
 
209
		// jQuery('.wpsg_mod_productvariants_table_variants tbody').sortable(
-
 
210
 
-
 
211
	}
190
	
212
	
191
	function wpsg_mod_productvariants_back()
213
	function wpsg_mod_productvariants_back()
192
	{
214
	{
193
 
215
 
194
		var product_id = jQuery('#wpsg_mod_productvariants_product_id').val();
216
		var product_id = jQuery('#wpsg_mod_productvariants_product_id').val();