Re: Multiple Products (Copy, Move, Delete)
Very nice add-on.
When attempting a move, and selecting 'Confirm', I get the following error:
PHP Fatal error: Cannot use object of type queryFactoryResult as array in "(path edited)..Admin\multi_product_copy.php on line 145
Any ideas? I have already re-installed several times.
PHP =v 5.3.8
Re: Multiple Products (Copy, Move, Delete)
To resolve the 'queryFactoryResult as array in' error I amended lines 145 and 146 in 'Admin\multi_product_copy.php' to read
if (zen_childs_in_category_count($_POST->fields['category_id']) > 0 || $_POST->fields['category_id'] == 0) {
$current_category_id = $product_multi->fields['master_categories_id'];
A very nice mod currently being tested heavily:smile:
Re: Multiple Products (Copy, Move, Delete)
The two POST would not use the ->fields ...
But the change:
Code:
if (zen_childs_in_category_count($_POST['category_id']) > 0 || $_POST['category_id'] == 0) {
$current_category_id = $product_multi->fields['master_categories_id'];
} else {
$current_category_id = $category_id;
}
should be made ...
Re: Multiple Products (Copy, Move, Delete)
Ajeh
Once the products are selected and moved should the next screen, 'Products that were copied to the destination Category' list all products moved? My install lists zero for a move but lists all products for a link change. Products are to the new target category.
Any clues on what I have missed with the install?
Included screen capture:
Re: Multiple Products (Copy, Move, Delete)
Currently, it does just say they were moved but does not list them ...
I will have to see what's up with that ... :unsure:
Re: Multiple Products (Copy, Move, Delete)
Ajeh
Coffee is on its way.
Re: Multiple Products (Copy, Move, Delete)
Quote:
Move Products to another Category
When Moving Products, if you do not pick the Search From Category,
then the Products will be moved from their current Master Category ID
to the New Category which will then be set as the new Master Category ID:
I was wondering the reasoning why it doesn't change the master category when you select a source category. Just to give the option?
When I move a product I always want it to adopt the destination as its master category.
Re: Multiple Products (Copy, Move, Delete)
Love this mod I was also wondering why you can actually move products seems everything else works copy delete etc just not that part any help would be much appreciated Thank you so much for your work!
Re: Multiple Products (Copy, Move, Delete)
:oops: I ment why you can't move products :blink:
Re: Multiple Products (Copy, Move, Delete)
Could you give an example of a Move you are trying to do that is not working for you? :unsure: