Page 1 of 2 12 LastLast
Results 1 to 10 of 165

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

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

    Thank you, Linda

    I think this mod will help a lot.

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

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

    Glad that this is working out for you ...

    Be sure you back up your database frequently as you are trying to learn this new add on ...
    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!

  3. #3
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,838
    Plugin Contributions
    31

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

    Then why did you put a link to a mod that doesn't subscribe the title of this thread.
    Trying to be helpful when I don't have the time (and not reading the post properly).
    Also seeing a similar mod may help to create your own. Having something to modify is a lot easier than starting from scratch.
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  4. #4
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,838
    Plugin Contributions
    31

    Default minor errors

    Great mod, very useful.

    There are some minor errors:
    1)nbsp missing the ; at
    PHP Code:
    <td class="dataTableContent" align="right"><?php echo $product_multi->fields['products_id'] . '&nbsp;&nbsp'?></td>
    2) same again but in the defines:
    PHP Code:
    define('TEXT_COPY_ATTRIBUTES''&nbsp;&nbsp&nbsp;&nbsp' 'Copy existing Attributes?');
    define('TEXT_COPY_ATTRIBUTES_YES''Yes');
    define('TEXT_COPY_ATTRIBUTES_NO''No');
    define('TEXT_COPY_SPECIALS','&nbsp;&nbsp&nbsp;&nbsp' 'Copy any existing Special Prices associated with selected products:');
    define('TEXT_COPY_FEATURED','&nbsp;&nbsp&nbsp;&nbsp' 'Copy any existing Featured settings associated with selected products:');
    define('TEXT_COPY_DISCOUNTS','&nbsp;&nbsp&nbsp;&nbsp' 'Copy any existing Quantity Discounts associated with selected products:');
    define('TEXT_COPY_MEDIA_MANAGER','&nbsp;&nbsp&nbsp;&nbsp' 'Copy any Media Manager collections associated with selected products:'); 
    3) I get a validation error for the table and changed this
    PHP Code:
    }
          
    ?>
          </td></tr>
        </table></td>
    <!-- body_text_eof //-->
      </tr>
    </table>
    <!-- body_eof //--> 
    to this
    PHP Code:
          }
          
    ?>

        </table></td>
    <!-- body_text_eof //-->
      </tr>
    </table>
    <!-- body_eof //--> 
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

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

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

    Thanks for the feedback ... I am finding a few more &nbsp than you have marked but that gives me a lead ...
    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. #6
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,674
    Plugin Contributions
    0

    Default 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?

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

    Default 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 ...
    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!

  8. #8
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,838
    Plugin Contributions
    31

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

    I am finding a few more &nbsp 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!
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  9. #9
    Join Date
    Mar 2011
    Posts
    93
    Plugin Contributions
    0

    Default 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. :)

  10. #10
    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

 

 
Page 1 of 2 12 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