Re: Multiple Products (Copy, Move, Delete)
Thanks for the feedback ... I am finding a few more   than you have marked but that gives me a lead ...
Re: Multiple Products (Copy, Move, Delete)
Linda,
This one is off the topic. I just want to know if you are using Version 1.5.0 yet? I am using 1.3.9h and wanting to go ahead and upgrade to 1.5.0 they say its not ready for live shops. Should I go ahead and upgrade or should I wait til its ready for live shops?
Re: Multiple Products (Copy, Move, Delete)
Yes, this is totally off topic and should be its own thread ...
I do not have a problem with using v1.5 for upgrading sites for future activation ... v1.5 is not ready for Live Sites but can be used to prepare upgrading to v1.5 in a test directory to get ready for the release ...
Trying to use it on a Live Site could lead to issues based on finalization of the code ...
I do not know if it is worth running into those possible issues on a Live Site, but I would have no problem starting preparation for upgrading to v1.5 in a test directory with a test database to get a site ready and practice the upgrade from an old site to the new v1.5 site ...
And with each release of v1.5, upgrading that test site to have the new updates ...
Re: Multiple Products (Copy, Move, Delete)
Quote:
I am finding a few more   than you have marked but that gives me a lead
I don't actually "find" anything - I just keep FF+HTML validator on all the time to find my mistakes for me. Although the admin pages all have the same validation errors in them, I always check any add-ons to see if they bring any new ones in.
It becomes an obsession!
This is a great tool for products and overlaps a bit with "my" mod for categories. It would be nice to see them both in 2.0...making big-site management much easier, a good selling point maybe!
Re: Multiple Products (Copy, Move, Delete)
On this mod you have to be careful and hopefully Linda will look into this.
Here is an example in simple terms. You have TWO CATEGORIES AND ONE TIME IN BOTH CATEGORIES THAT ARE LINKED.
CATEGORY 1 > PRODUCT 1[CATEGORY 1 IS THE CAT ID]
CATEGORY 2 > PRODUCT 1[LINKED TO CATEGORY 2]
Say you no longer need CATEGORY 1 and WANT TO MOVE PRODUCT 1 to CATEGORY 2. The MASTER CATEGORY will still be for CATEGORY 1 and the item will still be in category 1. So you cannot just delete CATEGORY 1. You have to manually change the master ID for that product.
This is for linked items. I know, you're saying it's only one item and you can do it quicker just by moving it. But again, this is to show it in simple terms.
What if you had 50 linked products like I did when I used this.
Maybe I'm using it wrong and someone can correct me.
Re: Multiple Products (Copy, Move, Delete)
On the feature for:
Move Products to another Category
That are being to on the Category for:
Copy or Move Found Products to Destination Category:
That are being Moved from the Category:
Search From Category:
are not part of the list as they are already in the Move to Category ...
So yes, some things cannot be done with this add on as it does not make logical sense ... or would take away a lot of the ability to try to put that in ...
sort order in delete table
Currently it is ordered by product id.
I would like to order it by the products sort order.
I assumed any reordering could be easily done by altering the orginal query around line 136
PHP Code:
$query = $db->Execute("select * from " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_id = pd.products_id and pd.language_id = " . (int)$_SESSION['languages_id'] . ' and p.products_id = ' . (int)$id);
with an "order by" at the end, but that didn't change the listing.
Is this the right track?
Re: Multiple Products (Copy, Move, Delete)
Thanks a lot Linda. Very, very usefull. Make live much easier. :clap:
Re: Multiple Products (Copy, Move, Delete)
Linda, have you put the mod up in the mods section yet? Or is multi_product_copy_v1392.zip (17th Nov) the latest version for now?
Thanks. :)