Page 7 of 17 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 165
  1. #61
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    407
    Plugin Contributions
    6

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

    Very nice add-on.
    When attempting a move, and selecting 'Confirm', I get the following error:

    PHP Fatal error: Cannot use object of type queryFactoryResult as array in "(path edited)..Admin\multi_product_copy.php on line 145

    Any ideas? I have already re-installed several times.

    PHP =v 5.3.8

  2. #62
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    407
    Plugin Contributions
    6

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

    To resolve the 'queryFactoryResult as array in' error I amended lines 145 and 146 in 'Admin\multi_product_copy.php' to read

    if (zen_childs_in_category_count($_POST->fields['category_id']) > 0 || $_POST->fields['category_id'] == 0) {
    $current_category_id = $product_multi->fields['master_categories_id'];

    A very nice mod currently being tested heavily

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

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

    The two POST would not use the ->fields ...

    But the change:
    Code:
                  if (zen_childs_in_category_count($_POST['category_id']) > 0 || $_POST['category_id'] == 0) {
                    $current_category_id = $product_multi->fields['master_categories_id'];
                  } else {
                    $current_category_id = $category_id;
                  }
    should be made ...
    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!

  4. #64
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    407
    Plugin Contributions
    6

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

    Ajeh
    Once the products are selected and moved should the next screen, 'Products that were copied to the destination Category' list all products moved? My install lists zero for a move but lists all products for a link change. Products are to the new target category.
    Any clues on what I have missed with the install?

    Included screen capture:

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

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

    Currently, it does just say they were moved but does not list them ...

    I will have to see what's up with that ...
    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!

  6. #66
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    407
    Plugin Contributions
    6

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

    Ajeh
    Coffee is on its way.

  7. #67
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,839
    Plugin Contributions
    31

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

    Move Products to another Category
    When Moving Products, if you do not pick the Search From Category,
    then the Products will be moved from their current Master Category ID
    to the New Category which will then be set as the new Master Category ID:
    I was wondering the reasoning why it doesn't change the master category when you select a source category. Just to give the option?

    When I move a product I always want it to adopt the destination as its master category.
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  8. #68
    Join Date
    Dec 2011
    Posts
    6
    Plugin Contributions
    0

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

    Love this mod I was also wondering why you can actually move products seems everything else works copy delete etc just not that part any help would be much appreciated Thank you so much for your work!

  9. #69
    Join Date
    Dec 2011
    Posts
    6
    Plugin Contributions
    0

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

    I ment why you can't move products

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

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

    Could you give an example of a Move you are trying to do that is not working for you?
    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!

 

 
Page 7 of 17 FirstFirst ... 56789 ... LastLast

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