3 Attachment(s)
Re: Multiple Products (Copy, Move, Delete)
I guess the easy way to do this is include some screen shots.
A walk through of what i am doing is
-Select the move radio button
-Select destination category
-Search categories with terms
-Select products
-Press Confirm
But after that nothing moves? I'm stumped everything else works
Attachment 9936
Attachment 9937
Attachment 9938
Re: Multiple Products (Copy, Move, Delete)
Now regardless of what the screen says ... if you look in the Category that you moved the Products to ... did they get moved?
Re: Multiple Products (Copy, Move, Delete)
No it does not move the products
Posted via Mobile Device
Re: Multiple Products (Copy, Move, Delete)
Could this work to remove multiple manufacturers also?
Re: Multiple Products (Copy, Move, Delete)
Zen Cart is designed with 1 Manufacturer per Product ...
What are Multiple Manufacturers? :unsure:
Re: Multiple Products (Copy, Move, Delete)
Somehow I ended up with over 500 manufacturers 300 plus are the same when I loaded the csv file instead of the one manufacturer it created them all as new. So i was just wondering if there was a function to remove multiple manufacturers at the same time with this mod.
Re: Multiple Products (Copy, Move, Delete)
No there isn't ... sorry ...
Re: Multiple Products (Copy, Move, Delete)
Great tool. Saves me alot of work, thank you.
Is there by chance a way of adding a sort feature to this so we can find items easier in the list. Currently it sorts only by iyem product number and I add duplicate items and only want to move one of the so I have to hunt down all of them in the list and uncheck.
Thanks again.
Stampsville
hhtp: // s t a m p commune . com
Re: Multiple Products (Copy, Move, Delete)
You can customize the SELECT for the list and add an order by to it around line 344:
Code:
$query = $db->Execute($raw_query . $where_str . ' group by p.products_id');
such as to sort by products_name:
Code:
$query = $db->Execute($raw_query . $where_str . ' group by p.products_id' . ' order by pd.products_name');
Re: Multiple Products (Copy, Move, Delete)
Linda,
We have an issue. When I move 6 or 7 products from one category to another it just moved 1 istead all 6 or 7.