
Originally Posted by
webstar59
I have the same problem as icebeer posted on
page 129.
The SAVE Button doesn't work on the admin Products with Attributes Stock page.
I have to change Quantity for all variants one by one.
I see in Version: 1.4.11 this bug was fixed;
(- fixed ability to update multiple stock attributes at once (use "save" button at top or bottom of page))
I'm using
Version: 1.4.13 on Zen Cart™ Version: v1.3.9h.
Can anybody tell me how to fix this problem?
I'm looking at the file products_with_attributes_stock.php and the XJAX files hoping to find something.
IN the file (products_with_attributes_stock_ajax.js)
Should it read #save not #store
Code:
$(document).ready(function() {
// bind form using ajaxForm
$('#store').ajaxForm({
// target identifies the element(s) to update with the server response
target: '#hugo1',
success: saved
// success identifies the function to invoke when the server response
// has been received; here we apply a fade-in effect to the new content
});
});
I see no identifier named #store anywhere
Bookmarks