Page 9 of 17 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 165
  1. #81
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Products (Copy, Move, Delete)

    I cannot reproduce the problem ...

    Were these Linked Products?

    Did you have all the Products checked after you hit Preview?
    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!

  2. #82
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: Multiple Products (Copy, Move, Delete)

    These products weren't linked.

    Yes, I have checked all the products that I want to move after I hit preview.

  3. #83
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Products (Copy, Move, Delete)

    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: 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!

  4. #84
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: Multiple Products (Copy, Move, Delete)

    Quote Originally Posted by Ajeh View Post
    And you are using from post #115:
    multi_product_copy_v1392.zip
    Yes,,, I have re-upload the that to my server and still putting the product 1 by 1 instead 5 or 6 at once.

    Do you think I need to install the 1.5v SQL patch to it?
    Last edited by Ajeh; 17 Jan 2013 at 04:15 AM.

  5. #85
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Products (Copy, Move, Delete)

    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: 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!

  6. #86
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Products (Copy, Move, Delete)

    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: 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!

  7. #87
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: Multiple Products (Copy, Move, Delete)

    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.

  8. #88
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Multiple Products (Copy, Move, Delete)

    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: 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!

  9. #89
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: Multiple Products (Copy, Move, Delete)

    Quote Originally Posted by Ajeh View Post
    Also did you make the change in post #63?
    I have made that change,,,, no difference,,, I have checked 23 items to another category and it just moved 1 item instead of all 23 at once.

  10. #90
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: Multiple Products (Copy, Move, Delete)

    Quote Originally Posted by Ajeh View Post
    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:
    It just shows 3:

    /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';

 

 
Page 9 of 17 FirstFirst ... 7891011 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR