Sounds like you did not make the changes in the read_me.txt so that the actions can work on more than one product at a time ...
Required File Modifications:
Three file modifications are requried.
Sounds like you did not make the changes in the read_me.txt so that the actions can work on more than one product at a time ...
Required File Modifications:
Three file modifications are requried.
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I finally made the 3 modifications and they worked.
Thanks for the update that make the customizations in the:
read_me.txt
makes the add on work correctly ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Linda,,
I have a question or a suggestion when you see the products that you are about to move is it possible it will show the products image so you will know which item you are moving?
Linda,
Is there a possiblity if you can have an image in the copy, delete and/or move the item that you can see which one you want to check?
I will see if that is something I can add for the next release ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Linda,
Let me know when you have it up to date and ready.
There's a typo in the page name.INSERT INTO `admin_pages` (`page_key`, `language_key`, `main_page`, `page_params`, `menu_key`, `display_on_menu`, `sort_order`) VALUES
('MultipleProductCopy', 'BOX_CATALOG_MUTLI_COPY', 'FILENAME_MULTI_COPY', '', 'catalog', 'Y', 30);
(I had previously corrected the corresponding typos in the two other places for 139.)
Even so, I corrected this in the db but I can't get it to show up in the admin->Catalog menu.
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
That insert for v1.5 should be:
Code:INSERT INTO `admin_pages` (`page_key`, `language_key`, `main_page`, `page_params`, `menu_key`, `display_on_menu`, `sort_order`) VALUES ('MultipleProductCopy', 'BOX_CATALOG_MUTLI_COPY', 'FILENAME_MULTI_COPY', '', 'catalog', 'Y', 30);
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Bookmarks