And you are using from post #115:
multi_product_copy_v1393.zip
And you are using from post #115:
multi_product_copy_v1393.zip
Last edited by Ajeh; 17 Jan 2013 at 04:15 AM.
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!]
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!
The 1.5 SQL is only if you are using v1.5 and that is there so that the Module gets added to the menu as the code in /admin/boxes is no longer used ...
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!]
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!
Also did you make the change in post #63?
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!]
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 don't know what else to do on this since now it won't able to move 5 to 10 products at a time.
Go to the Tools ... Developers Tool Kit ... and in the bottom input box enter:
multiple_product_copy_return
and select Admin and Click SEARCH ...
Do you get:
/home/yourusername/public_html/yourdirectory/yoursecretadmin/includes/modules/copy_to_confirm.php
Line #150 : if ($action != 'multiple_product_copy_return') {
/home/yourusername/public_html/yourdirectory/yoursecretadmin/includes/modules/move_product_confirm.php
Line #42 : if ($action != 'multiple_product_copy_return') {
/home/yourusername/public_html/yourdirectory/yoursecretadmin/includes/modules/product_music/copy_to_confirm.php
Line #173 : if ($action != 'multiple_product_copy_return') {
/home/yourusername/public_html/yourdirectory/yoursecretadmin/multi_product_copy.php
Line #140 : $action = 'multiple_product_copy_return';
Line #224 : $action = 'multiple_product_copy_return';
Line #272 : $action = 'multiple_product_copy_return';
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!]
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!
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!]
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!