|
|
|
|
function CopyToCategory_getButtonName() {return 'Copy Products to this Category';}
function CopyToCategory_onSelect(
category) {
$("new_category_id").value = category.id;
serialized = Form.serialize("process_selected_products");
new Ajax.Request( "/product/copy_to_category",
{ method: 'post',
parameters: serialized,
onSuccess: notifyCopySuccess
}
)
hideDialogCopyToCategory();
}
(No products)
|